Semyon Tarakanov
Semyon Tarakanov
Anyone tried to use uTensor with non-ARM chips? Especially ESP32, ESP8266. They have different CPU, but widely adopted. It would be great to run uTensor on such popular device.
I manage to run 6lbr on Sensortag (see issure #232). This changes add some config to compile 6lbr for Sensortag. Ethernet module ENC28J60 is connected to SPI (shared with external...
I need to save dict structure to persistent storage using pickle. I have tuples and floats in it. But when I try to unpickle it I got error. To reproduce:...
I am curious about micropython support. In case I want to develop embedded device with BACnet support. Is it hard to port bacpypes to Micropython?