Reading data over simmodule and wifi

Hello,

I have a 2 devices one send data second read.

Sender:
mega2560pro+sim808+neo8mGPS
this device connect internet via sim module send gps location to data bucket every 90 second via http post. I dont have problem here. and I can see my data to linked dashboard.
İf important ip adress of this sim module shows in madrid.

Receiver:
esp32
connect internet via wifi, must read data from data bucket or dashboard and serial print.
this ip adress in izmir.

when I do 2 esp32 my system works perfectly.
Ican see esp32 online at devices.
I cant took any data from dashboard.


I try every button :sweat_smile:


data bucket of sender
image

my knowledge fisined here, I hope someone help me

Hi,

If you want to read data from a bucket with a device, here is a topic related → Data bucket query, from a device

If you can explain a little bit more about what you want to do (not the solution you are deploying), maybe we can give some advice with thinger capabilities solving your need :wink:

Hope this helps,

1 Like

Thank you for response.

I fixed my problem :pray: