|
You are here |
www.matsimitsu.com | ||
| | | | |
infinitedigits.co
|
|
| | | | | Instructions on converting an old walkman-style cassette player into a synthesizer using an Arduino, a DAC, a few wires, and some code. | |
| | | | |
alexanderell.is
|
|
| | | | | ||
| | | | |
yasoob.me
|
|
| | | | | Hi lovely people! ? If you have read any of my other articles you might be aware that I am working with electronics right now. After learning the basics of Arduino, I decided to work on a relatively ambitious project. I decided to make a greenhouse monitoring system. I am going to write a series of posts introducing you to all of the sensors one by one and by the end of this series, we will have a fully functional, super basic, greenhouse monitoring system. | |
| | | | |
whatibroke.com
|
|
| | | Hi everyone, Just a quick post on how to configure wireless info on a raspberry pi. To start with, open the config file: sudo nano /etc/wpa_supplicant/wpa_supplicant.conf You can then add any number of connections to the file with varying priorities: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=AU network={ ssid="Mobile Network" psk="YOUR_PASSWORD" key_mgmt=WPA-PSK priority=2 } network={ ssid="Home Network" psk="YOUR_PASSWORD"... | ||