- This topic has 2 replies, 1 voice, and was last updated 2 years, 10 months ago by .
Viewing 2 reply threads
Viewing 2 reply threads
- You must be logged in to reply to this topic.
Home › Forums › The libraries hosted on the site › EByte LoRa e22 UART devices sx1262/sx1268 › E22 UART fixed point transmission
Hello
I am using both E22-900T22DC and E22-900T30DC. For testing I am using direct communication from a PC terminal, rather than arduino.
I can make everything work fine, except “Fixed Point Transmission”. I see the E22 library supports this and I have carefully examined what the library is doing.
When bit 6 of register 0x6 is set high, I do not receive data. I have scoped the UART data going to the module, and it includes the correct address and channel data in the first three bytes, as expected. The receiving module is also configured exactly as in the E22 library example.
When the Fixed Point Transmission bit is low, addressing works as expected (data sent when RX and TX modules have same address and channel, and also FFFF broadcast and FFFF monitor works for channels).
Otherwise I am wondering if the firmware in my modules has a bug.
Thanks for any comments!
Ben
Hi Ben,
you can check in this forum and in the GitHub issue that a lot of people use the Fixed Transmission with heterogeneous device.
I think there is a problem in configuration or in the sender pachet.
Bye Renzo
Figured out the problem! I misinterpreted the datasheet. I assumed the third byte sent needed to match the NetID – but it needs to match the RF Channel (register 0x05).
Now fixed transmission works as expected, my mistake.
More