Quantcast
Channel: MicroPython Forum (Archive)
Browsing all 30 articles
Browse latest View live

Drivers for External Components • Re: Micropython library for the TI INA219...

Oh, I'm sorry, I noticed just now that I have added some confusion to this discussion.I found this topic when looking for an INA226 lib. And I found yours, Chris.Somewhere under this topic there is a...

View Article



ESP32 boards • Re: BLE config le_secure or bond - unknown config param

The changelog from Wed, 26 Apr 2023 for version v1.20.0 includes the line:CODE: mpconfigport: enable BLE synchronous events and pairing/bondingDoes that mean that bonding is now supposed to work on...

View Article

Image may be NSFW.
Clik here to view.

Programs, Libraries and Tools • Re: VS Code Pymar microython

Do you need to import the official machine, otherwise it may result in incompatible versions. Statistics: Posted by Jackli — Thu May 25, 2023 7:37 am

View Article

General Discussion and Questions • Re: Build Errors lwip

kcoelho wrote: ↑Fri Aug 16, 2019 3:55 pmThis is resolved. Thank you. I am however, having issues understanding the network library/classOn Linux after I enter the REPL command prompt and enter:import...

View Article

General Discussion and Questions • Re: Maximum timeout period for...

uasyncio.sleep(t).Sleep for t seconds (can be floating point)This is a collaborative programStatistics: Posted by Jackli — Thu May 25, 2023 8:10 am

View Article


Programs, Libraries and Tools • Re: Abstract class in MicroPython

Class name:Phylumclass MyClass: i=123 def f(self): print("correct")Statistics: Posted by Jackli — Thu May 25, 2023 8:17 am

View Article

General Discussion and Questions • Re: Migration Away from MicroPython.org to...

GitHub discussions have more features for posts and replies. Emoticon replies, accepted answers, thread replies, etc.GitHub discusses using more familiar Markdown syntax to write posts, especially...

View Article

MicroPython pyboard • Re: I want to use REPL while using uasyncio

+5 years... check out aiorepl:https://github.com/micropython/micropyt ... on/aioreplStatistics: Posted by FraggaMuffin — Mon May 29, 2023 4:46 am

View Article


ESP8266 boards • Re: sta_if.isconnected() unexpectedly returns false

hello friendsIn my case too I was unable to use isconnected() to verify the connection state in a script,the result would be the same no matter if connected or disconnected.Why it does happen , I have...

View Article


Programs, Libraries and Tools • Re: Install aioble with upip?

That might help:https://github.com/micropython/micropyt ... ree/masterfor me, the following did the trick:import mipmip.install("aioble")import aiobleStatistics: Posted by PieyeGmbH — Tue Jun 27, 2023...

View Article

Other Boards • Re: Simple cheap small board: NRF52 ?

Hi. I am looking for ibeacon example on NRF52. I search in the forums but can not find the right way to do. I have run successfully Eddystone with temperature sensor.Any body can help?Statistics:...

View Article

ESP8266 boards • Re: Programming ESP8266 on Chromebook in Nov 2019; with both...

PixelShady wrote: ↑Sun Nov 03, 2019 3:07 pmHave been searching online and got a lot of mixed information - some saying that you need an Arduino to sit between the chromebook and ESP8266, because an...

View Article

ESP32 boards • Re: Micropython on ESP32-C3

Hi,I dont know if this is the right place to ask my question.I bought some OLIMEX ESP32-C3-devkit-Lipo rev 1, and try to implementMicropython with THONNY. I tried many versions available on...

View Article


General Discussion and Questions • Re: ESPNow send function

MMliam wrote: ↑Sun Aug 28, 2022 11:50 pmESPNow code runs in ESP8266, throws an error in ESP32.Code:CODE: eNow = espnow.ESPNow()enRcvr = b'\x01\x02\x03\x04\x05\x06'devState = bytes('On',...

View Article

ESP32 boards • Re: Machine learning on ESP-32?

Hi,It's been 3+ years since the question was raised regarding the use of Micropython and ESP-EYE.Any news about this?Has anyone managed to do that and access the camera HW?Looking for such a solution...

View Article


General Discussion and Questions • Re: Organizing Custom Builds, Recommended...

Gee, I am super late to the thread, after starting it well over a year ago. Somehow I missed these replies. I thing the answer (for me) is twofold. For quick prototype projects, I would prefer the...

View Article

ESP32 boards • Re: wifi and ble not reliable on esp32-c3 port

Have you found a solution to this problem I am having the same issueStatistics: Posted by MATTYGILO — Tue Sep 05, 2023 1:24 pm

View Article


ESP32 boards • Re: ESP32: get which EXT1 pin caused wake

Just wondered if anyone had tested this with lightsleep() and/or on an ESP32S3?I am having some difficulty using gpios to wake from light sleep and call the irq() callback associated with the...

View Article

General Discussion and Questions • Re: Properly checking for errors during a...

esp32/network_wlan: Fix network.WLAN.status().https://github.com/micropython/micropython/pull/12932status() can return STAT_NO_AP_FOUND and STAT_WRONG_PASSWORD.This allows users to set the correct...

View Article

ESP8266 boards • Re: Has anyone had success?

pythoncoder wrote: ↑Tue Jan 03, 2017 8:08 amIs there an issue with the D1 Mini Pro? The D1 Mini works fine and is widely used. Alas I don't have a Pro: has anyone managed to run MicroPython on...

View Article
Browsing all 30 articles
Browse latest View live


Latest Images