Search found 5 matches

by tinker
Wed Jul 14, 2021 9:50 pm
Forum: ESP32 Arduino
Topic: Example sketch does not compile
Replies: 5
Views: 6165

Re: Example sketch does not compile

Thanks for posting your resolution! And well done for figuring it out! My choice of IDE is VSCode with the PlatformIO plugin enabled. Take your time with it, as it will reap untold rewards with your productivity, and help you make more complex projects with varying chips, as time goes on. It's my go...
by tinker
Wed May 26, 2021 10:58 pm
Forum: Report Bugs
Topic: mqtt SSL/TLS - firmware BUG
Replies: 1
Views: 9849

Re: mqtt SSL/TLS - firmware BUG

Any update for this?
by tinker
Tue Apr 20, 2021 11:44 pm
Forum: ESP32 Arduino
Topic: Ran out of pins! Can I use an SD Card with SPI SS using an IOExpander?
Replies: 1
Views: 2603

Re: Ran out of pins! Can I use an SD Card with SPI SS using an IOExpander?

I will close the loop on this question. I managed to figure out what needed to be done, but it required a lot of patience, trial and error (and mostly confusion). In the end, the fix was pretty simple. There are "sdDeselectCard" and "sdSelectCard" methods in sd_diskio.cpp (in Sparkfun's SD library f...
by tinker
Tue Apr 20, 2021 11:25 pm
Forum: ESP32 Arduino
Topic: Example sketch does not compile
Replies: 5
Views: 6165

Re: Example sketch does not compile

You've probably tried these already, but if not, it might help a little. While this might not fix things for you, in my experience, running working Arduino Code on an ESP32 usually works fine (after tweaking GPIOs). Sometimes you need to also add #include <Arduino.h> or #include <SPI.h> or #include ...
by tinker
Mon Mar 01, 2021 11:27 pm
Forum: ESP32 Arduino
Topic: Ran out of pins! Can I use an SD Card with SPI SS using an IOExpander?
Replies: 1
Views: 2603

Ran out of pins! Can I use an SD Card with SPI SS using an IOExpander?

Hi all, This is my first ever post here, so please be gentle! I've been banging my head for a while trying to get my SD Card working. My project is a bit unusual in that I've used up all the ESP32 pins, and also all 16 IO Expander pins are used up. I've had to hack SparkFun's SD library to pull the ...