Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

52 lines (29 loc) · 1.18 KB

hwInterfaceCode

hardware Interface Code

esp32

Project for esp32 R&D

URL for Additional ESP boards to Adruino https://dl.espressif.com/dl/package_esp32_index.json, http://arduino.esp8266.com/stable/package_esp8266com_index.json

raspberryPi

Project for Raspberry PI

Link to install Arduino in Raspberry Pi:

[https://medium.com/@ronm333/installing-the-arduino-ide-on-the-raspberry-pi-82301ab381b9]

ESP32

[https://dl.espressif.com/doc/esp-idf/latest/get-started/linux-setup.html] Toolchain Setup ESP32 toolchain for Linux is available for download from Espressif website:

for 64-bit Linux:

https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-73-ge28a011-5.2.0.tar.gz

Mac Driver for USB to UART [espressif/arduino-esp32#1084]

Debuggin Wifi in Rasberry PI https://retropie.org.uk/forum/topic/17114/raspberry-pi-3-b-wifi-help-please/16

apt-get install rfkill
iwconfig
rfkill list wlan

sudo rfkill unblock all 
sudo rfkill list all

Esp32 ToolChain for Raspberry PI [https://drive.google.com/drive/folders/0Bz7Qo_vFhiBmVFYyQlA3ZWxDZ0U]

OTA Esp32 https://randomnerdtutorials.com/esp32-over-the-air-ota-programming/