Search found 33 matches

by Guru
Thu Jul 11, 2019 10:23 pm
Forum: ESP8266 & ESP32
Topic: ESP8266 + DHT... Temperature conversion
Replies: 7
Views: 32113

Re: ESP8266 + DHT... Temperature conversion

Great!
by Guru
Thu Jul 04, 2019 11:49 am
Forum: ESP8266 & ESP32
Topic: ESP8266 + DHT... Temperature conversion
Replies: 7
Views: 32113

Re: ESP8266 + DHT... Temperature conversion

jovosm, You can convert the temperature from degrees Celsius to Fahrenheit just after reading it from the sensor and before sending it to the AskSensors cloud: by multiplying by 1.8 (or 9/5) and adding 32. here is an example: // Get temperature event and print its value. sensors_event_t event; dht.t...
by Guru
Wed May 29, 2019 3:06 pm
Forum: AskSensors Web platform
Topic: Sensor Monitoring all day
Replies: 1
Views: 30089

Re: Sensor Monitoring all day

Dear,

Thank you for sharing.
With free account, The user has up to 10 seconds graph plotting, no issue with one minute.
However, he needs to upgrade his account to a paid plan in order to be able to export big data.

All the best,
The AskSensors team.
by Guru
Wed May 29, 2019 9:48 am
Forum: ESP8266 & ESP32
Topic: ESP32 Error on HTTP request
Replies: 3
Views: 22116

Re: ESP32 Error on HTTP request

Great!

All the best,
The AskSensors Team.
by Guru
Mon May 27, 2019 3:39 pm
Forum: ESP8266 & ESP32
Topic: ESP32 Error on HTTP request
Replies: 3
Views: 22116

Re: ESP32 Error on HTTP request

Hello bryan,

1. Are you sending data using this code ? https://github.com/asksensors/AskSensor ... tp_get.ino
2. What about the connection to the to the AskSensors API server, do you see good connection or "connection failed" ?

All the best,
The AskSensors Team.
by Guru
Mon May 27, 2019 9:40 am
Forum: AskSensors Web platform
Topic: Increasing the data point range from the 30 limit
Replies: 3
Views: 34345

Re: Increasing the data point range from the 30 limit

Hello, Thank you for sharing, Below is the answer to your user' inquiry: The data reading in the graph is limited to the latest 50 entries. If you need a data reading over a whole year for example, you can do export CSV. The export CSV feature is only available for paid users. You need to upgrade yo...
by Guru
Sun Mar 31, 2019 11:24 am
Forum: AskSensors Web platform
Topic: How to obtain plain data table
Replies: 3
Views: 34573

Re: How to obtain plain data table

Hi Miguel,
The feature of reading data in real time have been developed, and should be able for public in few days. in addition to other features ;-)
by Guru
Tue Mar 26, 2019 2:27 pm
Forum: AskSensors Web platform
Topic: How to obtain plain data table
Replies: 3
Views: 34573

Re: How to obtain plain data table

Hi Miguel, Thank you for using AskSensors, Yes, you have the possibility to export (manually) your modules data to CSV file. you will get (date, value) in CSV format. However, if you need to display your data in real time, you can show data in a Table chart where you can see your data in simple way....
by Guru
Tue Feb 26, 2019 8:12 am
Forum: ESP8266 & ESP32
Topic: ESP8266-01 and DS18b20
Replies: 1
Views: 18922

Re: ESP8266-01 and DS18b20

Hello zdenek, The AskSensors Tech team has not published yet a ready-to-use example for the DS18b20 and AskSensors, but I believe they will do soon. However, connecting the DS18b20 to AskSensors should not be difficult, you need two main steps: STEP1: First, Connect your DS18b20 to the ESP8266, veri...
by Guru
Mon Feb 04, 2019 9:45 pm
Forum: ESP8266 & ESP32
Topic: ESP32-Problem uploading (dht22&ESP32int.sensors) data to the platform
Replies: 3
Views: 22656

Re: ESP32-Problem uploading (dht22&ESP32int.sensors) data to the platform

Victor,
You should receive data on Module 1 and Module 2 of the Sensor with the API Key you provided. please double check.
The URL is always necessary.