Azure IoT Edge

Get logs from device as bundle

sudo iotedge support-bundle --since 30m

Arudino Cli

Upload (Main/build/arduino.avr.uno/Main.ino.hex)

arduino-cli upload -p "/dev/ttyACM0" -b "arduino:avr:uno" -t Main/

Raspberry pi

Passwordless ssh

https://www.raspberrypi.org/documentation/remote-access/ssh/passwordless.md

Login with ssh key

ssh-copy-id [email protected]

Take a picture with raspstill

https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md

Take a picture

raspistill -n -o cam.jpg