Search found 3 matches

by 13ensz
Thu Oct 31, 2019 4:01 pm
Forum: Sample Code
Topic: ESP Firebase Realtime DB with iOS, Android (Flutter)
Replies: 1
Views: 11456

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?
by 13ensz
Thu Oct 31, 2019 10:20 am
Forum: General Discussion
Topic: ESP32 sharp dust sensor and wifi?
Replies: 2
Views: 5319

Re: ESP32 sharp dust sensor and wifi?

WiFive wrote:
Thu Oct 31, 2019 2:23 am
Yes, only 32-39 can be used as analog pins with WiFi.
But the dust sensor only works with pins 26/27
by 13ensz
Wed Oct 30, 2019 9:49 pm
Forum: General Discussion
Topic: ESP32 sharp dust sensor and wifi?
Replies: 2
Views: 5319

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 measurePin =...