symaxrx icon indicating copy to clipboard operation
symaxrx copied to clipboard

Arduino library for receiving commands from syma quadcopters' remotes

Results 6 symaxrx issues
Sort by recently updated
recently updated
newest added

serial monitor constantly returns "not bound" (code is the example but without the servo) ``` #include #include #include /* symax_rx.ino -- An arduino sketch to test the protocol symax *...

hi ! i am having a problem binding with syma x5c-1 blue led when code starts serial monitor shows no bound after when i turn on the transmitter it gets...

C:\Users\YSkor\Documents\Arduino\libraries\symaxrx-master\symax_protocol.cpp:258:44: error: 'START_CHANS_3' was not declared in this scope mRFChanBufs[i] = pgm_read_byte(START_CHANS_3 + i) + (laddress & 0x07); ^ exit status 1 Error compiling for board WAVGAT UNO R3.

Thanks for uploading the library, I am trying to get it working but when I run the code I can't get past `Bind in progress`. I am using almost the...

Hello, Thanks for this share code. In your prototype, i see a red Led. Which arduino pin drive this Led ? Thanks

if i disable incrementChannel in symax_protocol.cpp at line 80 , The TX Works with Arduino and never cuts. Else it cuts after sending 2 frames of data. You should have...