FlipWiFi¶
-
FlipWiFi for GPIO
FlipperHTTP companion app. Scan and save WiFi networks on your Flipper Zero.
-
Information about application
- Author: JBlanked
- Version: 1.2
- Updated at: 2024-11-04
- Downloads: 0
Description¶
FlipWiFi¶
FlipWiFi is the companion app for the popular FlipperHTTP flash, originally introduced in the https://github.com/jblanked/WebCrawler-FlipperZero/tree/main/assets/FlipperHTTP. It allows you to scan and save WiFi networks for use across all FlipperHTTP apps.
Requirements¶
- WiFi Dev Board or Raspberry Pi Pico W for Flipper Zero with FlipperHTTP Flash: https://github.com/jblanked/FlipperHTTP
- WiFi Access Point
Features¶
- Scan: Discover nearby WiFi networks and add them to your list.
- Saved Access Points: View your saved networks, manually add new ones, or configure the WiFi network to be used across all FlipperHTTP apps.
Setup¶
FlipWiFi automatically allocates the necessary resources and initializes settings upon launch. If WiFi settings have been previously configured, they are loaded automatically for easy access. You can also edit the list of WiFi settings by downloading and modifying the "wifi_list.txt" file located in the "/SD/apps_data/flip_wifi/" directory. To use the app:
- Flash the WiFi Dev Board: Follow the instructions to flash the WiFi Dev Board with FlipperHTTP: https://github.com/jblanked/FlipperHTTP
- Install the App: Download FlipWiFi from the App Store.
- Launch FlipWiFi: Open the app on your Flipper Zero.
- Connect, review, and save WiFi networks.
Changelog¶
v1.2¶
- Updated scan loading and parsing.
- Added connectivity check on startup. (thanks to Derek Jamison)
v1.1¶
- Fixed a freeze issue when configurations did not exist (thanks to WillyJL).
- Improved memory allocation.
v1.0¶
- Initial release.