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

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
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
Reply
RE: Wireless joystick for Arduino car with nRF2401+

@casey We have questions: From the NRF_server sketch // Singleton instance of the radio driver RH_NRF24 nrf24; Did not work for us. Changed ...

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

@pugwash I now understand that. I 'm trying to get him to go line by line of the code to understand what each line is saying. I bought him a Sparkfun...

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

@pugwash Sorry the code that we posted was from the first part of the " Wireless joystick for Arduino car with nRF24l01" " radiohead sample sketch-cli...

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

@pugwash Many thanks, that got it working. But I want him to understand why it worked. Not just have people tell him to do this or that. His answer wa...

4 years ago
Forum
Page 2 / 3