Benutzer-Werkzeuge

Webseiten-Werkzeuge


playground:about:flipper:start

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
playground:about:flipper:start [2025/04/18 03:35]
18.191.22.165 alte Version wiederhergestellt (2025/02/10 00:42)
playground:about:flipper:start [2025/04/26 22:44] (aktuell)
149.202.86.86 alte Version wiederhergestellt (2025/01/30 23:44)
Zeile 1: Zeile 1:
-[[li7an3a|Li7an3a Flipper0 Stefan]] {{Li7an3a-backupRelease0.64.4-20240505-150925.tgz}} Kaufzustand+====== Link Liste ======
  
-[[othiroad|Othiroad Flipper1 Hagen]]+  - https://lab.flipper.net/ 
 +  - https://docs.flipper.net/ 
 +  - https://docs.flipper.net/mobile-app  
 +  - https://flipperzero.one/ 
 +  - https://lab401.com 
  
-[[ixagoodo|Ixagoodo Flipper2]]+[[li7an3a|Flipper0 Stefan]] {{Li7an3a-backupRelease0.64.4-20240505-150925.tgz}} Kaufzustand
  
-[[l4n0e|L4n0e Flipper3]] neue FW:{{ :playground:about:flipper:flipperzero-firmware-1.2.0.tar.gz |}} 1.0.1-Datenbackup: {{ :playground:about:flipper:l4n0e-backup-20250206-115020.tgz |}}+{{ youtube>Yw4fQcKor4g?medium}}
  
-<note warning> +[[othiroad|Othiroad Hagen Flipper1]]
-FW update 1.1.2 +
-!!! Warning !!! +
-Downgrade from this firmware is highly not recommended:+
  
-New power subsystem initialization routine changes the way we work with the battery gauge. Older firmwares will be unable to show battery status. Workaround: reset gauge(by disconnecting battery or use gauge tool). +[[ixagoodo|Ixagoodo Flipper2]]
-New clock and alarm requires new RTC initialization flow. Older firmwares will be unable to properly handle alarm. Workaround: disable alarm before downgrade. +
-</note> +
-[[playground:about:flipper:alternatives]] +
-===== Web Links ===== +
-https://docs.flipper.net/basics/firmware-update/firmware-recovery +
-----+
  
-**Flipper App Site**: https://lab.flipper.net/apps+[[l4n0e|L4n0e Flipper3]]
  
-existierende FirmeWare alternativen\\ +VerzeichnisDownload: https://uberguidoz.github.io/DownGit //**Bei Downloadwarnug Ausnahme hinzufügen**//
-https://github.com/FlipperZX/awesome-fucking-flipperzero/blob/main/Firmwares.md+
  
-Zusammenfassende Links in dieser README \\ +https://github.com/UberGuidoZ/Flipper
-https://github.com/DarkFlippers/unleashed-firmware#project-structure+
  
-===== SDK Installation ===== +Hagens Wiki: https://doku.ibwa.synology.me/doku.php?id=schreibbar:flipperzero
-|''curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py'' || +
-^ Linux & macOS ^ Windows ^ +
-|''python3 get-pip.py'' |''py get-pip.py''+
-|''python -m venv venv'' |''py -m venv c:\path\to\directory''+
-|''source /path/to/venv/bin/activate'' |''pathtovenvScriptsactivate.bat''+
-|''python3 -m pip install ufbt'' |''py -m pip install ufbt''+
-|''ufbt -h'' || +
-|''python3 -m pip install --upgrade ufbt'' |''py -m pip install --upgrade ufbt'' |+
  
-  (venv) spiral@intrepid:~/Flippers$ ufbt -h +Nach verbinden von FlipperZero an ein Linuxrechner sollte folgende Zeile auftauchen ansonsten anderes USB-Kabel benutzen. \\ 
-  22:04:03.395 [I] Deploying SDK for f7 +''sudo journalctl -kfq'' 
-  22:04:03.395 [I] Fetching version info for UpdateChannel.RELEASE from https://update.flipperzero.one/firmware/directory.json ...+<code> 
 +Nov 18 11:44:42 intrepid kernelusb 1-4.1: new full-speed USB device number 6 using xhci_hcd 
 +Nov 18 11:44:42 intrepid kernel: usb 1-4.1: device descriptor read/64, error -32 
 +Nov 18 11:44:42 intrepid kernel: usb 1-4.1: New USB device found, idVendor=0483, idProduct=5740, bcdDevice= 1.00 
 +Nov 18 11:44:42 intrepid kernel: usb 1-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 
 +Nov 18 11:44:42 intrepid kernel: usb 1-4.1: Product: Flipper Li7an3a 
 +Nov 18 11:44:42 intrepid kernel: usb 1-4.1: Manufacturer: Flipper Devices Inc. 
 +Nov 18 11:44:42 intrepid kernel: usb 1-4.1: SerialNumber: flip_Li7an3a 
 +Nov 18 11:44:43 intrepid kernel: cdc_acm 1-4.1:1.0: ttyACM0: USB ACM device 
 +Nov 18 11:44:43 intrepid kernel: usbcore: registered new interface driver cdc_acm 
 +Nov 18 11:44:43 intrepid kernel: cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters 
 +</code> 
 +  $> lsusb 
 +  Bus 001 Device 005: ID 0483:5740 STMicroelectronics Virtual COM Port
  
-[[ufbthelp]] 
-python neu auf ein Windowsrechner bringen [[..:pyenv-win]] 
 ---- ----
-===== Automatisierung der Erstellung und Veröffentlichung von Anwendung mithilfe von GitHub-Workflows ===== 
-{{ :playground:about:flipper:flipperzero-pinout.png?direct&400|}} 
  
 +python neu auf ein Windowsrechner bringen [[..:pyenv-win]]
 +
 +Anleitung zur FTB und uFTB Entwicklungsumgebung \\
 +https://github.com/jamisonderek/flipboard/blob/main/README.md
 +----
 +====== Automatisierung der Erstellung und Veröffentlichung von Anwendung mithilfe von GitHub-Workflows ======
 uFBT https://pypi.org/project/ufbt **ist nicht** fbt https://github.com/flipperdevices/flipperzero-firmware  uFBT https://pypi.org/project/ufbt **ist nicht** fbt https://github.com/flipperdevices/flipperzero-firmware 
  
Zeile 55: Zeile 55:
 C:\01_Installation\12_qFlipper\flipperzero-ufbt\meineAnwendung> [[uftb-h]] C:\01_Installation\12_qFlipper\flipperzero-ufbt\meineAnwendung> [[uftb-h]]
  
 +https://lab.flipper.net/apps
 +
 +Zusammenfassende Links in dieser README https://github.com/DarkFlippers/unleashed-firmware#project-structure
 +
 +existierende FirmeWare alternativen: https://github.com/FlipperZX/awesome-fucking-flipperzero/blob/main/Firmwares.md
  
   ufbt update -t f7 -l ..\..\flipperzero-firmware-0.102.3.zip   ufbt update -t f7 -l ..\..\flipperzero-firmware-0.102.3.zip
  
-  * [[toolwiederstand|Resistanc calculator]] +
-  * [[toolzeitzeichen|DCF77 Clock Spoof]] +
-  * [[subghzpogsag|POCSAG Pager]] +
-  * [[gamefunkssp|Rock Paper Scissors]] Host 433.07 - 434.77 868.35 +
-  * [[selbsterstelltnewapp|neue Anwendung]] +
-  * [[gpiotasten|FlipBoard Signal]]+
 ===== Tech specs ===== ===== Tech specs =====
-https://flipperzero.one/#Tech%20specs+{{:playground:about:flipper:flipper_inside.png?linkonly |}}  https://flipperzero.one/#Tech%20specs  {{ :playground:about:flipper:whatsinside.png?linkonly|}}
  
 <note tip> <note tip>
Zeile 116: Zeile 116:
   - can reliably provide up to 600 mA | 5 µA during Sleep Mode | 250mA during RF transmissions   - can reliably provide up to 600 mA | 5 µA during Sleep Mode | 250mA during RF transmissions
   - 6-8€   - 6-8€
 +
 +https://en.wikipedia.org/wiki/ESP32#Programming
 </note> </note>
 https://flipperzero.one/#Tech%20specs (fast ende der Seite) https://flipperzero.one/#Tech%20specs (fast ende der Seite)
Zeile 128: Zeile 130:
 https://docs.m5stack.com/en/core/Cardputer https://docs.m5stack.com/en/core/Cardputer
  
 +''__//**Hi sofort Bestellen!!!**//__''
 +41,72€46,35€10% günstiger
 +Preis inkl. MwSt.
 +https://de.aliexpress.com/item/1005006686234490.html?spm=a2g0o.cart.0.0.1b974ae4bqcISI&mp=1&gatewayAdapt=glo2deu
 +
 +35,36€74,89€52% günstiger 
 +https://de.aliexpress.com/item/1005006480489234.html?spm=a2g0o.cart.0.0.65cb4ae4TfyEcP&mp=1&gatewayAdapt=glo2deu
 +
 +44,94€74,89€40% günstiger
 +https://de.aliexpress.com/item/1005006480489234.html?spm=a2g0o.cart.0.0.65cb4ae4TfyEcP&mp=1&gatewayAdapt=glo2deu
 +----
 +<note info>
 +Windows PowerShell
 +Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
 +                                                                                                                        Lernen Sie das neue plattformübergreifende PowerShell kennen – https://aka.ms/pscore6                                                                                                                                                           PS C:\Users\Stefan> Invoke-WebRequest -UseBasicParsing -Uri "https://raw.githubusercontent.com/pyenv-win/pyenv-win/master/pyenv-win/install-pyenv-win.ps1" -OutFile "./install-pyenv-win.ps1"; &"./install-pyenv-win.ps1"                       
 +
 +Verzeichnis: C:\Users\Stefan
 +
 +
 +Mode                 LastWriteTime         Length Name
 +----                 -------------         ------ ----
 +d-----        05.05.2024     16:11                .pyenv
 +pyenv-win is successfully installed. You may need to close and reopen your terminal before using it.
 +
 +
 +PS C:\Users\Stefan> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine                           
 +Ausführungsrichtlinie ändern
 +Die Ausführungsrichtlinie trägt zum Schutz vor nicht vertrauenswürdigen Skripts bei. Wenn Sie die Ausführungsrichtlinie
 + ändern, sind Sie möglicherweise den im Hilfethema "about_Execution_Policies" unter
 +"https:/go.microsoft.com/fwlink/?LinkID=135170" beschriebenen Sicherheitsrisiken ausgesetzt. Möchten Sie die
 +Ausführungsrichtlinie ändern?
 +[J] Ja  [A] Ja, alle  [N] Nein  [K] Nein, keine  [H] Anhalten  [?] Hilfe (Standard ist "N"):
 +
 +Pyenv für Windows installieren
 +                                                                                                                                                         PS C:\Users\Stefan> Invoke-WebRequest -UseBasicParsing -Uri "https://raw.githubusercontent.com/pyenv-win/pyenv-win/master/pyenv-win/install-pyenv-win.ps1" -OutFile "./install-pyenv-win.ps1"; &"./install-pyenv-win.ps1"                       
 +
 +Verzeichnis: C:\Users\Stefan
 +
 +
 +Mode                 LastWriteTime         Length Name
 +----                 -------------         ------ ----
 +d-----        05.05.2024     16:11                .pyenv
 +pyenv-win is successfully installed. You may need to close and reopen your terminal before using it.
 +
 +</note>
 ---- ----
 ====== Erweiterung und Zubehör ====== ====== Erweiterung und Zubehör ======
 +
 +{{ :playground:about:flipper:flipboard4tv1.png?direct&200|MacroPad Keyboard}}
 +https://www.etsy.com/de-en/listing/1601295558/flipboard-macropad-keyboard-for-flipper
  
 {{https://lab401.com/de-de/products/flipper-zero-video-spiel-modul?pr_prod_strat=e5_desc&pr_rec_id=96c549aea&pr_rec_pid=8786050187611&pr_ref_pid=7795856867558&pr_seq=uniform}} FLIPPER ZERO VIDEOSPIEL-MODUL ~ Preis €58 {{https://lab401.com/de-de/products/flipper-zero-video-spiel-modul?pr_prod_strat=e5_desc&pr_rec_id=96c549aea&pr_rec_pid=8786050187611&pr_ref_pid=7795856867558&pr_seq=uniform}} FLIPPER ZERO VIDEOSPIEL-MODUL ~ Preis €58
Zeile 142: Zeile 192:
  
 Sie können auf alle Funktionen des Raspberry Pi Pico zugreifen und auch den Gyroskop-Sensor über den GPIO ansteuern. Sie können auf alle Funktionen des Raspberry Pi Pico zugreifen und auch den Gyroskop-Sensor über den GPIO ansteuern.
 +
 +{{ :playground:about:flipper:flipperzero-pinout.png?direct&600 |}}
  
 [[mh-z19b|MH-Z19B NDIR CO2-Modul]] [[mh-z19b|MH-Z19B NDIR CO2-Modul]]
Zeile 157: Zeile 209:
  
 https://www.youtube.com/watch?v=tx_ynPOQF4w&list=PL0U7YUX2VnBFbwTi96wUB1nZzPVN3HzgS&index=2 https://www.youtube.com/watch?v=tx_ynPOQF4w&list=PL0U7YUX2VnBFbwTi96wUB1nZzPVN3HzgS&index=2
 +
 +Flipper Zero Discord server [[https://discord.gg/KTThkQHj5B|Flipper Zero Tutorials (Unofficial)]] 
/var/services/web/dokuwiki/data/attic/playground/about/flipper/start.1744940123.txt.gz · Zuletzt geändert: 2025/04/18 03:35 von 18.191.22.165