Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/perfecxx/arduino_unor4

Example usage of Arduino UNO R4
https://github.com/perfecxx/arduino_unor4

arduino arduino-iot-cloud arduino-uno-r4 arduino-uno-r4-wifi

Last synced: about 1 month ago
JSON representation

Example usage of Arduino UNO R4

Awesome Lists containing this project

README

        

# Arduino UNO R4 Tutorial

Example usage of Arduino UNO R4

## Arduino UNO R4 Example

- Digital Pin
- [LED](https://github.com/PerfecXX/Arduino-UNO-R4-Tutorial/tree/main/example/led)
- [Metrix LED](https://github.com/PerfecXX/Arduino-UNO-R4-Tutorial/tree/main/example/matrix_led)
- [Button](https://github.com/PerfecXX/Arduino-UNO-R4-Tutorial/tree/main/example/button)
- PWM
- [Buzzer](https://github.com/PerfecXX/Arduino-UNO-R4-Tutorial/tree/main/example/buzzer)
- Analog Pin
- [LDR](https://github.com/PerfecXX/Arduino-UNO-R4-Tutorial/tree/main/example/ldr)
- [Potentiometer](https://github.com/PerfecXX/Arduino-UNO-R4-Tutorial/tree/main/example/potentiometer)
- Sensor/Module
- [DHT11/DHT22](https://github.com/PerfecXX/ArduinoUNOR4Tutorial/tree/main/example/dht)
- [IR Sensor](https://github.com/PerfecXX/Arduino-UNO-R4-Tutorial/tree/main/example/infrared%20sensor)
- [NeoPixel](https://github.com/PerfecXX/ArduinoUNOR4Tutorial/tree/main/example/neopixel)
- [Servo Motor](https://github.com/PerfecXX/Arduino-UNO-R4-Tutorial/tree/main/example/servo)
- [HCSR-04 Ultrasonic Sensor](https://github.com/PerfecXX/Arduino-UNO-R4-Tutorial/tree/main/example/hcsr04%20ultrasonic%20sensor)
- [I2C LCD Display](https://github.com/PerfecXX/Arduino-UNO-R4-Tutorial/tree/main/example/lcd)
- [SSD1306 I2C OLED Display](https://github.com/PerfecXX/ArduinoUNOR4Tutorial/tree/main/example/ssd1306)
- [Soil Sensor](https://github.com/PerfecXX/ArduinoUNOR4Tutorial/tree/main/example/soil%20sensor)
- [Relay Module](https://github.com/PerfecXX/ArduinoUNOR4Tutorial/tree/main/example/relay)
- [LDR Module](https://github.com/PerfecXX/ArduinoUNOR4Tutorial/tree/main/example/ldr)
- Real Time Clock
- [RTC](https://github.com/PerfecXX/Arduino_UNOR4/tree/main/example/rtc)
- [NTP](https://github.com/PerfecXX/Arduino_UNOR4/tree/main/example/rtc)
- WiFi
- Network
- Socket
- MQTT
- BLE

## Arduino Cloud IoT Example

- [Control LED with Arduino Cloud](https://github.com/PerfecXX/Arduino_UNOR4/tree/main/example/arduino_cloud/01-LED%20Control%20with%20Switch)
- [Sensor Monitor with Arduino Cloud](https://github.com/PerfecXX/Arduino_UNOR4/tree/main/example/arduino_cloud/02-Sensor%20Monitoring)

## Useful Link

https://docs.arduino.cc/hardware/uno-r4-wifi/
https://docs.arduino.cc/tutorials/uno-r4-wifi/cheat-sheet/
https://docs.arduino.cc/tutorials/uno-r4-wifi/led-matrix/