Search found 2 matches

by shivams
Wed Jan 20, 2021 10:07 pm
Forum: Pyboard D-series
Topic: RSSI of connected WLAN
Replies: 4
Views: 7993

Re: RSSI of connected WLAN

This workaround is not required. RSSI can now be directly queried for the connected WLAN using:

Code: Select all

wlan.status('rssi')
Source: https://github.com/micropython/micropython/issues/2785
by shivams
Sun Dec 06, 2020 9:35 am
Forum: ESP32 boards
Topic: Python file gets corrupted during AC fluctuations
Replies: 2
Views: 1444

Python file gets corrupted during AC fluctuations

I have installed a few ESP32s for a test project. Some of them are powered using an AC-DC adapter (with 5V DC output). Rest are powered using direct DC from batteries. The ones powered by the AC-DC adapter have had a high failure rate. They often get corrupted: some of the Python files are not reada...