Jean Charles

Results 39 comments of Jean Charles

I fixed this issue by forking https://github.com/jmccrohan/pysolarmanv5/blob/main/pysolarmanv5/pysolarmanv5.py from the package to the local plugin directory and replacing the "multiprocessing Queue" with the standard python Queue.

Ok, I think I got the point. This line : https://github.com/collin80/SavvyCAN/blob/0447ec1435e98420f9afaca0a5e55728e02278e0/connections/lawicel_serial.cpp#L239 Is it possible to have another windows build with NoFlowControl instead of HardwareControl ? Or maybe an option in...

Finally I successfully built it for Windows and it works now.

Here my build without the HardwareControl. Just replace the .exe file. Feel free to try :) [SavvyCAN.zip](https://github.com/collin80/SavvyCAN/files/14957591/SavvyCAN.zip)

Here a new binary that also add a microsecond timestamp to the frames : [SavvyCAN.zip](https://github.com/collin80/SavvyCAN/files/14969843/SavvyCAN.zip)

Thank for your answer. I fixed all the compilation errors but the ESP32 crashes when it call begin() ``` C:/msys32/home/Jyce/esp/esp-idf/components/freertos/queue.c:1441 (xQueueGenericReceive)- assert failed! abort() was called at PC 0x400869b5 on...

I improved the ESP32 support. See https://github.com/d-a-v/W5500lwIP/pull/2

@johnnytolengo, Try this fork : https://github.com/psykokwak-com/W5500lwIP @me-no-dev, can you give us some input to help ?

@johnnytolengo, did you start the wifi before ? The W5500 lwip driver does not start the TCPIP stack. So you have to do it or start the wifi before (that...

@johnnytolengo, Yes, this implementation create its own task for loop. Right now there is no simple way to force an IP address but it should not be hard to implement....