Bob0505 / E32-TTL-100

MIT License
56 stars 21 forks source link

Problem to have receiver working #2

Open kamezian opened 6 years ago

kamezian commented 6 years ago

Hello Thanks for this implementation. I have tried to load the code on both sides, sender suported by nano and receiver supported by uno. But only sender is working. And seems both module are indentified like Device_A. Could you please help what could be potentiel error. Thanks

Mubaraque commented 5 years ago

In the header filer we can change the Device_A to Device_B. But still am not able to receive the data... (

langelog commented 5 years ago

I had the same problem. I figured out that when sender transmit, it's doing it to the 0x17 channel, but devices are configured for 0x0F channel... I changed this and all started working good.