Saturday, June 30, 2018

CircuitPython on Linux and Raspberry Pi @adafruit @Raspberry_Pi #RaspberryPi

Blinkapi 853
We’re always looking for ways to make making easier – whether that’s making breakout boards for hard-to-solder sensors or writing libraries to simplify motor control. Our new favorite way to program microcontrollers is CircuitPython.

Piwiring 853

But…sometimes you want to do more than a microcontroller can do. Like HDMI video output, or camera capture, or serving up a website, or just something that takes more memory and computing than a microcontroller board can do…

Breadboard 853

The next obvious step is to bring CircuitPython back to ‘desktop Python’. We’ve got tons of projects, libraries and example code for CircuitPython on microcontrollers, and thanks to the flexibility and power of Python its pretty easy to get it working with micro-computers like Raspberry Pi or other ‘Linux with GPIO pins available’ single board computers.

Bmetest

We’ve started out with demonstrating that you can wire up a popular BME280 temperature/humidity/pressure sensor, to a Raspberry Pi and within a 3 minutes: using pip to install the CircuitPython support library and BME280 CircuitPython driver, then running our example code. You can now unlock our massive number of drivers and libraries — right now, there’s 85 of them! while still enjoying the power and flexibility of Linux and Raspberry Pi

Check out the guide at https://learn.adafruit.com/circuitpython-on-raspberrypi-linux

No comments:

Post a Comment