Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 1.65 KB

IoT.md

File metadata and controls

74 lines (45 loc) · 1.65 KB

Internet of Things (IoT)

Arduino

RaspberryPi

SSH

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

For headless setup, SSH can be enabled by placing a file named ssh, without any extension, onto the boot partition of the SD card from another computer

Setting up Pi Zero OTG

https://blog.gbaman.info/?tag=g_ether

  • Add to the bottom of the config.txt file dtoverlay=dwc2 on a new line
  • Insert modules-load=dwc2,g_ether after rootwait in cmdline.txt
  • Wait 90s and ssh [email protected] (debug with avahi-browse -art)

Chip

WiFi Connection

http://docs.getchip.com/chip.html#wifi-connection

nmcli device wifi list
sudo nmcli device wifi connect 'NAME' password 'PASSWORD' ifname wlan0
nmcli device status
nmcli connection show --active
sudo route add default gw 192.168.1.1 wlan0

Headless CHIP

http://docs.getchip.com/chip.html#headless-chip

screen /dev/tty.usbmodem2413 115200

UDOO

ESP8266

  • TODO

OTHER