-
Notifications
You must be signed in to change notification settings - Fork 146
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
Can you please provide a tutorial on esp32? #22
Comments
@h0e4a0r1t what kind of tutorial are you looking for? Do you have an ESP32 already and a setup to program it eg. PlatformIO / Arduino IDE? |
@David12228 which ESP32, and what framework are you using for it? |
What happens when you try and flash it? Any errors in the IDE? |
That is expected, the code for the ESP32 does exactly this in a forever loop: AppleJuice/ESP32-Arduino/applejuice/applejuice.ino Lines 180 to 182 in e256c0e
I don't see any problem, it means it is working as expected. If you're not seeing notifications, you can try changing the AppleJuice/ESP32-Arduino/applejuice/applejuice.ino Lines 14 to 16 in e256c0e
|
I succeeded, but it only pops up once |
If you want it to be more spammy, you can check out my derived work https://github.com/ckcr4lyf/EvilAppleJuice-ESP32/ This repo is more as a PoC, so it doesn't change for example the source MAC, and then I think iPhones won't keep popping up new notifications. |
It's mentioned in the README, i've done my testing on an ESP32-C3 from AirM2M |
I think it may be an issue with the WROOM module, a user of my repo has outlined some differences between them here: ckcr4lyf/EvilAppleJuice-ESP32#2 It seems the BLE capabilities are a bit different, which could be a reason. |
@armanware it may be because you have two of the ino files, so in your directory everything is defined twice: I am not 100% sure, since I've not used the Arduino IDE. Can you try to use Visual Studio Code w/ the PlatformIO extension? |
I will try with Visual Studio instead, I think the codes are not 100% compatible with Arduino IDE language. Thank you! |
Can you please provide a tutorial on esp32?
The text was updated successfully, but these errors were encountered: