Arduino CLI

preview_player
Показать описание
Arduino CLI configuration, compile, upload.
This would be very useful to remotely update an Arduino over ssh.
In a future video we'll look at writing C directly rather than using the Arduino libraries, and communicate with the Arduino from Python scripts.

Arduino Playlist:

Helpful config :
------------------------

compile=
arduino-cli compile -b arduino:avr:uno blink2

upload=
arduino-cli upload -p /dev/ttyUSB0 --fqbn arduino:avr:uno blink2

setting up the UNO with Linux CLI

arduino-cli board list
arduino-cli board listall
arduino-cli core search uno
arduino-cli core install arduino:avr

arduino:avr:uno

sudo usermod -a -G dialout rag (my username, change rag to your username)
sudo chmod a+rw /dev/ttyUSB0

-----------------------------------------------------------------

Subscribe to the YouTube Channel
=================================

👍 Become a patron 👍

Buy Dr Pi a coffee (or Tea)

Proxies
=================================================
If you need a good, easy to use proxy, I was recommended this one, and having used ScraperAPI for a while I can vouch for them. If you were going to sign up anyway, then maybe you would be kind enough to use the link and the coupon code below?

You can also do a full working trial first as well, (unlike some other companies). The trial doesn't ask for any payment details either so all good! 👍

◼️ Coupon Code: DRPI10
(You can also get started with 1000 free API calls. No credit card required.)

Thumbs up yeah? (cos Algos..)

#arduino #linux #python
Рекомендации по теме