Skip to content

issues Search Results · repo:micropython/micropython-lib language:Python

Filter by

467 results
 (62 ms)

467 results

inmicropython/micropython-lib (press backspace or delete to remove)

G day, All. I have been trying to find some solid evidence of this but have not managed to find a data sheet with the command. Given that I haven t found any solid evidence I m not sure if this is a real ...
  • gvdl
  • 2
  • Opened 
    4 days ago
  • #1025

resp = urequests.post(self.push_url, data=data, headers=self.headers) resp.close() self.logger.warning( headers = {}, data({})({}) = {} .format(self.headers, type(data), len(data), data)) 2025/06/15 18:26:40.006 ...
  • bvajk
  • 1
  • Opened 
    5 days ago
  • #1024

Reading the official aiohttp documentation: https://docs.aiohttp.org/en/stable/client_reference.html I optimized my code to have a single ClientSession within my app to take advantage of connection pooling ...
  • FuNK3Y
  • 2
  • Opened 
    16 days ago
  • #1018

English(machine translation): Hi! Problem: I can t use the SD card on the ESP32-S3, and I get the error OSError: 16, but it works fine on the ESP32-NodeMCU. Device: - ESP32-S3-N16R8 (ESP32-S3-DevKitC-1) ...
  • kaixin168sxz
  • 2
  • Opened 
    20 days ago
  • #1015

This is more of an awareness piece and something to trigger a discussion. There is also the possibility that I am wrong and the installation process is working as intended. I m currently developing MicroPython ...
  • andyrids
  • Opened 
    22 days ago
  • #1014

Hi All, I am new to micropython and am trying to install the aioble library to my esp8266. Looking online it seems that I need to connect the board to my local network and then use mip to install it in ...
  • leenowell
  • 11
  • Opened 
    22 days ago
  • #1013

On ESP32, after receiving 5-10 full websocket frames, this read returns only a partial frame: payload = await self.reader.read(length) This is to be expected, as the read(length) call in MicroPython ...
  • ThomasFarstrike
  • Opened 
    on May 20
  • #1012

In the LICENSE file, it is made clear that each module is separately licensed, and that licenses should be inferred from the files with that module directory. However, there are a number of modules that ...
  • vikram-rana-synaptics
  • 2
  • Opened 
    on Apr 24
  • #1002

🐛 Bug Description micropython/lora/lora-sx126x/lora/sx126x.py, line: 599 In sx1262.py, the SNR value is parsed incorrectly in _read_packet. The driver currently does: rx_packet.snr = pkt_status[2] ...
  • hlym123
  • 2
  • Opened 
    on Apr 15
  • #999

This doesn t quite match what I d expect. MicroPython v1.24.0-400.g160c2931f.dirty on 2025-04-10; linux [GCC 14.2.0] version Use Ctrl-D to exit, Ctrl-E for paste mode async def fn(): ... pass ...
  • smurfix
  • 2
  • Opened 
    on Apr 10
  • #997
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub