Last active
August 23, 2018 23:27
-
-
Save abesmon/d406284bfeef843764f630d3d43a2019 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void setup() { | |
pinMode(0, INPUT); //RX | |
pinMode(1, INPUT); //TX | |
} | |
void loop() {} | |
// connect with | |
// $ screen /dev/ttyUSB0 115200 | |
// screen [device] [baudrate] | |
// interrupt with ctrl+a, then press k, then yes | |
// MAN ITS COOLER sudo cu -s 115200 -l /dev/tty.usbserial-A6005kdh | |
// about serial on otg | |
// https://ua3nbw.ru/all/vklyuchaem-g-serial-usb-otg-konsol-orange-pi-on-armbian/ | |
/* | |
Интерсный момент, что не реально запустить апельсинку zero от 5v. Обязательно надо послать питание с usb otg. В противном случае мы сосем жопу | |
*/ | |
/* raspbian | |
I think if Raspbian same Debian or Armbian, can use this topic for enable wifi on OPI PC+. | |
https://forum.armbian.com/index. ... t-to-wifi-networks/ | |
Enable Wifi | |
sudo nano /etc/modules-load.d/modules.conf | |
before 8189 clear the # | |
*/ | |
/* wifisettings | |
http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=2228 | |
*/ | |
САМОЕ ВАЖНО, что было выяснено - ARMBIAN вообще топ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment