Another simple example is to hook up a speaker to your Arduino. Schematic Layout Code A simple example. [c] int pin = 8; int note = 988; void setup() { } void loop() { //3 dots …
Category:
Learning
[lebox id="1"]
-
-
In this example we will show a basic example of connecting a DHT11 Temperature and Humidity Sensor to your Arduino. This is a very nice little, low cost sensor which requires only a pull up resistor to VDD. This can …
-
The DS18B20 is a temperature sensor that can be used in various simple projects. This part uses the 1 wire (I2C) bus and you can connect multiple sensors up to your Arduino. The part is also relatively low cost and only …
-
The ability to flash an LED is the most basic ‘hello world’ type of program you can write and run on your arduino. Most Arduino’s have an LED attached to D13, rather than take the easy option we will attach …
Older Posts
[lebox id="2"]
