User Tools

Site Tools


pypilot_arduino_weathersensors

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
pypilot_arduino_weathersensors [2022/03/02 08:29]
seandepagnier created
pypilot_arduino_weathersensors [2022/03/02 08:33]
seandepagnier
Line 4: Line 4:
  
 To install the software needed to compile and load the sketch: To install the software needed to compile and load the sketch:
-[code]+<code>
 $ sudo apt install arduino $ sudo apt install arduino
-[/code]+$ git clone --depth=1 https://​github.com/​pypilot/​pypilot 
 +$ cd pypilot/​arduino/​weathersensors 
 +$ make upload 
 +</code
 + 
 +If there is a failure, repeat the "make upload"​ command several times. ​  It may be necessary to modify the Makefile and adjust the DEVICE or BAUDRATE. ​  Some boards use a BAUDRATE of 115200, others will use 57600. 
pypilot_arduino_weathersensors.txt · Last modified: 2022/03/02 08:46 by seandepagnier