coates’s avatarcoates’s Twitter Archive—№ 23,560

  1. Weird thoughts: I’ve now used PHP and Python as my primary development language for around the same amount of time in my career. I’ve custom-built PHP probably 1000 times. Maybe even more. I’ve custom-built Python I think never. Tonight I’m custom-building micropython +esp32.
    1. …in reply to @coates
      >>> import os >>> os.uname() (sysname='esp32', nodename='esp32', release='1.17.0', version='v1.17-333-gcf258c898 on 2022-01-14', machine='ESP32 module with ESP32’) (That was easier than expected; thanks to ESP32net’s idf.py)
      1. …in reply to @coates
        And now RMT + WS2812B panel + Wifi is working (again) on MicroPython + ESP32 (unreleased version). /cc jim_mussared github.com/micropython/micropython/issues/8161