Home › Forums › The libraries hosted on the site › EByte LoRa e22 UART devices sx1262/sx1268 › E22-900T22S SF and other settings for hub.
Tagged: Lora E22 SX1262 UART
- This topic has 3 replies, 2 voices, and was last updated 2 years, 1 month ago by
Renzo Mischianti.
-
AuthorPosts
-
-
21 March 2023 at 09:40 #24880
Hello
I started using this E22-900T22S to broadcast data to a hub. I got the example working between two e22-900T devices. However once I tried to configure hub to receive messages from E22-900T22S. I ran into issues. Basically it looks like there is no way to read full SX1262 parameters through the middleman MCU, thus I have issue that I don’t know what parameters to set in the generic lora hub I have. Not even spreading factor. Does anyone know how to deal with this. Is this one of those ”closed hardware” things where only manufacturers hubs and devices work as receivers?So far options I have considered but not yet executed.
* Removing shielding and sniff data between SX and the mcu on the board
* Replace E22-900T22S with E22-900M22S and talk with SX1262 directly through SPI bypassing your library entirely sadly.Would be great full for any suggestions.
-RDs
-
24 March 2023 at 08:34 #24890
Hi RD,
sorry for the late response, but I lost this message.No, there isn’t a way to get all information on SX, but I think the simplest solution is to take a microcontroller with wifi and do a gateway.
It’s very simple to manage, and you can use every mqtt server and similar, or you can expose directly via websocket the messages arrived.You can find something here.
EByte LoRa E32 gateway: manage via REST and WebSocket (esp8266, esp32) – 1Bye Renzo
-
31 March 2023 at 13:45 #24992
Thanks for the reply!
I sent a message to manufacturer and they where shocked I wasn’t using their hardware as receiver and there where even more puzzled by your library. 🙂
Oh well, I will have to redo hardware with E22-900M22S instead. It’s really odd as to who the target market is if the only device you can use are ebyte devices. Do you happen to have library for SX1262? Or should I go for one of generic ones on github instead?
-
-
31 March 2023 at 14:32 #24993
Hi RD,
as I already say, I think that doing a Gateway (to manage a limited number of clients) it’s very simple, and the fastest way is to do It.
If you need some help, ask without a problem.
Bye Renzo
-
-
AuthorPosts
- You must be logged in to reply to this topic.