Category "micropython"

Uart problem with diferences between Python and Micropython

I have a wind gauge that sends data once every second. Im using a while loop that loops for 1 second that reads the uart port and grabs the data. In Python on b

Uart problem with diferences between Python and Micropython

I have a wind gauge that sends data once every second. Im using a while loop that loops for 1 second that reads the uart port and grabs the data. In Python on b

Can the tuples be changed in rtc.datetime()?

import network, ntptime, time from machine import RTC # dictionary that maps string date names to indexes in the RTC's datetime tuple DATETIME_ELEMENTS = {

Is there a version of Pandas that will work with MicroPython?

I have a program that utilizes Pandas and Numpi which I want to operate on an ESP32 micro controller. Is there a version of Pandas and Numpi that will work on

MCP3464 Micropython

I want to read the result of a conversion of the MCP 3464 with a ESP32 I can read registers and write registers. But when I want to read the result of conversio