Scott
@scott
Member
Joined: 2021-02-19 10:42 am
Last seen: 2021-04-10 7:24 pm
Topics: 0 / Replies: 11
Reply
RE: The nRF24L01 - Wireless Joystick for Arduino Robot Car with nRF24L01+

@arlo Mate, you sussed it, thanks so much. It's been weeks and I thought I was going to have to give up. Scott.

3 years ago
Forum
Reply
RE: The nRF24L01 - Wireless Joystick for Arduino Robot Car with nRF24L01+

Scratch that, I didn't put in the # you said at the beginning of: #define RH_ASK_ARDUINO_USE_TIMER2 I'll carry on and see how I go. Than...

3 years ago
Forum
Reply
RE: The nRF24L01 - Wireless Joystick for Arduino Robot Car with nRF24L01+

@arlo, No, I've now removed that from the library and reinstalled arduino IDE to be safe. I did an experiment to see what happened if I commented ou...

3 years ago
Forum
Reply
RE: The nRF24L01 - Wireless Joystick for Arduino Robot Car with nRF24L01+

Oh dear. I went to "RH_ASK.ccp" and found this block, and uncommented the bottom line to read as below: // RH_ASK on Arduino uses Timer 1 to gener...

3 years ago
Forum
Reply
RE: The nRF24L01 - Wireless Joystick for Arduino Robot Car with nRF24L01+

@arlo Well done Arlo, I'd never have worked that out myself. I'll give it a try.

3 years ago
Forum
Reply
RE: The nRF24L01 - Wireless Joystick for Arduino Robot Car with nRF24L01+

Thanks Troles, I think that like you, I'm having trouble with the reliability of Nrf24-01's and perhaps should consider Bluetooth. These modules don't...

3 years ago
Forum
Reply
RE: The nRF24L01 - Wireless Joystick for Arduino Robot Car with nRF24L01+

@rich1860 Thanks, I have found the library but not the youtuber you referred to, do you have a link?

3 years ago
Forum
Reply
RE: The nRF24L01 - Wireless Joystick for Arduino Robot Car with nRF24L01+

Still baffled, does anyone have an example of a project using nrf24 to communicate to an arduino with a servo on it? Thanks, Scott.

3 years ago
Forum
Reply
RE: The nRF24L01 - Wireless Joystick for Arduino Robot Car with nRF24L01+

Below is my current code for the receiver in the Rc car:/*nRF24L01+ Joystick Receiver for Robot Carnrf24l01-joy-rcv-car.inonRF24L01+ Receiver and L298...

3 years ago
Forum
Reply
RE: The nRF24L01 - Wireless Joystick for Arduino Robot Car with nRF24L01+

Below is my transmitting code at the joystick arduino: /*nRF24L01+ Joystick Transmitternrf24l01-joy-xmit-car.inonRF24L01+ Transmitter with Joyst...

3 years ago
Forum
Reply
RE: The nRF24L01 - Wireless Joystick for Arduino Robot Car with nRF24L01+

Hello all, I've been trying to automate little projects with arduinos for a while but only recently tried to get a radio communication between two o...

3 years ago
Forum