Hi All
slowly moving forward on my project.
I have got everything to connect and talking to each other.
When I send some data via the serial monitor I get
Got Code: 404
as per the attached screen shot
I am making this project
Thoughts?
Hi All
slowly moving forward on my project.
I have got everything to connect and talking to each other.
When I send some data via the serial monitor I get
Got Code: 404
as per the attached screen shot
I am making this project
Thoughts?
You are addressing a page that is not available, or doesn't exist.
What happens if you try to open the URL defined in the invoke_url variable in your sketch by copying it into the URL bar of your web browser?
Hi All
any help more than welcome as I'm getting the good old 404 error and am a bit stumped
I am building this project
GitHub - Jaycar-Electronics/Motherload-Datalogger: The Datalogger project to end all dataloggers, with Google Cloud Platform! and am gradually working through it as a novice.
Eventually I want to make a remote Bee hive monitor.
When I load some data into the serial monitor as per this part
Testing ESP8266 and Cloud Function
Once the ESPCode is uploaded, you can turn dip-switch 7
OFF
and open up the Serial Monitor. Set to the correct baud speed (default: 115200) and reset the device. You should see that it has connected to the WiFi network, and if you type in something such as:
[1, 2, "This is a string", 4]
Note that you are typing this into the serial monitor.
You will find this information has been uploaded onto your google spreadsheet. This means we're half-way there, and what's more is that it's a very simple process which might be starting to make sense to you; The ESP gets the serial data, and sends it to the URL; The Google Cloud function we made before then takes the data and adds it to your google sheet, as the service worker user, just as if someone else has added that data.
Note, this is JSON data, so it must be properly formatted. In our code, we use the brilliant ArduinoJSON library to parse everything correctly, but in the serial monitor you must format it yourself.
and I get the error as per the attached screen shot
Got Code: 404
now I know that means a missing file. The trigger URL as per below looks like the attached Screenshot but when I got to the google sheet there's no data even though I think I linked it correctly
the trigger URL is
https://us-central1-bee-hive-data-base.cloudfunctions.net/LogData
Hi Patto
I'm trying to build exactly the same project as you - and I'm having exactly the same issues! I have double-checked the GCP setup, the Sheets share etc but cannot connect. Did you work out what the issue was/did you get it working?
Hey
No, haven't fixed the issue.
I might email jaycar and see what they say. seemed so simple... lol
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.