Forum Replies Created
-
AuthorPosts
-
Hi,
you can simply reduce this number.Hi Gilles,
please enable debug and send me the result.
Bye Renzo16 May 2023 at 09:10 in reply to: MicroPython I2C PCF8591 round value problem Raspberry Pi Pico #25741Please, can you reupload the file.
ThanksHi Jeff,
if the wiring It’s ok, the only known problem can be the power supply insufficient, or the device broken.
Bye RenzoHi Abdelkader,
sorry for the late response, but I must fix the notifier.
For micropython I write the specified library
https://github.com/xreef/EByte_LoRa_E220_micropython_library
https://github.com/xreef/EByte_LoRa_E32_micropython_library
https://github.com/xreef/EByte_LoRa_E22_micropython_libraryalso for python
https://github.com/xreef/EByte_LoRa_E32_python_raspberrypi_library
https://github.com/xreef/EByte_LoRa_E22_python_raspberrypi_library
https://github.com/xreef/EByte_LoRa_E220_python_raspberrypi_libraryLoraWAN It’s a proprietary standard, I think the better solution is to use an MQTT broker and use It (like AWS one).
Bye Renzo
16 May 2023 at 08:59 in reply to: Questions about possible memory leak when using “receiveInitialMessage” #25738Hi George,
I think the simple solution is to send a fixed TYPE and decode it to the receiver.
The message isn’t applicable on binary stream.
Bye RenzoHi George,
yes you need to pass It in the message.
Bye Renzo16 May 2023 at 08:55 in reply to: Does the library identify when it ends and starts the Struct in the buffer? #25736Hi George,
for a structure, with a fixed size, you do not need to identify the end of the struct, you already know the size.
If you have some different messages, you can use a simple trick like this (read the first part of the struct to understand the type).Bye Renzo
Hi George,
I don’t know in detail, but I think the use a personal encryption algorithm, not a standard one.
The size of the message didn’t change.
Bye RenzoHi Ludophot,
have you try to set new Serial like so?:HardwareSerial SerialPort(1) SerialPort.begin(9600, SERIAL_8N1, 16, 17);
Bye Renzo
I think It isn’t possible, but I can’t find anything about that.
Bye RenzoHi,
You can find an example communication here.
https://blog.zesanglier.fr/2023/02/11/communiquer-entre-un-module-ebyte-e32-et-un-module-ra01-02-sx1278/The algorithm is quite simple.
Bye RenzoHi Sahar,
I’m out for 2 days when I return, I will try to find It.
But surely It’s more simple to use the same kind of device to do a project, you can communicate with the transparent transmission, but a fixed one can be a problem.
Bye RenzoHi Sahar,
I think there are some problem.
First three frequency is
FREQUENCY_900
then you must set the same frequency of the devices in configuration.But most important is that EByte LoRa use a cryptography system that do not allow the communication from different devices.
But the algorithm was quite simple, so if you want I can search it and post here.
Bye Renzo -
AuthorPosts