I have a tesla Small DU board Ive soldered up myself and im trying to get the Olimix board working.
Ive flashed the STM32 just fine with ST-LINK, that is not a problem so far.
To flash the the Olimex board (ive tried 4 of them) I follow this process:
Solder GPIO 0 to the "flash setting)
1. Connect the Olimex using an FTDI USB to TTL adaptor. COM2 115200 baud. This connects fine in Arduino. 3.3V power.
2. I setup arduino IDE 1.8.0 with https://github.com/esp8266/arduino-esp8266fs-plugin and https://arduino.esp8266.com/stable/pack ... index.json
3. I setup the arduino sketch directory with the "FSBrowser directory, and make a data directory inside and copy the relevant files:
(the arduino sketch directory also has the tools folder for the file system thing)
4. Install ESP8266 library needed in Arduino
5. Select Olimex board in Arduino with these settings:
6. Build and flash FSBrowser
7. Wait 10 seconds then depower Olimex board, wait 10 seconds and repower
8. Run Tools---> ESP8266 Sketch Data Upload.
***both flashing go perfectly according to the logs.***
Code: Select all
WARNING: Category 'Network' in library lwIP_PPP is not valid. Setting to 'Uncategorized'
WARNING: Category 'Network' in library lwIP_enc28j60 is not valid. Setting to 'Uncategorized'
WARNING: Category 'Network' in library lwIP_w5500 is not valid. Setting to 'Uncategorized'
WARNING: Category 'Network' in library lwIP_w5500 is not valid. Setting to 'Uncategorized'
Executable segment sizes:
ICACHE : 32768 - flash instruction cache
IROM : 351792 - code in flash (default or ICACHE_FLASH_ATTR)
IRAM : 27905 / 32768 - code in IRAM (IRAM_ATTR, ISRs...)
DATA : 1512 ) - initialized variables (global, static) in RAM/HEAP
RODATA : 3940 ) / 81920 - constants (global, static) in RAM/HEAP
BSS : 26488 ) - zeroed variables (global, static) in RAM/HEAP
Sketch uses 385149 bytes (36%) of program storage space. Maximum is 1044464 bytes.
Global variables use 31940 bytes (38%) of dynamic memory, leaving 49980 bytes for local variables. Maximum is 81920 bytes.
esptool.py v3.0
Serial port COM2
Connecting....
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
MAC: bc:dd:c2:03:f7:f4
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 2MB
Compressed 389296 bytes to 277859...
Writing at 0x00000000... (5 %)
Writing at 0x00004000... (11 %)
Writing at 0x00008000... (17 %)
Writing at 0x0000c000... (23 %)
Writing at 0x00010000... (29 %)
Writing at 0x00014000... (35 %)
Writing at 0x00018000... (41 %)
Writing at 0x0001c000... (47 %)
Writing at 0x00020000... (52 %)
Writing at 0x00024000... (58 %)
Writing at 0x00028000... (64 %)
Writing at 0x0002c000... (70 %)
Writing at 0x00030000... (76 %)
Writing at 0x00034000... (82 %)
Writing at 0x00038000... (88 %)
Writing at 0x0003c000... (94 %)
Writing at 0x00040000... (100 %)
Wrote 389296 bytes (277859 compressed) at 0x00000000 in 24.7 seconds (effective 126.1 kbit/s)...
Hash of data verified.
Compressed 16384 bytes to 39...
Writing at 0x001fc000... (100 %)
Wrote 16384 bytes (39 compressed) at 0x001fc000 in 0.0 seconds (effective 8721.4 kbit/s)...
Hash of data verified.
Leaving...
Soft resetting...
[SPIFFS] data : C:\Users\j\OneDrive\!Arduino\FSBrowser\data
[SPIFFS] size : 1000
[SPIFFS] page : 256
[SPIFFS] block : 8192
/ajax-loader.gif
/chart.min.js.gz
/chartjs-annotation.min.js.gz
/gauge.min.js.gz
/gauges.html
/gauges.js
/index.html
/index.js
/inverter.js
/jquery.core.min.js.gz
/jquery.knob.min.js.gz
/log.html
/log.js
/README.md
/refresh.png
/remote.html
/style.css
/syncofs.html
/wifi-updated.html
/wifi.html
[SPIFFS] upload : C:\Users\j\AppData\Local\Temp\arduino_build_311196/FSBrowser.spiffs.bin
[SPIFFS] address : 0x100000
[SPIFFS] reset : --before no_reset --after soft_reset
[SPIFFS] port : COM2
[SPIFFS] speed : 115200
[SPIFFS] python : C:\Users\j\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1\python3.exe
[SPIFFS] uploader : C:\Users\j\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.1\tools\upload.py
esptool.py v3.0
Serial port COM2
Connecting....
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
MAC: bc:dd:c2:03:f7:f4
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 2MB
Compressed 1024000 bytes to 118009...
Writing at 0x00100000... (12 %)
Writing at 0x00104000... (25 %)
Writing at 0x00108000... (37 %)
Writing at 0x0010c000... (50 %)
Writing at 0x00110000... (62 %)
Writing at 0x00114000... (75 %)
Writing at 0x00118000... (87 %)
Writing at 0x0011c000... (100 %)
Wrote 1024000 bytes (118009 compressed) at 0x00100000 in 10.6 seconds (effective 773.3 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
10. Plug into The Tesla SMALL DU board and search for Wifi.
A wifi network of ESP-03F7F4 appears with no password. I am able to connect. But nothing is there.
----The network name is not "Inverter" like everyone says it should be
----There is no password on the network
----192.168.1.4 does not exist.
here are the network i get when I connect:
has anyone been able to flash Heubners web interface to an Olimex board before and get it working? what am I doing wrong?