cnlohr / channel3

ESP8266 Analog Broadcast Television Interface
Other
1.49k stars 159 forks source link

Installed the bin files, but unable to connect to the web control #13

Closed marek26340 closed 6 years ago

marek26340 commented 6 years ago

Hi,

So I wanted to try out your project. I downloaded the bin files and flashed them to my ESP. Looks like the firmware loads just fine: TV transmission starts, WiFi hotspot starts too.. I connected to ESP's WiFi and tried to load http://192.168.4.1/, but it just keeps loading forever or it will show an error "File not found". I already tried erasing the whole ESP with a 1MB blank.bin to addresses 0x000000, 0x100000, 0x200000 and 0x300000, but after reflashing your bin files, the error is still there.

About the board: DOIT ESP8266 ESP-12E NodeMCU Devkit Browser: Google Chrome for Android Phone: Huawei P9 Lite running Android 7.0 (C432B392)

cnlohr commented 6 years ago

Where did you flash the mpfs data? You need three components to operate it. 0x000... bin, 0xX000 bin and the mpfs dat file.

Noonlord commented 6 years ago

Where should I flash mpfs file?

cnlohr commented 6 years ago

0x100000 or 0x10000 either will do.

marek26340 commented 6 years ago

I did not flash the mpfs data... omg