chickenhawk
@chickenhawk
Member
Joined: 2019-12-02 9:04 pm
Last seen: 2021-10-26 2:47 pm
Topics: 5 / Replies: 39
Reply
RE: Adding a servo to ROV

Uploaded tank_fr24_rx.ino and tank_rf24_tx.ino to each of the 2560 mega. When I hooked the transmitter to the serial monitor all outputs are correct....

4 years ago
Reply
RE: Adding a servo to ROV

I think I found the problem, but I would like to hear from anyone following this. This line I think. myRadio.write(&data,sizeof(data)); Transmitt...

4 years ago
Reply
RE: Adding a servo to ROV

Part from me and 3 other sketches, 2 of the sketches used just 1 pipe. I was trying to combine them all together into my sketch. My sketch worked, and...

4 years ago
Reply
RE: Adding a servo to ROV

Ok I must not be understanding the use of pipes, ( I will have to go back and reread again) . My understanding was "0pipe" was to send data from the j...

4 years ago
Reply
RE: Adding a servo to ROV

No that did not work, serial monitor on receiver still reads "x" and "y" from the joy stick but nothing from the potentiometer, and servo does not mov...

4 years ago
Reply
RE: Adding a servo to ROV

Ok I will rename the pipes to "0pipe" and "1pipe" and try that.

4 years ago
Reply
RE: Adding a servo to ROV

Sorry screwed up, but at lease both sketches are there

4 years ago
Reply
RE: Adding a servo to ROV

#include <SPI.h> #include "RF24.h" #include <Servo.h> RF24 myRadio (10, 53); struct package { int X=512; // Motor control f...

4 years ago
Reply
RE: Adding a servo to ROV

#include <SPI.h> #include "RF24.h" RF24 myRadio (10, 53); byte addresses[][6] = {"0", "servo1" }; struct package { int X=1; ...

4 years ago
Reply
RE: Adding a servo to ROV

How much time do I have? Wont be back home for a 4 hours maybe longer Do I delete the post and repost it?

4 years ago
Topic
Replies: 29
Views: 5543
Reply
RE: Wireless joystick for Arduino car with nRF2401+

No, you would create three arrays! uint8_t motorcontrol1[3]; uint8_t motorcontrol2[3]; uint8_t motorcontrol3[3]; Think of the extra two joysticks a...

4 years ago
Forum
Reply
RE: Wireless joystick for Arduino car with nRF2401+

@pugwash He is back to working through the Sparkfun book. But we do have a question. he has being going line by line through the nrf24l01+ joystick fo...

4 years ago
Forum
Reply
RE: Wireless joystick for Arduino car with nRF2401+

@pugwash Point taken, with thanks. The robot is just a side line. He has been slowly working through the " Sparkfun Inventor's Kit" it was when he got...

4 years ago
Forum
Reply
RE: Wireless joystick for Arduino car with nRF2401+

@pugwash I will get the grand son to try after school. He is asking for a " Rover 5 robot chassis " for xmas so I know what's coming next. LOL A lot m...

4 years ago
Forum
Page 2 / 3