Search found 33 matches

by Guru
Mon Dec 23, 2019 11:07 am
Forum: Idea / Suggestions / Features
Topic: Email alerts when sensors are offline for a defined time.
Replies: 1
Views: 13943

Re: Email alerts when sensors are offline for a defined time.

Hello, Thank you for reaching out. We are taking your suggestion into consideration. Thanks. Indeed, we are working on this feature. After discussing with the IT Team, we think it can be integrated in one of the coming versions. On the other hand, the visualize page of your sensor shows in real time...
by Guru
Sat Dec 21, 2019 11:11 pm
Forum: Project made with AskSensors
Topic: Detect a car using two ultrasonic sensors
Replies: 3
Views: 117666

Re: Detect a car using two ultrasonic sensors

Hello, Thank you for getting in touch. Examples of projects based on ultrasonic sensors are available in instructables, example: https://www.instructables.com/id/Arduino-Motion-Following-Car/ Another example explained here . In addition, you can connect your system easily to the AskSensors cloud as ...
by Guru
Wed Dec 04, 2019 9:27 am
Forum: AskSensors Web platform
Topic: Data retention and export
Replies: 3
Views: 36375

Re: Data retention and export

Hello, To get all the sensors data, please use the "Export CSV" button in the "Modules" tab. Here are the main Steps you need to follow: Open your Sensor device dashboard Go to the "Modules" Tab Click on the Export CSV button and specify your data range (starting and ending date). you will get your ...
by Guru
Sat Nov 23, 2019 5:26 pm
Forum: AskSensors Web platform
Topic: Purchase and data export
Replies: 1
Views: 29774

Re: Purchase and data export

Hi, An easy way to do that is to perform HTTPS/MQTT data reads periodically. This gives you an automatic refresh of your sensors data without the need for exporting data. More details are available here (HTTPS): https://asksensors.com/doc/connect-hardware-https.html and here(MQTT: https://asksensors...
by Guru
Mon Oct 14, 2019 9:14 am
Forum: Arduino
Topic: Temperature monitoring with Arduino Uno, Ethernet Shield and the sensor LM35
Replies: 4
Views: 20236

Re: Temperature monitoring with Arduino Uno, Ethernet Shield and the sensor LM35

Hi EmileCor,
Could you please explain more your issue,
How do you use AskSensors ?
attaching the code may help. Thanks.
by Guru
Mon Oct 07, 2019 7:52 am
Forum: AskSensors Web platform
Topic: Increasing the data point range from the 30 limit
Replies: 3
Views: 34393

Re: Increasing the data point range from the 30 limit

Hello Hauber,
Thank you for getting in touch,
This is not possible yet. The AskSensors graph is showing real time data that is limited to the 50 latest entries.
However, you can do export CSV and play your 3 month data offline.

Hope it helps.
by Guru
Mon Sep 09, 2019 8:32 am
Forum: Arduino
Topic: Temperature monitoring with Arduino Uno, Ethernet Shield and the sensor LM35
Replies: 4
Views: 20236

Re: Temperature monitoring with Arduino Uno, Ethernet Shield and the sensor LM35

Hi, The AskSensors graph is showing the "100" because the arduino code is sending a dummy value (dumData = 100): String url = "http://asksensors.com/api.asksensors/write/"; url += apiKeyIn; url += "?module1="; url += dumData; You can easily fix this by replacing dumData by temperatura as follows: St...
by Guru
Tue Sep 03, 2019 10:57 pm
Forum: ESP8266 & ESP32
Topic: ESP8266 + DHT... Temperature conversion
Replies: 7
Views: 32192

Re: ESP8266 + DHT... Temperature conversion

Hello,
Could you please provide the connection diagram of your DHT22 and Oled.
Thanks.
by Guru
Fri Aug 23, 2019 5:41 pm
Forum: AskSensors Web platform
Topic: Question about Pricing
Replies: 1
Views: 29653

Re: Question about Pricing

Hi,
In addition to the free plan, AskSensors comes with three main plans: Simple, Pro and Guru.
Each plan could be selected for a monthly or yearly payment.
Please check out: https://asksensors.com/pricing.html
by Guru
Fri Aug 23, 2019 5:26 pm
Forum: AskSensors Web platform
Topic: Clear Sensor doesn't work
Replies: 1
Views: 28864

Re: Clear Sensor doesn't work

Hi, You can clear your sensor directly from the asksensors app : From your sensor Dashboard, click on the bouton ‘Edit’, Then click ‘Clear Sensor’ to clear the oldies data. For more details, please refer to the AskSensors documentation: https://asksensors.com/doc/CreateSensor.html Clearing Sensor th...