Hi,
error: invalid use of 'this' in non-member function
this refers to what?
Regards
JPD
Search found 9 matches
- Wed Sep 16, 2020 1:51 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Not connecting to WiFi consistently
- Replies: 14
- Views: 76066
- Tue Jul 07, 2020 2:36 pm
- Forum: General Discussion
- Topic: keep variable after restart
- Replies: 13
- Views: 34841
Re: keep variable after restart
Hi,
RTC_NOINIT_ATTR int waitFlag = 0;
Serial.println((String)waitFlag);
Why do I get this?
1881730620
Regards
JPD
RTC_NOINIT_ATTR int waitFlag = 0;
Serial.println((String)waitFlag);
Why do I get this?
1881730620
Regards
JPD
- Mon Dec 02, 2019 12:14 pm
- Forum: ESP32 Arduino
- Topic: ESP32 by espresif does not appear in the search library
- Replies: 3
- Views: 6767
Re: ESP32 by espresif does not appear in the search library
Thank you for your concern,
- Tue Nov 26, 2019 6:43 pm
- Forum: ESP32 Arduino
- Topic: External EEPROM Recording
- Replies: 0
- Views: 9213
External EEPROM Recording
/*
External EEPROM Recording
//Uses AT24LC256 External I2C EEPROM
DroneBot Workshop 2019
Uses AT24C256 EEPROM Memory Module 8P Chip
Carrier Power Supply Indicator
https://www.cafr.ebay.ca/itm/4Pcs-AT24C256-EEPROM-Memory-Module-8P-Chip-Carrier-Power-Supply-Indicator/162937327097?ssPageName ...
- Mon Nov 25, 2019 6:03 pm
- Forum: ESP32 Arduino
- Topic: ESP32 and Annoying Soil Moisture Sensor
- Replies: 4
- Views: 10584
Re: ESP32 and Annoying Soil Moisture Sensor
you can omit the UDP send part and activate Serial instead for debugging.
if(udp.connect(IPAddress(192,168,1,2), 8089)) //{//Open UDP to Target
[/code]
I had problem finding the //{ error
>Just make sure you select one pin which is green/marked as ADC:
It is. Pin 39 is one of them.
What ...
- Sun Nov 24, 2019 5:58 pm
- Forum: ESP32 Arduino
- Topic: ESP32 and Annoying Soil Moisture Sensor
- Replies: 4
- Views: 10584
Re: ESP32 and Annoying Soil Moisture Sensor
20191124_120148.jpg
I was expecting more consistent readings
-------------------------------
ESP32 VROOM
5% of 442 ml = 22 ml 80 (sec)
10% of 442 ml = 44 ml 248
12.5% of 442 ml = 54 ml 178
15% of 442 ml = 64 ml 98,102,116, 129,140,142, 151
*/
#include <EEPROM.h>
//connect sensor to ...
I was expecting more consistent readings
-------------------------------
ESP32 VROOM
5% of 442 ml = 22 ml 80 (sec)
10% of 442 ml = 44 ml 248
12.5% of 442 ml = 54 ml 178
15% of 442 ml = 64 ml 98,102,116, 129,140,142, 151
*/
#include <EEPROM.h>
//connect sensor to ...
- Thu Nov 21, 2019 9:46 pm
- Forum: ESP32 Arduino
- Topic: ESP32 and Annoying Soil Moisture Sensor
- Replies: 4
- Views: 10584
ESP32 and Annoying Soil Moisture Sensor
Hi,
Here is the sensor https://www.dfrobot.com/blog-735.html
It works perfectly with Arduino boards.
With ESP32: I tried, sensor pins, ADC pins, I2C pins (one at a time) without success.
/*CALIBRATION CODE
-------------------------------
pot 10cm * 4^2 * pi = 500ml
+20 30ml 316
+10 40ml ...
Here is the sensor https://www.dfrobot.com/blog-735.html
It works perfectly with Arduino boards.
With ESP32: I tried, sensor pins, ADC pins, I2C pins (one at a time) without success.
/*CALIBRATION CODE
-------------------------------
pot 10cm * 4^2 * pi = 500ml
+20 30ml 316
+10 40ml ...
- Thu Nov 21, 2019 9:06 pm
- Forum: General Discussion
- Topic: ESP32 Touch
- Replies: 4
- Views: 11388
- Wed Nov 20, 2019 1:50 am
- Forum: ESP32 Arduino
- Topic: ESP32 by espresif does not appear in the search library
- Replies: 3
- Views: 6767
ESP32 by espresif does not appear in the search library
Hi,
Even with https://dl.espressif.com/dl/package_esp32_index.json, https://dl.espressif.com/dl/package_esp32_index.json, http://arduino.esp8266.com/stable/packa ... index.json
ESP32 by espresif does not appear in the manage library window.
Regards
JPD
Even with https://dl.espressif.com/dl/package_esp32_index.json, https://dl.espressif.com/dl/package_esp32_index.json, http://arduino.esp8266.com/stable/packa ... index.json
ESP32 by espresif does not appear in the manage library window.
Regards
JPD