Search found 3 matches
- Thu Oct 31, 2019 4:01 pm
- Forum: Sample Code
- Topic: ESP Firebase Realtime DB with iOS, Android (Flutter)
- Replies: 1
- Views: 12545
Re: ESP Firebase Realtime DB with iOS, Android (Flutter)
Nice job! how did you overcome the issue of the Sharp GP2Y1010AU0F requiring use of the 32+ pins when the Wifi requires the rest?
- Thu Oct 31, 2019 10:20 am
- Forum: General Discussion
- Topic: ESP32 sharp dust sensor and wifi?
- Replies: 2
- Views: 6486
Re: ESP32 sharp dust sensor and wifi?
But the dust sensor only works with pins 26/27Yes, only 32-39 can be used as analog pins with WiFi.
- Wed Oct 30, 2019 9:49 pm
- Forum: General Discussion
- Topic: ESP32 sharp dust sensor and wifi?
- Replies: 2
- Views: 6486
ESP32 sharp dust sensor and wifi?
Hello Everyone!
I've been struggling for days trying to get both work together however, I've seen online when WIFI is in use only pins 32-36 become available? is this true?
/**
* Example for using GP2Y1010AU0F Dust Sensor library
* Created by Mickey Chan
*/
#include <GP2Y1010AU0F.h>
int ...
I've been struggling for days trying to get both work together however, I've seen online when WIFI is in use only pins 32-36 become available? is this true?
/**
* Example for using GP2Y1010AU0F Dust Sensor library
* Created by Mickey Chan
*/
#include <GP2Y1010AU0F.h>
int ...