• Skip to main content
  • Skip to primary sidebar

RNTLab.com

The Ultimate Shortcut to Learn Electronics and Programming with Open Source Hardware and Software

  • Courses
  • Forum
    • Forum
    • Ask Question
  • Shop
  • Account
  • Blog
  • Login

Firebase Web App with ESP32 and ESP8266 – 3.3 Sketch compilation error

Q&A Forum › Category: ESP32 › Firebase Web App with ESP32 and ESP8266 – 3.3 Sketch compilation error
0 Vote Up Vote Down
Tamas Pados asked 4 years ago

Hi All,
Recently downloaded the Arduino Sketch to send data to Database. At compilation got following error:
Send_Data_Database_Arduino_IDE:76:3: error: missing terminating ” character
WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
^
it looks to be exact copy of the original .ino file. Could you please look what could cause the error?
Thanks a lot!
Tamás

Question Tags: missing terminating " character
3 Answers
0 Vote Up Vote Down
Sara Santos Staff answered 4 years ago

Hi.
You are right.
There is a typo in the code.
In line 26 remove one ” 
At the moment, it looks like this:

#define WIFI_SSID "REPLACE_WITH_YOUR_SSID""

But, it should be

#define WIFI_SSID "REPLACE_WITH_YOUR_SSID"

We’ll update the source code tomorrow.
Thanks for pointing that out.
Thank you for your patience.
Regards,
Sara

0 Vote Up Vote Down
Tamas Pados answered 4 years ago

Thanks Sara,
was a late night work, even myself should have catched this typo.
Anyhow still not working properly. After successful upload of the code to NodeMCU-32S board, later connected BME280 sensor board (like yours) I got the following lines via Serial Monitor:
12:50:43.263 -> rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
12:50:43.263 -> flash read err, 1000
12:50:43.299 -> ets_main.c 371
12:50:43.658 -> ets Jun 8 2016 00:22:57
Is that maybe incorrect board selection or something else please?
Thanks,
Tamás

0 Vote Up Vote Down
Sara Santos Staff answered 4 years ago

Hi.
It may be the circuit that is not connected properly, insufficient power supply. Or you simply need to reset the board.

Or the board you selected in the Tools menu doesn’t not match your board.

Regards,
Sara

Primary Sidebar

Login to Ask or Answer Questions

This Forum is private and it’s only available for members enrolled in our Courses.

Login »

Latest Course Updates

  • [eBook Updated] Learn Raspberry Pi Pico/Pico W with MicroPython eBook – Version 1.2 May 26, 2025
  • [New Edition] Build ESP32-CAM Projects eBook – 2nd Edition April 16, 2025

You must be logged in to view this content.

Contact Support - Refunds - Privacy - Terms - MakerAdvisor.com - Member Login

Copyright © 2013-2025 · RandomNerdTutorials.com · All Rights Reserved

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.