Legacy Forum: Preserving Nearly 20 Years of Community History - A Time Capsule of Discussions, Memories, and Shared Experiences.

SP03 TTS module using 12c

Hitec robotics including ROBONOVA humanoid, HSR-8498HB servos, MR C-3024 Controllers and RoboBasic
6 postsPage 1 of 1
6 postsPage 1 of 1

SP03 TTS module using 12c

Post by Modereso » Sat Feb 23, 2008 9:57 pm

Post by Modereso
Sat Feb 23, 2008 9:57 pm

Just got my SP03 module and planning to connect upto 12c, so using the 2-pin sda and scl connected TX/RX - I'll just use two spare output ports alongside a direct 5v accordingly? I assume 5v running on anything but the servo ports (and I'll have to specify the ports in robobasic). There's a fair bit of code using the 12c and it can be notoriously hard to run smoothly without creating a buffer in between data strings, otherwise the processor will be overcooked. I'm just looking to slave the SP03 and use basic commands to send text directly from the MR-C3024 accordingly.

Also, where exactly is the best place on the MR-C3024 to draw a direct 5v? I assume that 5v is the maximum voltage when the module is in use, or does it also run idle at 5v? It advises you to do a small solder mod, but I don't have the resource to do that right now....

There's very little support.
Just got my SP03 module and planning to connect upto 12c, so using the 2-pin sda and scl connected TX/RX - I'll just use two spare output ports alongside a direct 5v accordingly? I assume 5v running on anything but the servo ports (and I'll have to specify the ports in robobasic). There's a fair bit of code using the 12c and it can be notoriously hard to run smoothly without creating a buffer in between data strings, otherwise the processor will be overcooked. I'm just looking to slave the SP03 and use basic commands to send text directly from the MR-C3024 accordingly.

Also, where exactly is the best place on the MR-C3024 to draw a direct 5v? I assume that 5v is the maximum voltage when the module is in use, or does it also run idle at 5v? It advises you to do a small solder mod, but I don't have the resource to do that right now....

There's very little support.
Modereso
Savvy Roboteer
Savvy Roboteer
Posts: 37
Joined: Mon Mar 26, 2007 9:08 pm

Post by Modereso » Sat Feb 23, 2008 10:00 pm

Post by Modereso
Sat Feb 23, 2008 10:00 pm

By the way, I checked out the other SP03 threads.....but I don't think they are using the 12c except 1. I don't really know the MR-C3024 that well, but coding shouldnt be a problem. I just want a maximum load of 5v.
By the way, I checked out the other SP03 threads.....but I don't think they are using the 12c except 1. I don't really know the MR-C3024 that well, but coding shouldnt be a problem. I just want a maximum load of 5v.
Modereso
Savvy Roboteer
Savvy Roboteer
Posts: 37
Joined: Mon Mar 26, 2007 9:08 pm

Post by i-Bot » Sat Feb 23, 2008 11:34 pm

Post by i-Bot
Sat Feb 23, 2008 11:34 pm

The SP03 works fine under I2C on the C3024. It is best to use the PWM pins, since they are rarely used and have 5V and can be accessed from RoboBasic.

Check the threads here for more information on bit banging, or my I2C firmware.

The only problem with the SP03 is the low volume from the rubbish speaker. Try changing it.
The SP03 works fine under I2C on the C3024. It is best to use the PWM pins, since they are rarely used and have 5V and can be accessed from RoboBasic.

Check the threads here for more information on bit banging, or my I2C firmware.

The only problem with the SP03 is the low volume from the rubbish speaker. Try changing it.
i-Bot
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1142
Joined: Wed May 17, 2006 1:00 am

Post by Modereso » Sun Feb 24, 2008 11:38 am

Post by Modereso
Sun Feb 24, 2008 11:38 am

Hi

I've just remembered problems with the printed diagram with the C3024. Non the less, SCL > SCL pins and SDA > SDA pins and just draw 5v straight from the PWM? I see by the SP03 configuration that TX/RX is used for the RS232 , but I want to avoid RS232.

Good to know it works nicely on 12C, I'll give it a go today :)
Hi

I've just remembered problems with the printed diagram with the C3024. Non the less, SCL > SCL pins and SDA > SDA pins and just draw 5v straight from the PWM? I see by the SP03 configuration that TX/RX is used for the RS232 , but I want to avoid RS232.

Good to know it works nicely on 12C, I'll give it a go today :)
Modereso
Savvy Roboteer
Savvy Roboteer
Posts: 37
Joined: Mon Mar 26, 2007 9:08 pm

Post by i-Bot » Sun Feb 24, 2008 12:02 pm

Post by i-Bot
Sun Feb 24, 2008 12:02 pm

NO! The SCL, SDA pins are dedicated to the Program EEPROM, so cannot be used.

You must use other pins for I2C, and either bit bang the protocal on those pins, or use my alternative C3024 firmware for a second I2C port on the PWM pins.

The PWM pins are available to use for the bit banging, or any free servo portscan be used.

Check the posts for the bit bang software
NO! The SCL, SDA pins are dedicated to the Program EEPROM, so cannot be used.

You must use other pins for I2C, and either bit bang the protocal on those pins, or use my alternative C3024 firmware for a second I2C port on the PWM pins.

The PWM pins are available to use for the bit banging, or any free servo portscan be used.

Check the posts for the bit bang software
i-Bot
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1142
Joined: Wed May 17, 2006 1:00 am

Post by Modereso » Sun Feb 24, 2008 12:54 pm

Post by Modereso
Sun Feb 24, 2008 12:54 pm

Ok will do.

Thanks for the help :)
Ok will do.

Thanks for the help :)
Modereso
Savvy Roboteer
Savvy Roboteer
Posts: 37
Joined: Mon Mar 26, 2007 9:08 pm


6 postsPage 1 of 1
6 postsPage 1 of 1