Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNewton authored Sep 8, 2022
1 parent 565806d commit 982d951
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@ https://github.com/JamesNewton/BattleBot-Control/tree/patch-2#development-setup
The key is that the ESP32 has far more processing ower and will (eventually) support https web service which will allow access to the sensor
(including the camera) on the cell phone.

### Web programming

You can program this with just Chrome! No IDE, no programs, no nothing. Just
1. plug in the ESP, download the release files,
2. open the manifest.json file and look at the "parts" section.
3. go to:
https://espressif.github.io/esptool-js/
then select the port and connect. Verify it detects the chip, and loads the stub.
4. Copy in the offset for the first file (it takes decimal), and select the file.
5. for each following file, press Add file, copy in the offset and select the file.
6. Hit program, hold breath.
7. When complete Reset or power cycle.
8. Smile.

### Development

You will need to install:
- Platforms: "Espressif 8266" and "Espressif 32"
- Boards: "nodemcuv2" for the NodeMCU (8266) and "node32s" for the DevKitC
Expand Down

0 comments on commit 982d951

Please sign in to comment.