|
|
@@ -16,10 +16,7 @@
|
|
|
- ./scripts/regen_headers.sh
|
|
|
- ./scripts/add_libraries.sh
|
|
|
|
|
|
-Now you have a choice, you can build with the command line and "make"
|
|
|
-or build with the Arduino GUI. I prefer make, but both will work.
|
|
|
-
|
|
|
-## Building with make
|
|
|
+## Building with make and arduino-cli
|
|
|
|
|
|
### Step1: Use make to install ESP32 support
|
|
|
|
|
|
@@ -41,32 +38,6 @@ The ESP32-S3 is now running and emitting test/demo remote-id bluetooth
|
|
|
|
|
|
If you get an error about missing serial support from python, install it with `python -m pip install pyserial`.
|
|
|
|
|
|
-## Building with the Arduino GUI
|
|
|
-
|
|
|
-### Step1: Open the 'arduino' software in your linux desktop
|
|
|
-
|
|
|
- - arduino
|
|
|
-
|
|
|
- - Arduino IDE -> File Menu -> Preferences -> "Additional Board Manager URLs:" cut-n-paste: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
|
|
|
-tip:[if you have url/s already isted, you can add it to the end of them with a comma, and then the url.]
|
|
|
- - Arduino IDE -> File Menu -> Preferences -> Ensure 'Sketchbook location:' is set to : /home/xxxx/Arduino for your current user, it defaults to this, but check it.
|
|
|
- - Arduino IDE -> Tools Menu -> Board -> Boards Manager -> [search for 'esp32'] ->Select Version [drop-down]-> 2.0.3 -> Install [2.0.3 or newer should work]
|
|
|
- - Arduino IDE -> Tools Menu -> Board -> "ESP32 Arduino" ->"ESP32S3 Dev Module" [choose it]-
|
|
|
- - Note that you must select the option with 'S3' in in here.
|
|
|
-
|
|
|
- - Open 'sketch - ie 'RemoteIDModule.ino 'from this repo
|
|
|
- - Arduino IDE -> File Menu -> Open ...
|
|
|
-
|
|
|
-### Step2: flash
|
|
|
-
|
|
|
-Plugin your ep32-s3 with usb cable using the port labeled "USB" on the pcb - this is for FLASHING it.
|
|
|
-
|
|
|
- - Arduino IDE -> Tools Menu -> Port:... -> /dev/ttyACM0
|
|
|
- - Press 'Upload' '"arrow" in IDE green bar.
|
|
|
-
|
|
|
-If board does not flash, hold-down BOOT pushbutton on pcb while pressing RESET pushbutton briefly [to force it into bootloader mode] and retry.
|
|
|
-done, ESP32-S3 is now running and emitting test/demo remote-id bluetooth
|
|
|
-
|
|
|
### Optional
|
|
|
|
|
|
Plugin your ep32-s3 with ANOTHER usb cable using the port labeled
|