lukeswitz / AtomGPS_wigler

Uses an ATOM M5 GPS Kit for Wigle wardriving
26 stars 6 forks source link

-1 pin assignment causing errors #12

Closed lukeswitz closed 10 months ago

lukeswitz commented 10 months ago

Serial flooding with gpio: gpio_set_level(227): GPIO output gpio_num error

See issue with esp32 board package: https://github.com/espressif/arduino-esp32/issues/6737

lukeswitz commented 10 months ago

(-1, SPI, 40000000) defining ss pin here is unnecessary as pointed out by @birukun and fixes the errors for gpio

pejacoby commented 10 months ago

No more GPIO errors on my unit! Screen Shot 2024-01-09 at 5 23 35 PM

lukeswitz commented 10 months ago

Reverted the commit, the gpio garb is back. Seems maybe ESP32-PICO-D4 pins might be helpful from the docs, as that's the chip it'll detect. Either can be used in IDE with the same results. Waiting on @birukun for his SPI fix he messaged me about.

lukeswitz commented 10 months ago

closing, dupe of #17