Replies: 5 comments 11 replies
-
First you need to put zero Ohms resistors (wires) across the Resistor labels. Second, you did upload the sketch also? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply so quickly. Yes, I uploaded the sketch file using the right arrow, however, I didn't put the jump wires across the resistors blanks. I will do so tomorrow when I’m back and try again. Again, thank you for your help
…Sent from my iPhone
On 27 Aug 2022, at 16:13, visualapproach ***@***.***> wrote:
First you need to put zero Ohms resistors (wires) across the Resistor labels. Second, you did upload the sketch also?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
ok - here is one more person, that cannot get it to work. I have installed VSC, as described in the documentation. It doesn't matter how I upload the software (with right arrow or via Build & Upload File System) I get the shown message in Monitor Task. @visualapproach What do you mean with "Second, you did upload the sketch also?" |
Beta Was this translation helpful? Give feedback.
-
I think you should read and follow the Build-instructions-Bestway-WiFi-remote.pdf |
Beta Was this translation helpful? Give feedback.
-
As @visualapproach has stated - it sounds like you are failing to define your pump model in the code before compiling and uploadings, and defining your PCB version too. Are you doing that before you upload the firmware? |
Beta Was this translation helpful? Give feedback.
-
Helsinki 2019 6 wire Egg
I've assembled and soldered V1 board, altered the model.h file as #define Pre2021 and #define PCB_V1 and performed the
Upload sketch via USB. (Right arrow at bottom of screen) Upload LittleFS Data or you will get a 404! Click platformio icon, go to PROJECT TASKS > nodemcuv2 > Platform and build filesystem image, then upload filesystem image.*
All uploaded without fault as below code results and I did the hard reset with the rst button
Then I came to look for the Access Point "Lay-Z-Spa Module" and I cand find one has been created as below says it should.
An Access Point is created called "Lay-Z-Spa Module". Pswd "layzspam0dule".
Log in and enter your wifi credentials. Visit http://layzspa.local and click on the hamburger menu in the top right corner. Select “
Please, has anyone got any idea's where I'm going wrong?
` * Executing task: platformio run --target uploadfs --environment nodemcuv2
Processing nodemcuv2 (platform: espressif8266@^3; board: nodemcuv2; framework: arduino)
Verbose mode can be enabled via
-v, --verbose
optionCONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/nodemcuv2.html
PLATFORM: Espressif 8266 (3.2.0) > NodeMCU 1.0 (ESP-12E Module)
HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash
PACKAGES:
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 43 compatible libraries
Scanning dependencies...
Dependency Graph
|-- ArduinoJson @ 6.19.4
|-- ESPDateTime @ 1.0.4
|-- WebSockets @ 2.3.7
| |-- Hash @ 1.0
| |-- ESP8266WiFi @ 1.0
| |-- ESPAsyncTCP @ 1.2.2
| |-- Ethernet @ 2.0.0
| | |-- SPI @ 1.0
| |-- SPI @ 1.0
|-- PubSubClient @ 2.8.0
|-- WiFiManager @ 0.16.0
| |-- DNSServer @ 1.1.1
| | |-- ESP8266WiFi @ 1.0
| |-- ESP8266WebServer @ 1.0
| | |-- ESP8266WiFi @ 1.0
| |-- ESP8266WiFi @ 1.0
|-- ESPAsyncTCP @ 1.2.2
|-- BWC
| |-- ESPDateTime @ 1.0.4
| |-- ArduinoJson @ 6.19.4
| |-- LittleFS @ 0.1.0
| |-- Ticker @ 1.0
|-- ArduinoOTA @ 1.0
| |-- ESP8266WiFi @ 1.0
| |-- ESP8266mDNS @ 1.2
| | |-- ESP8266WiFi @ 1.0
|-- DNSServer @ 1.1.1
| |-- ESP8266WiFi @ 1.0
|-- ESP8266WebServer @ 1.0
| |-- ESP8266WiFi @ 1.0
|-- ESP8266WiFi @ 1.0
|-- LittleFS @ 0.1.0
|-- Ticker @ 1.0
Building in release mode
Building file system image from 'data' directory to .pio/build/nodemcuv2/littlefs.bin
/mqtt.html
/hwtest2.png
/index.html
/hwtest1.png
/visualapproach.png
/remove.html
/main.css
/favicon.png
/menu.png
/WebSocket.js
/wifi.html
/function.js
/manifest.json
/config.html
/debug.html
/success.html
/hwtestinfo.html
/upload.html
Looking for upload port...
Auto-detected: /dev/cu.usbserial-14320
Uploading .pio/build/nodemcuv2/littlefs.bin
esptool.py v3.0
Serial port /dev/cu.usbserial-14320
Connecting....
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
MAC: 4c:75:25:0b:c2:40
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Compressed 1024000 bytes to 270197...
Writing at 0x00300000... (5 %)
Writing at 0x00304000... (11 %)
Writing at 0x00308000... (17 %)
Writing at 0x0030c000... (23 %)
Writing at 0x00310000... (29 %)
Writing at 0x00314000... (35 %)
Writing at 0x00318000... (41 %)
Writing at 0x0031c000... (47 %)
Writing at 0x00320000... (52 %)
Writing at 0x00324000... (58 %)
Writing at 0x00328000... (64 %)
Writing at 0x0032c000... (70 %)
Writing at 0x00330000... (76 %)
Writing at 0x00334000... (82 %)
Writing at 0x00338000... (88 %)
Writing at 0x0033c000... (94 %)
Writing at 0x00340000... (100 %)
Wrote 1024000 bytes (270197 compressed) at 0x00300000 in 26.4 seconds (effective 310.0 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
========================= [SUCCESS] Took 33.43 seconds =========================
Beta Was this translation helpful? Give feedback.
All reactions