Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
OzInFl committed Jun 2, 2024
0 parents commit 8dc19c9
Show file tree
Hide file tree
Showing 1,253 changed files with 2,162,459 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
update_version.py

10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"files.associations": {
"cc1101_regs.h": "c",
"*.tcc": "cpp",
"string_view": "cpp",
"algorithm": "cpp"
},
"cmake.sourceDirectory": "E:/REPO/WaveSentinel/src"
}
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<a href='https://ko-fi.com/ozinfl' target='_blank'><img height='35' style='border:0px;height:46px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' />

# Wave Sentinel - Private Developer Build

Web Flasher: https://gtxpro.us/web-based-flash-utility/

Sub-Ghz - WiFi - Bluetooth 5 - Testing and Analysis Device

WT32-SC01-PLUS interface for the CC1101 module that allows standalone testing without the need for external devices.

However it can be expanded via BLE and/or WiFi as it contains the ESP32-S3 MCU.

The design is low cost and effective for RF testing and can be expanded by the customization of its firmware.

Looking forward to what the community has in store for this project!


Features Thus Far:

Uses CC1101 Module
CC1101 Scanner W/Rssi (still a work in progress)
Ability to Play FlipperZero .sub files from the SD card. (Raw Formats).
Sub-Ghz Protocol analyzer - Still needs some love but is working.
Wifi Scanner - For 2.4Ghz Wifi - will populate the found hotspots in the Dropdown for whatever... NEED TO ADD MORE TOOLS HERE!!
Tesla Charge Port Tester - Dedicated button - Does the EU and US formats with one button.
Will Play Sound from SD card or memory - (I2S) support! Make it talk!

Various UI pages created for future use, developed With Squareline Studio. Source Files are in the Squareline directory.

-OzInFl
Binary file added docs/WaveSentinel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/WaveSentinel.psd
Binary file not shown.
Binary file added docs/WaveSentinelSplash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8dc19c9

Please sign in to comment.