-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it work with megaAVG Nano Every? #54
Comments
Have a look at #16 In the "Issues" page you can make a search on all the issues (even if closed ....) Hope it helps ! |
Thanks a lot - very helpful! This works now. :-) Now I struggle to make my transmitter/receiver sending i-bus signals.The Flysky user manual for my FS-ST8 (with FS-SR8 receiver, I-bus capable) assumes one would connect an Serial Bus Receiver FS-CEV04. And for confirming activation of i-bus on the transmitter one should press a button on the FS-CEV04. But how to do that with the Arduino connected to the FS-SR8? How can I confirm the i-bus activation? From the manual of the transmitter: |
Sorry, I don't have this equipment. |
I am new to Arduino and the IDE and I don't have lots of experience with coding.
So, I wonder if this works with my megaAVG Nano Every. I need it for an RC control project.
I have, in the Arduino IDE 2.3.4 simply imported the Library IBusBM and used some code from the example. I hope that is the right thing to do.
When compiling the code I get the message that this could be incompatible with the hardware.
Then compilation stops with "Compilation error: no matching function for call to 'IBusBM::begin(UartClass&)'"
What can be the reason for this? In the error messages I also read "reference to 'HardwareSerial' is ambiguous".
As there is just one RX input on the Nano Every, is there something I need to change?
Thanks in advance for any hint.
The text was updated successfully, but these errors were encountered: