Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No code showing how to send data to ThingSpeak MQTT server without Wifi #1

Open
v-c opened this issue Sep 10, 2019 · 6 comments
Open

Comments

@v-c
Copy link

v-c commented Sep 10, 2019

I saw this repo is linked from here: https://hackaday.io/project/167550-esp8266-publish-data-to-thingspeak-without-wi-fi

However, there is no code example showing how to send data over GPRS to ThingSpeak. Please add the code for this.

@IOT-MCU
Copy link
Owner

IOT-MCU commented Jan 25, 2020

Hi, Update complete.

@dawidjar97
Copy link

Hi, when I try to use "AT+MQTTCONN" I always get "+CME ERROR: 53
". I tried every examples from this repo and hackaday project and always same issue.
Here is example AT command: AT+MQTTCONN="www.mqtt-dashboard.com",1883,"12345",120,0
Am I doing something wrong?

@vmencin
Copy link

vmencin commented Jun 26, 2020

Hi, I have the same problem as dawidjar97.
My AT command is: AT+MQTTCONN="mqtt.thingspeak.com",1883,"Channel ID",120,0,"UserID","Write API Key"
Tried almost everything with upper line but no success.
At+CSQ (Signal Quality) is above 20. I have mobile SIM card.

@sadamyne
Copy link

Hi, have you tryied to ping something to check if you are logged to the network?

@vmencin
Copy link

vmencin commented Jul 27, 2020

How can I ping with ESP-12S-A9-A9G-GPRS-Node-v1.0?
Is there a simple example to check if one is connected?
I have no problem uploading data to Thingspeak via WiFi but not via GPRS!.

@sadamyne
Copy link

AT+PING="xx.xx.xx.xx"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants