User Tools

Site Tools


hstarwiki:cust:gen:chip

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hstarwiki:cust:gen:chip [2017-03-03 T 17:14]
127.0.0.1 external edit
hstarwiki:cust:gen:chip [2017-03-07 T 23:59] (current)
admin
Line 7: Line 7:
   * Wifi Via command line:   * Wifi Via command line:
   * http://docs.getchip.com/chip.html#wifi-connection   * http://docs.getchip.com/chip.html#wifi-connection
- 
-==Default login== 
-User: root p:chip 
  
 ==Usuefull tools on known system== ==Usuefull tools on known system==
   * Debian based but own system   * Debian based but own system
   * uses systemd   * uses systemd
-  + 
 + 
 +====== Chip via tty ====== 
 +Pin out: 
 +  Black (Blue) to grnd 
 +  * White to Tx 
 +  * Green to Rx 
 +Command: 
 +  * $dmesg | grep tty 
 +  * find tty dev name, like /dev/ttyUSB0 
 +  * $picocom -d 115200 /dev/ttyUSB0  
 +Default login 
 +  * User: root  
 +  * p:chip 
 +Basic Wifi setup: 
 +  * sudo nmcli device wifi connect '(your wifi network name/SSID)' password '(your wifi password)' ifname wlan0 
 + 
 + 
 +tty info: 
 +  * Baud Rate (Data Rate): 115200 
 +  * Data Bits: 8 
 +  * Parity: none 
 +  * Stop bits: 1 
 +  * Flow control: none
  
  
hstarwiki/cust/gen/chip.1488561299.txt.gz · Last modified: 2017-03-03 T 17:14 by 127.0.0.1