Difference between revisions of "Arduino notes"
From Wiki at Neela Nurseries
m |
m |
||
Line 1: | Line 1: | ||
+ | |||
+ | |||
+ | |||
+ | 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 | ||
+ | |||
+ | |||
+ | 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 | ||
− | + | ||
+ | |||
+ | |||
+ | |||
+ | <!-- comment --> |
Revision as of 17:07, 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
Specific Arduino projects . . .