-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding a gps module #41
Comments
Technically you only need 1 pin for gps, the RX. If you arent using the microsd, you could hack your way out using those pins OR gpio16, but I think that is on the back. Either way I am not sure how easy this will be but report how it goes. BTW the gps part in the firmware is because this is a fork, so if you use a normal ESP32 dev board there is a lot of free pins |
what I'm basically trying to do is to put esp32-cam + NRF24l01 / CC1101 + gps (according to this wiring) to allow wardriving marauder too with the flipper zero. I basically would love to have this plus the GPS. My understanding is that the fz is connected to the esp32-cam but also the nrf24 and cc1101 are connected to it - but the GPS module has to be attached to the esp32-cam. I'll try with just one pin as you suggested but I want to use the microsd (and in 1bit mode, I should have a couple of gpios available right?) |
yeah, but I am not sure if they are exposed easily :S I dont remember in this moment if the gpio16 is actually in the back, I need to check later |
I read everywhere that gpio16 is actually busy with psram tho - so it might be unusable :/ although I don't think i'll use the camera when doing wifi and gps - maybe trying pin 12 or 13 may be better if the microsd works with only one pin |
maybe, but I am not sure how easy is to use those pins, maybe you just need to test 1 by 1 which one is able to receive serial stream from the pin with SoftwareSerial( |
This change worked for me:
with proper connection to the esp32-cam :) happy to send a PR too
|
that would be great, specially adding the pinout :) |
Hi, I'm trying to make a sense of how to add the gps module to the mayhem v2 board, is there any documentation about it? I can see the code mentioning the gps pins and such but wiring wise, I'm kind of lost. I can see that the mmc is set to use just 1 pin so I'm guessing the others should be free to wire up? or are they being used by the nrf/cc modules?
The text was updated successfully, but these errors were encountered: