Please see all COVID-19 updates here as some shipments may be delayed due to CDC safety and staffing guidelines. If you have an order or shipping question please refer to our Customer Support page. For technical questions please check out our Forums. Thank you for your continued support.
Member Since: April 18, 2011
Country: United States
Product ROB-09571 about 10 years ago
I have 3 of these. I think I'm doing everything right but nothing works. This is my arduino code:
#include
NewSoftSerial mcser = NewSoftSerial(2, 3);
void setup(){
mcser.begin(115200);
delay(1000);
}
void loop(){
mcser.print('1f5\r'); // to control motor 1
delay(2000);
}
No public wish lists :(