added driver notes

This commit is contained in:
then 2022-09-09 20:03:48 +02:00
parent 0529bfd429
commit 1e76af68ec

View File

@ -10,6 +10,13 @@
This guide assumes you have a 4MB ESP12F microcontroller and use Arduino IDE.
Hardware:
* Micro USB cable WITH DATA LINES (not only power/charging)
* The ESP12F we are using dont have a USB interface so we flash them using a programming jig or 'ESP8266 Programmer Socket Adapter'. These use CP210x drivers. Depending on your operating system you might need to install them. On linux these are already present.
Software:
* Board Manager: You will need to add the support for this board to your IDE (Arduino in this case), see: https://github.com/esp8266/Arduino
* SPIFFS: You will need to add SPIFFS file upload support to Arduino if you want to upload files to the ESP12F, see: https://github.com/esp8266/arduino-esp8266fs-plugin