Search found 4 matches

by fromvega
Tue Feb 08, 2022 7:07 pm
Forum: Programs, Libraries and Tools
Topic: ESP32: 'ADC' object has no attribute 'read_uv'
Replies: 2
Views: 2950

ESP32: 'ADC' object has no attribute 'read_uv'

Hi there, I just downloaded the latest firmware for the esp32/GENERIC from https://micropython.org/resources/firmware/esp32-20220117-v1.18.bin I'm trying to run the following ADC example from the docs (https://docs.micropython.org/en/latest/esp32/quickref.html#adc-analog-to-digital-conversion) from ...
by fromvega
Thu Jan 27, 2022 11:21 pm
Forum: General Discussion and Questions
Topic: Communicating to the outside world with micropython on Linux
Replies: 0
Views: 7674

Communicating to the outside world with micropython on Linux

Hi there, I'm trying to find a way to test my micropython scripts on Linux before they are eventually deployed to an ESP32. Granted that the UNIX port does not seem to have some of the modules that I need, like the network for instance, I wanted to try to abstract that away as much as possible. But ...
by fromvega
Mon Aug 30, 2021 12:32 am
Forum: ESP32 boards
Topic: ESP-Now support for ESP32 (and ESP8266)
Replies: 368
Views: 1512590

Re: ESP-Now support for ESP32 (and ESP8266)

Hey friends, I wanted to try using the ESP-NOW library but I'm getting an error when trying to import it. Seems like espnow is not available in the module esp. I did a search in the source code and there's nothing related to espnow. I'm a bit confused because I can see there are docs for it at https...