Close

353 Results for "circuitpython"

  • CircuitPython

  • The board definition and code is now merged into the CircuitPython project, and both the bootloader and the firmware can be downloaded from https://circuitpython.org/board/pewpew_lcd/ (or rather, the firmware will appear here as soon as there...
  • CircuitPython support

  • @Michael Welling got page added for the badge:Add support for OHS2020 Badge #103: https://github.com/adafruit/Adafruit_nRF52_Bootloader/pull/103Ohs2020 badge page #377: https://github.com/adafruit/circuitpython-org/pull/377Ohs2020 badge...
  • CircuitPython 4.0

  • It's been quiet here for a while, but that is not because nothing was happening — on the contrary, it's because I have been busy with non-technical parts of this project. I spoke with several organizations and individuals who are interested in teaching...
  • Custom CircuitPython

  • Having played a little bit with the prototype of the standalone version, I realized that I really need better button handling. The PewPew Lite did handling on the LED driver chip — the chip would scan the whole matrix every 25ms, and if a button came...
  • CircuitPython Progress

  • The coding is coming along faster than anticipated. In order to manage the input and output requirements of the sensors and transducers there has to be an understanding of the Arduino's basic I/O capabilities. At a minimum there has to be one I2C interface...
  • Did I mention CircuitPython?

  • As mentioned previously, UF2 was created to make it easier to work with CircuitPython.  The boards upon which this circuit is based were designed to run CircuitPython and one of the first steps for bringing up and checking out this board will be...
  • Camera in CircuitPython

  • There is ongoing work being done by Jeff Epler to bring the cameras to CircuitPython. There is an excellent tutorial available here: https://learn.adafruit.com/capturing-camera-images-with-circuitpythonBut this is not all. Right now Jeff is working...
  • Esp32-C6-Bug CircuitPython

  • A little log on testing CircuitPython with Esp32-C6-Bug, I was surprised by how smooth the integration actually was. I just downloaded the CircuitPython repo with git clone --recursive https://github.com/adafruit/circuitpython.git  and followed...
  • Reading GIFs in CircuitPython

  • This is not advertised very much, but CircuitPython can now load GIF files using the Adafruit's Image Load library — I have added GIF support to it a while ago, based on the example code a wrote here: https://github.com/deshipu/circuitpython-gifHowever,...
  • Now Supports CircuitPython!

  • This humble tally light project has now broken into three! Now that we support both CircuitPython and the ESP32-S2 as well as the Raspberry Pi platform, the project now has three parts:TallyOBS, the OBS script which can talk to both the ESP32-S2...
  • First CircuitPython Program

  • Today I found one more bi-color matrix that I have left (more of them are ordered for the next version), and used it to assemble a second PewPew Lite. I'm really happy with how it works, and I'm considering switching entirely to the Lite version — four...