-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08f7b51
commit 265742b
Showing
14 changed files
with
51 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
# arduino | ||
# Arduino sketch for an MCP4725 digital-to-analog controller | ||
|
||
This is a sketch to control Control Voltages (CV) and Gates for an analog synthesizer using an MCP4725 connected to an Arduino board. | ||
|
||
See https://www.eegsynth.org/?page_id=516 for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
## Arduino relay between RFM12b and ThingSpeak | ||
# Arduino relay between RFM12b and ThingSpeak | ||
|
||
This is the sketch for the Arduino pro mini with the RFM12b module. | ||
|
||
This is a sketch for an Arduino pro mini attached to a RFM12b module. It operates in conjunction with the "rfm12b_thingspeak" sketch, which is running on an Arduino Uno with an Ethershield. The two Arduino's exchange sensor data over a i2c connection. | ||
This is a sketch for an Arduino pro mini attached to an RFM12b module. It operates in conjunction with the "rfm12b_thingspeak" sketch, which is running on an Arduino Uno with an Ethershield. The two Arduino's exchange sensor data over a i2c connection. | ||
|
||
See http://robertoostenveld.nl/arduino-relay-rfm12b-thingspeak/ for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
## Arduino with AM2301 temperature and humidity sensor | ||
# Arduino with AM2301 temperature and humidity sensor | ||
|
||
See http://robertoostenveld.nl/arduino-am2301/ for details. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
## Arduino with BMP085 temperature and barometric pressure sensor | ||
# Arduino with BMP085 temperature and barometric pressure sensor | ||
|
||
See http://robertoostenveld.nl/arduino-bmp085/ for details. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
## Arduino with CNY70 reflective optical sensor. | ||
# Arduino with CNY70 reflective optical sensor. | ||
|
||
See http://robertoostenveld.nl/arduino-cny70/ for details. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
## Arduino with DS18B20 temperature sensor | ||
# Arduino with DS18B20 temperature sensor | ||
|
||
See http://robertoostenveld.nl/arduino-ds18b20/ for details. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
## Arduino with LM35 temperature sensor | ||
# Arduino with LM35 temperature sensor | ||
|
||
See http://robertoostenveld.nl/arduino-lm35/ for details. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
## Arduino with RFM12B that sends random numbers to the ThingSpeak relay. | ||
# Arduino with RFM12B that sends random numbers to the ThingSpeak relay. | ||
|
||
See http://robertoostenveld.nl/arduino-based-energy-and-climate-monitor-version-2/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters