esp-fc
esp-fc copied to clipboard
espnow
auto pair function has not been tested yet. I'll do it this weekend. sender: https://github.com/sysytwl/ESPNOW_Transmitter_Receiver/tree/pair It takes ppm as the input. It can be changed into analogueread from joysticks. If u want to save the money.
@sysytwl thanks for contribution. I need some time to complete hardware to be able to test. In the meantime, can you tell me what targets are compatible with your implementation? Can you revert changes in target and platformio.ini files?
Sorry, I forgot about esp8266. Ideally, it should work, but requires a slight code change. C3 may also not work.
Can you revert changes in the target and platformio.ini files?
I'll do this tmz
Ideally, esp32, s2, s3 and c3 targets are compatible ATM. TODO:
- [ ] 8266
Hi @sysytwl,
I decided to implement ESP-NOW reciver by my own. For this purpose, I have prepared a library that can be used in various projects https://github.com/rtlopez/espnow-rclink, either on rx and tx side. There is also example project that translate ppm to esp-now https://github.com/rtlopez/espnow-rclink-tx and can be used as transmitter module.
It is included in latest RC5 release