Looking for a simple way to add a text display to your Raspberry Pi or BeagleBone Black project? Consider using a character LCD with the Python character LCD library! These classic displays can show a few lines of text, are inexpensive, and easily readable during the day or night with a bright backlight. You can follow this guide to learn how to connect a character LCD to a Raspberry Pi or BeagleBone Black and control the display from your own Python code!
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, or even use Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for MakeCode, CircuitPython, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Python for Microcontrollers — Python on hardware, a portal to a world of fun! #Python #Adafruit #CircuitPython @circuitpython @micropython @ThePSF @Adafruit
Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !
Unfortunately not right now since things have changed a bit with the move to Debian as the default BeagleBone Black operating system. I think your best bet is to ask the folks in the BeagleBone Black google group what the best setup for wifi is on the latest Debian image: https://groups.google.com/forum/#!categories/beagleboard/beaglebone-black
Bit of a random question, but is there a guide on setting up WIFI on the BBB?
Unfortunately not right now since things have changed a bit with the move to Debian as the default BeagleBone Black operating system. I think your best bet is to ask the folks in the BeagleBone Black google group what the best setup for wifi is on the latest Debian image: https://groups.google.com/forum/#!categories/beagleboard/beaglebone-black
I also saw this link has some more recent useful info, but might only apply to Ralink devices since it assumes an ra0 device. It’s worth a shot to check out and try using wicd-curses to configure WLAN though: http://inspire.logicsupply.com/2014/07/beaglebone-wifi-installation.html