Closed savall21 closed 1 year ago
Hello, sorry to hear you're having issues.
What does your wiring setup look like? Have you tried using different pins for the channel inputs?
I see that you're using software serial. Do you have the same issues if you remove the software serial code?
I'm using basic jumpers on a breadboard. I tried swapping the ones on the receiver out with no change. I need software serial to control the DFPlayer Mini.
I need software serial to control the DFPlayer Mini.
I understand that, but software serial may be interfering with the library. For debugging purposes do you have the same issues if you remove the software serial library from the code?
I swapped the channel and the switch. It's working now. Thanks for the help!
I have three servo inputs connected. Each one works individually. However, when all three are connected one of them always fails to work properly. I have three switch channels connected from channels 4, 5 & 6. Chanel six is a momentary switch, channel 5 is three position and channel four is a two position. Channels 4 and 6 work flawlessly. If I plug in channel 5 then it only reads position 2 & 3. Also, when channel 5 is plugged in channel 6 works intermittently.
I'm using an Arduino Nano Every with Ch 6 on pin 12, Ch 5 on pin 8 and Ch 4 on pin 10. The ground is connected to pin 29. Code:
Its a great library though! Any help is appreciated.