Forum Replies Created
-
AuthorPosts
-
16 May 2023 at 17:09 in reply to: MicroPython I2C PCF8591 round value problem Raspberry Pi Pico #25758
Hi,
I redo all the tests if you get the library from pippip install pcf8591-library
Bye Renzo
16 May 2023 at 13:58 in reply to: MicroPython I2C PCF8591 round value problem Raspberry Pi Pico #25756Can you post the REPL console output.
Thanks RM16 May 2023 at 11:59 in reply to: MicroPython I2C PCF8591 round value problem Raspberry Pi Pico #25751Probably I undestand, can you try with analog_read_all?
Thanks RenzoHi George,
It seems that It’s ok.
You can also use a byte or char as a number.
Bye RenzoHi,
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
-
AuthorPosts