Has anyone ever used an SD drive with a esp32?
Thank You
Search found 2 matches
- Fri Feb 16, 2018 2:22 pm
- Forum: ESP32 Arduino
- Topic: Compilation troubleshooting
- Replies: 1
- Views: 4977
- Mon Feb 12, 2018 8:41 pm
- Forum: ESP32 Arduino
- Topic: Compilation troubleshooting
- Replies: 1
- Views: 4977
Compilation troubleshooting
Hi
I'm using a ESPio32 under Ubuntu 16.04 with Arduino IDE.
I installed it like that :
sudo usermod -a -G dialout $USER && \
sudo apt-get install git && \
wget https://bootstrap.pypa.io/get-pip.py && \
sudo python get-pip.py && \
sudo pip install pyserial
mkdir -p ~/Arduino/hardware/espressif
cd ...
I'm using a ESPio32 under Ubuntu 16.04 with Arduino IDE.
I installed it like that :
sudo usermod -a -G dialout $USER && \
sudo apt-get install git && \
wget https://bootstrap.pypa.io/get-pip.py && \
sudo python get-pip.py && \
sudo pip install pyserial
mkdir -p ~/Arduino/hardware/espressif
cd ...