4035 Commits

Author SHA1 Message Date
sommermorgentraum
c670ca59a8
rename rand pwd app (#2552)
* _

* remove wip code that forgot to add in old branch
2025-03-08 21:38:12 -06:00
RocketGod
2ca8ea6342
Nested Debug menu into Utilities menu to tidy Home screen (#2551) nightly-tag-2025-03-09 2025-03-08 18:05:33 -06:00
RocketGod
eb50b790c2
Snake (#2549)
* Create the Shopping Cart Lock app

Will demonstrate tomorrow. Don't merge until I do 😁

* Fixes for HTotoo's comments 😎

* Improved audio the best I can.

If nobody has any ideas to further improve high frequencies of the audio, the hardware may not be capable. I still need to check with line-out to better speaker to make sure it's not just the speaker, but it shouldn't be.

* Compared against baseband_api.cpp - matched some things better but still playback seems to be missing higher fq sounds

* renamed wav files to a more specific / less generic name

* indentation + using variables instead of litteral names for wav files to use

* indentation

* Made a Snake game - enjoy

* Code formatting. I always forget.

* move to keep sort order

* Update external.ld

Sorry I should have also asked if there was any reason that address ranges 0xADDA0000--0xADDD0000 were skipped in external.ld.  I assumed there wasn't so I changed it to be consecutive using the same 0x10000 step as the other modules.  If there is any reason to skip them then we should add a comment to note it.  Of course these are all just temporary address values used for linking and get overwritten by a kludgy "search & replace" during the build process.

Resolves enhancement request #764

---------

Co-authored-by: gullradriel <gullradriel@no-mail.com>
Co-authored-by: Mark Thompson <129641948+NotherNgineer@users.noreply.github.com>
2025-03-08 08:33:27 -06:00
gullradriel
1df318355b
Wefax warning fix modulation fix (#2543)
* changed order of modulations, changed case to avoid capture
* added missing AMAudioFMApt mode to dump pmem
* reorder demod, adding missing ones, fix warnings
* removed uneeded 'previous_modulation', renamed WFAX to AMFM to match other places
* removing uneeded 'previous_modulation' uneeded check in change_modulation
* move capture at the end so AMAUdioFMApt is matching the other arrays for position 4
* added AMFM to Recon Level and Scanner

* clang + more details in some comments

---------

Co-authored-by: gullradriel <gullradriel@no-mail.com>
nightly-tag-2025-03-08
2025-03-07 17:28:11 +01:00
RocketGod
a17995fd2b
Moved games to new game menu (#2544)
* Moved games to new game menu
* There's enough games to have a menu now and I plan to make more. Having them in "Utilities" made no sense.
nightly-tag-2025-03-07
2025-03-06 22:27:25 +01:00
sommermorgentraum
ee472e1ed2
waveform fix 3 and trivial change (#2540) nightly-tag-2025-03-06 2025-03-05 17:53:41 +01:00
sommermorgentraum
e933c8b498
Trivial textual change about missing SD content (#2542)
* _

* _
2025-03-05 15:37:53 +01:00
RocketGod
18bebbfb6d
Breakout - The Portapack remake game rises from the pirate's lair (#2541)
* Breakout - The Portapack remake game rises from the pirate's lair

* Fixes

* Added a signature
2025-03-05 14:43:30 +08:00
Brumi-2021
52c3760e90
Adding Wefax demodulation mode inside Audio App (#2539)
* Adding_new_WFAX_GUI_mode_Audio_App

* Wefax_APT_demodulation_structure

* Solving REC Apt signal.wav from WFAX

* clang format issues

* correcting comments
2025-03-05 11:27:18 +08:00
Davide Rovelli
b6e498a6d3
Added different modulations in signal generator
* Added DSB, AM 100% mod index and AM 50% mod index. 
* Changed UI.
* Added pulsed CW
nightly-tag-2025-03-04
2025-03-03 22:17:56 +01:00
sommermorgentraum
ddf7f7ccb5
Allow disable/enable waveform in Audio app to remove decoding problem on some frequencies 2025-03-03 22:16:03 +01:00
sommermorgentraum
fcdccdea85
add cursor to font viewer app (#2528) nightly-tag-2025-02-23 2025-02-22 13:37:06 +01:00
sommermorgentraum
5e55444f19
Support Bug Key AKA Auto Key for OOK Editor app (#2523)
* _

* some final tune

* textual

* rename following gull's suggestion
nightly-tag-2025-02-20
2025-02-19 13:51:09 +08:00
sommermorgentraum
73f7f84718
Playlist editor (#2506)
* make both exist
* format
* fix focusing issue
* add example hopper payload
* fix compiler err
* clean up
* correct linker script addr
* lint
* PoC
* unknown: write_line issue
* clean up
* merge
* fix read line
* remove debug code
* fix english
* support new file
* support enter delay
* fix crash
* remove debug code
* some final tune
nightly-tag-2025-02-19
2025-02-18 22:05:40 +01:00
sommermorgentraum
7ad4ad99dd
Add widget preview tool (#2520)
* PoC

* opt

* opt
nightly-tag-2025-02-17
2025-02-16 23:42:06 +08:00
sommermorgentraum
200f10397b
Add new app "hopper" app. (#2482)
* make both jammer and hopper exist
* add example hopper payload
* example files
* swap scanner and recon app location
nightly-tag-2025-02-15
2025-02-14 20:10:01 +01:00
E.T.
9b352f45a2
fix docker build warnings in dockerfile-nogit (#2518) nightly-tag-2025-02-14 2025-02-13 07:29:20 +01:00
Lerold
51c445054e
Moved country-specific FREQMAN files to the separate repository set up for it. (#2517) nightly-tag-2025-02-11 2025-02-10 11:02:55 +01:00
RocketGod
02586101e6
Add modal to turn off screen when charging is detected (#2514) nightly-tag-2025-02-09 2025-02-08 22:09:40 +01:00
Gaurav Chaturvedi
b66d8b1aa1
Removing vim swap files (#2503)
* Removing vim swap files
* Added vim swap file to .gitignore
nightly-tag-2025-01-29
2025-01-28 16:31:11 +01:00
gullradriel
8dc3851b55
externalize wipe sdcard (#2502) nightly-tag-2025-01-28 2025-01-27 22:10:33 +01:00
gullradriel
aef7c2be93
fix baseband (#2501) nightly-tag-2025-01-27 2025-01-26 22:23:29 +01:00
gullradriel
4e38dc4d3e
put back app in 'Utilities' (#2500)
Co-authored-by: gullradriel <gullradriel@no-mail.com>
2025-01-26 22:15:02 +01:00
Davide Rovelli
520ad97f78
Added different modulations in signal generator (#2492)
* Added DSB, AM 100% mod index and AM 50% mod index. Changed UI.
2025-01-26 21:41:11 +01:00
Lucas C. Villa Real
5bd208bca1
APRS: add frequency settings for Brazil (#2494)
* Add frequency settings for Brazil, named 'BR' that tunes to 145.570 MHz.
* Also added: Japan: 144.640 MHz (JAP), Thailand: 144.900 MHz (THA), Philippines: 144.740 MHz (PHI)
* Reordered list by increasing frequency
Co-authored-by: gullradriel <3157857+gullradriel@users.noreply.github.com>
2025-01-26 21:39:38 +01:00
gullradriel
a65ef3ce2e
Externalize antenna calc and wav view (#2498)
* externalize antenna calc and wav view
* Added a tool to check if all the pictures in graphics are used in internal apps
2025-01-26 21:36:21 +01:00
gullradriel
b2bb37af74
Flipper tx: use file_path, example file (#2496)
* added subghz_dir
* use subghz_dir from file_path
* example file
2025-01-26 17:46:43 +00:00
gullradriel
54ad82a423
fix fallthrough warning (#2497) 2025-01-26 16:27:29 +01:00
gullradriel
e463405c77
fix cmake_minimum_required to 3.16 (#2499) 2025-01-26 16:26:02 +01:00
sommermorgentraum
c413f925a9
Add fast flash script for sdcard switch hardware (#2480) nightly-tag-2025-01-21 2025-01-20 12:43:57 +01:00
Erwin Ried
9e1eb31150
Update README.md
Discord badge was broken, switching to shields.io
2025-01-20 09:22:40 +01:00
sommermorgentraum
7eb08f34cb
Fix encoder setting p.mem issue (#2475) nightly-tag-2025-01-10 2025-01-09 15:56:14 +01:00
Erwin Ried
2de1f8e6bf
Update README.md
Lab401 link with our redirection
2025-01-09 10:05:27 +01:00
sommermorgentraum
55db0e8c87
Add the feature to decide rotate direction of encoder (#2472) nightly-tag-2025-01-09 2025-01-08 21:02:05 +01:00
gullradriel
dfa35b4290
added discord server information (#2471) nightly-tag-2025-01-08 2025-01-07 14:56:08 +01:00
gullradriel
0124051c4f
fix for empty text prompt crash (#2468) 2025-01-07 13:46:51 +01:00
gullradriel
65f301399f
disabling button on main menu, change labels and add 'icons' (#2466)
* disabling button on main menu, change labels and add 'icons'

* fix reverse order of buttons

---------

Co-authored-by: gullradriel <gullradriel@no-mail.com>
nightly-tag-2025-01-05
2025-01-04 10:50:53 +08:00
sommermorgentraum
97889494cf
rename bitmaps into bmp nightly-tag-2025-01-04 2025-01-03 14:33:30 +01:00
Erwin Ried
32b35b1507
Update README.md nightly-tag-2025-01-03 2025-01-02 15:27:13 +01:00
quantum-x
fccff0484b
Update README.md (#2456)
Added a link to Lab401.com as a purchase option for EU customers.
(Lab401 was added as the EU exclusive distributor for the H4M - https://opensourcesdrlab.com/pages/distributors)
2025-01-02 15:22:58 +01:00
OpenSourceSDRLab
d94afe364b
The gerber files of the portapack H4 (#2463)
* Create README.txt

* Update README.txt

* Add files via upload

The gerber files of the portapack h4.

* delete

* Upload the gerber files for H4
nightly-tag-2025-01-02
2025-01-02 09:31:28 +13:00
Erwin Ried
2e4db3dd27
Update README.md
New metal case link
nightly-tag-2025-01-01
2024-12-31 22:39:35 +01:00
E.T.
97d3edbde7
docker improvements (#2455) 2024-12-31 11:27:38 +01:00
gullradriel
4c18b80e42
Navigation buttons (#2458)
* regenerate bitmap data
* pagination in submenu
* using little font so we are not eating menu buttons
2024-12-31 10:01:03 +08:00
Mark Thompson
01034af077
Renamed parameters in rx_capture.ini file (#2452)
* Rename settings in file to match screen
* Renamed variables for hopefully better clarity
nightly-tag-2024-12-30
2024-12-29 18:29:31 +01:00
Mark Thompson
57ce978bab
Remember previous capture settings (#2450) 2024-12-29 09:21:08 +01:00
Totoo
854ac514cb
M10 additional parser (#2448) nightly-tag-2024-12-29 2024-12-28 12:47:58 +01:00
sommermorgentraum
b47a5fe0c8
Add + - buttons in Encoder dial settings (#2447) nightly-tag-2024-12-28 2024-12-27 22:04:11 +01:00
sommermorgentraum
af362600ef
app manager (#2442)
* fix unset autostart
* clean up - add comments to prevent misleading
* move the app to external and with necessary changes
* replace autostart app
2024-12-27 12:01:33 +01:00
hackrfstuff
bad57d1391
Fake brightness reimplementation (#2444)
* Fake brightness reimplementation
* indentation
* added call to the function which is caching the display settings values
* use cached values instead of pmem
nightly-tag-2024-12-27
2024-12-26 23:23:02 +01:00