You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a net a net analyzer is beta version of an alternative for flipper zero or Bruce
what can I use it for? for now it can only be used for analyzing wifi signals and strength, this is very useful during installation of wifi where you are looking for blind spot on the area
Parts list
Esp32 s3 dev board
TFT LCD 240x320
4 tack switch
How to upload to esp32 s3
Open VsCode
Use the install and open Platformio
on the buttom click on the arrow icon to upload
Technical specs
/include/background.h contains the background image binary array of the signal indicator screen
/include/loader.h contains the images binary of the the boot animation
/include/background1.h contains the background image used on the main menu
/include/config.h contains the configuration details like button pin configuration and the positioning of the text on the screen
/src/main.cpp contains the main logic of the program
/src/ui_pages.cpp contains the logics from displaying on the screens
/src/inputs contains the interaction of the buttons