Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/perfecxx/arduino_unor4
- Owner: PerfecXX
- Created: 2024-06-06T05:44:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T07:27:19.000Z (about 2 months ago)
- Last Synced: 2024-10-31T08:23:00.594Z (about 2 months ago)
- Topics: arduino, arduino-iot-cloud, arduino-uno-r4, arduino-uno-r4-wifi
- Language: C++
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/