Difference between revisions of "Arduino notes"
From Wiki at Neela Nurseries
m |
m |
||
Line 3: | Line 3: | ||
− | Getting started | + | Getting started: |
* https://playground.arduino.cc/Learning/CommandLine . . . mentions PlatformIO "ecosystem" and specific Linux ready command line tools for working with Arduino | * https://playground.arduino.cc/Learning/CommandLine . . . mentions PlatformIO "ecosystem" and specific Linux ready command line tools for working with Arduino | ||
Line 12: | Line 12: | ||
− | + | The ATMEGA328P processor used in Arduino Uno boards: | |
+ | |||
+ | * http://www.microchip.com/wwwproducts/en/ATmega328p . . . the ATMEGA328P processor used in Arduino Uno boards | ||
+ | |||
+ | |||
+ | |||
+ | Specific Arduino projects: | ||
* https://www.hackster.io/niesse/water-level-ultrasonic-sensor-with-lorawan-c2cf55 | * https://www.hackster.io/niesse/water-level-ultrasonic-sensor-with-lorawan-c2cf55 | ||
− | FreeRTOS port to Arduino | + | FreeRTOS port to Arduino: |
* https://github.com/feilipu/Arduino_FreeRTOS_Library | * https://github.com/feilipu/Arduino_FreeRTOS_Library |
Revision as of 19:16, 23 April 2018
Getting started:
- https://playground.arduino.cc/Learning/CommandLine . . . mentions PlatformIO "ecosystem" and specific Linux ready command line tools for working with Arduino
- https://www.youtube.com/watch?v=qAM2S27FWAI . . . avr-dude and related tools can program Arduino Uno boards
- https://playground.arduino.cc/OpenBSD/CLI . . . Arduino development work on OpenBSD systems
The ATMEGA328P processor used in Arduino Uno boards:
- http://www.microchip.com/wwwproducts/en/ATmega328p . . . the ATMEGA328P processor used in Arduino Uno boards
Specific Arduino projects:
FreeRTOS port to Arduino: