Category "micropython"

I want to asyncronous blink a led during wifi connection micropython board

I have two co-routines. I start led blinking and wifi connection, but after wifi connection is complete i want to stop led blinking function. Led blinking funct

Micropython with PN532 V3 Elechouse

I have a ESP32S with micropython installed and I have a PN532 from Elechouse to read NFC tags. Is there any possible way to combine these two together? I've onl

ESP32S3 - Micropython - network.WLAN.active(True) Hangs

I purchased this from Digikey (docs). I flashed the latest firmware release with the following commands: $ esptool.py \ --port /dev/tty.usbmodem14201 \

ESP8266 micropython terminal not reponding?

I bought these boards and was trying to install micropython and then launch the REPL, but when I would start the putty session the chip would send the proper st

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