Amazing, I've been planning to do this for a month and already bought the parts but was too lazy to set it up. Now I'm going to finally give it a go
@rootshell1013 жыл бұрын
same
@nalsai3 жыл бұрын
@Faizan Online Yes, that works too. You just need to connect the modules a bit differently and maybe change the pins in the code
@venus3343 жыл бұрын
Been loving the videos, Keep it up Guys!!
@MegaMrUnbelievable Жыл бұрын
Yo, that idea with drone + capturing hanshakes and pmkids by dropping clients of networks. I can't say no to subscribing this channel B)
@adamc88573 жыл бұрын
Love the videos you make, well done!
@pythoneatssquirrel3 жыл бұрын
I have managed to make it work with D1 mini without a display or GPS. It seems that it doesn't work if your GPS is faulty(obviously) so check if your GPS module blinks when wired to 3V or 5V. Apologies for all the chum. Also, Alex is a great guy, very kind and quick responsive.
@johnnybio12 жыл бұрын
My GPS blinks but never logs any thing besides the header what did you do to have it just log AP?
@-_IT_-3 жыл бұрын
I was doing this years ago with my laptop, backtrack, and alfa!
@TheRealZamFit3 жыл бұрын
A new thumbnail…. A new fancy prestidigitation.
@RAZREXE3 жыл бұрын
great project idea, I'd try it this winter
@c0ri3 жыл бұрын
cool setup thanks for sharing alex
@AlexLynd3 жыл бұрын
:D
@surya.k98853 жыл бұрын
loving the videos,
@surya.k98853 жыл бұрын
❤️
@jmr3 жыл бұрын
You finally forcing me to buy an SD shield.
@101rocketguy3 жыл бұрын
does anyone have a working code the one Alex gave doesn't work
@devendrakanade2183 жыл бұрын
What are alternative components to esp8266 D1 mini and D1 mini sd logger
@kermitinmountain6371 Жыл бұрын
Alex, I had some thoughts, instead of using the mini sd card, is there a way to upload wifi wireless from 8266 to my tablets? I was doing the projects like yours from time to time. Taking sd out and upload to my computer seems to be a little hassle, but upload from 8266 wireless to tablet can be a less hassle without sd card. Do you think it is a good idea?
@voxtelnismo5 ай бұрын
"Update some shit" - solid push message.
@BlackFalconElectronics3 жыл бұрын
Idk if you included it without mention, but have an alarm that sounds if GPS signal is lost. Include a filter that only saves data if the GPS values are correct and not saving whatever data the GPS sensor detects. This avoids saving the default GPS values, which are incredibly incorrect. Or incomplete data which tends to occur upon startup.
@brandnewman4943 Жыл бұрын
Great work, but the arduino file on your github doesnt work unless you have a display which you did not mention how to add that... It would be awesome if you could add the arduino file that is for the displayless model! also hope i dont sound like im complaining im just having troubles and im very excited to try this!
@МаксимАндреев-ъ9р3 жыл бұрын
Hello! It is possible to implement a similar project, but regarding the MAC addresses of user devices? And maybe a separate project for bluetooth devices. it would be very interesting to see the result. thank you.
@AlanCoote3 жыл бұрын
Don't expect the code to work without a lot of editing - missing Libs, Refs, etc. And if you don't need / have the display, the code needs a lot of hacking - Seriously you'd be better off using the code as a rough example and rolling your own from scratch.
@FuzzThePiGuy3 жыл бұрын
The code is a issue for sure. Glad that I’m not the only one that noticed it. The TinyGPS “Which wasn’t to bad to fix” The Date and Time is a issue The screen is a issue “but I fixed that problem by changing the screen size”
@pythoneatssquirrel3 жыл бұрын
@@FuzzThePiGuy do you have an example which works without a display?
@FuzzThePiGuy3 жыл бұрын
@@pythoneatssquirrel Not at the moment. I worked on it for a while and still had issues.
@pythoneatssquirrel3 жыл бұрын
@@FuzzThePiGuy managed to make it write on sd, but only the header row...Damn this code
@chazstone67442 жыл бұрын
Does anyone have a good working version? I'm in the same boat where it only writes the header row.
@1998Tread3 жыл бұрын
Anyone have issues with it not showing up in the port option under tools. About 6:14 of the video.
@TheRealZamFit3 жыл бұрын
Would be fun to do this with an ESP32 D1 mini and use an external GPS source (like an Android phone) in dense areas where GPS lock is impractical.
@AlexLynd3 жыл бұрын
Hell yea! I was hoping to do a proof of concept bluetooth wardrive for an episode with the ESP32, stay posted :)
@TheRealZamFit3 жыл бұрын
@@AlexLynd I’ve got the hardware and the perfect testing venue
@jaytboricua123 жыл бұрын
Does it log probes and beacons, or just beacons? Love the videos. What's next, ESP32 Bluetooth and Wi-Fi logging?
@ramnikTDM3 жыл бұрын
. 🇮🇳
@RobertLeeMonterroso3 жыл бұрын
Excellent
@billylake59992 ай бұрын
I want to add an OLED to this where can I find instructions on how to do this..mostly what pins go where?
@billylake59992 ай бұрын
Got it working, code is perfect as well.. thanks alex!
@playgroundphotos3 жыл бұрын
The code does not properly find previously entered mac addresses and writes endless lines of repetitious csv entries of the same AP over and over. in here somewhere... int isOnFile(String mac) { File netFile = SD.open(logFileName); String currentNetwork; if (netFile) { while (netFile.available()) { currentNetwork = netFile.readStringUntil(' '); if (currentNetwork.indexOf(mac) < 0) { netFile.close(); return currentNetwork.indexOf(mac);
@bluegizmo19833 жыл бұрын
Hmm, interesting. I might modify this code to work with an ESP32. I have one that already has an ePaper display and sdcard reader built into it (the LILYGO TTGO T5), just have to add that gps module you used.
@billylake59992 ай бұрын
Has anyone made an STL for this to live in? Its a great project but I want to make it look a better than jumper wires on a bread board?
@johnnybio12 жыл бұрын
im having an isusse with the adafruit_ssd1306.h error for wrong screen height did you ever encounter this issue
@johnnybio12 жыл бұрын
Hahah just figured it out in the libery AdaFruit_SSD1306.h you have to remove the // for the 128 64 line and comment out the 128 32 line
@shepkohler63993 жыл бұрын
A Treo JB quick weld an a Pringles can. It pays to have been born before AOL. 😂
@honorvirtue29043 жыл бұрын
Excellent 💥🔥🔥🔥
@bahaiwebsites3 жыл бұрын
Love it
@idkidk17743 жыл бұрын
how can a 16 year old channel have less than a million subscribers😕😕!you are literally as old as me!
@tjwoosta3 жыл бұрын
Sooner or later you will see that the masses of humanity are not very smart and having their attention is no indication of greatness.
@_BangDroid_3 жыл бұрын
@@tjwoosta Not only that but sub counts and views are complete BS
@BillinSD3 жыл бұрын
Successfully built one with a WeMos D1 Mini Pro V3.0 and s few library tweaks. Works great!
@pythoneatssquirrel3 жыл бұрын
Can you share the modified code? Mine don't write on the sd
@ficeto3 жыл бұрын
[OT] you should update your ESP32 json link. it's a bit outdated and you will not get the new releases ;)
@paulmorrey7333 жыл бұрын
Thanks
@MexieMex3 жыл бұрын
I'm lazy, I just use my phone for this LOL
@0x0xDEADBEEF3 жыл бұрын
great video but uh, this is _not_ $15 :D
@fakename74233 жыл бұрын
Yeah all the links are more expensive than $15
@darkmtb843 жыл бұрын
For esp8266? Your Google fu is not strong then
@james67943 жыл бұрын
@@darkmtb84 no the esp8266 + gps + sd card logger
@AlexLynd3 жыл бұрын
Hey! I updated the links in the description, sourcing components from aliexpress comes out under $10 :)
@AlexLynd3 жыл бұрын
@@fakename7423 I updated the product links to include aliexpress as well as Amazon, but the cost comes out around $10
@AK47z3 жыл бұрын
Whats your email I want to show you something.
@adistef3 жыл бұрын
why would you assume that every person keeps his Wifi, NFC, Bluetooth, Location, Cellular on at all times? What if the stocker turns his Wifi off? (dramatic)Dam dam dam......
@albertpratt49993 жыл бұрын
But What if a live in a Faraday cage?
@flavienruffel95343 жыл бұрын
or use your phone for free ;)
@nickgood39983 жыл бұрын
Is this linux?
@-_IT_-3 жыл бұрын
His computer is, but you can run Arduino on windows
@alphadexxa3 жыл бұрын
Or you could use your phone with Wigle WiFi
@VinceOConnor3 жыл бұрын
With an Android phone, yes, but not with an iPhone.