Derek Jamison
Derek Jamison
  • Видео 248
  • Просмотров 631 158
[146] Flipper Zero: ESP32CAM makes Animations (for Momentum firmware)!
In this video we look at the ESP32CAM accessory for the Flipper Zero. We install the firmware along with a modified application that allows creating an animation asset pack for Momentum firmware!
Links...
github.com/jamisonderek/Flipper-Zero-Camera-Suite
On Discord, I'm @CodeAllNight. Feel free to reach out to me directly or tag me in any of the Flipper Firmware discord servers.
-=
Support this channel:
Option 1. Like, Subscribe and click the Bell (to get notified)
Option 2. ko-fi.com/codeallnight (donate $3 via PayPal or Venmo)
Option 3. Click the "Thanks" button on RUclips.
Option 4. Purchase a FlipBoard (I get a portion of the sale). github.com/MakeItHackin/FlipBoard
Option 5. Buy items from...
Просмотров: 1 851

Видео

[145] Flipper Zero: Alarm Clock (+new tones, IR/SubGHz signal) #flipperzero #rickroll #infrared
Просмотров 1,4 тыс.День назад
In this video we look at the new Flipper Zero alarm clock feature! We also modify our firmware to play a different song when the alarm turns on. Then we add Sub-GHz control, so that it turns on a light when the alarm turns on. Finally, we add Infrared control, turning on our heater or toggling the power to the TV! NOTE: For using RAW infrared signals instead of known protocols (please see the n...
[144] Flipper Zero: Type using Chatpad or Mobile Phone
Просмотров 1,7 тыс.14 дней назад
A quicker way to enter text for the Flipper Zero, instead of having to use the D-Pad! Now you can enter text using your mobile phone or an Xbox 360 chatpad (around $15 USD). Give captured files a decent name. The modifications also support latest version of FlipSocial! In a future video we will discuss key concepts that went into making the firmware & setting changes. Links... Project GitHub - ...
[143] Flipper Zero: Update Gemini firmware for local/real-time information
Просмотров 2 тыс.21 день назад
A few weeks ago, we looked at using the Flipper Zero with an ESP32 to run Gemini. In this video we update the Gemini firmware to augment our queries (adding user location, calling a weather service, etc.) We also look at how to flash other ESP32 devices, such as an ESP32-CAM. Link to application... Install - lab.flipper.net/apps/gemini_ia GitHub - github.com/d4rks1d33/Gemini-Flipper On Discord,...
[142] Flipper Zero: FlipperHTTP (Internet apps!)
Просмотров 3,2 тыс.Месяц назад
In this video, we look at how to use the Flipper Zero with an ESP32 to run FlipperHTTP! We will look at two of the applications, FlipSocial (for chatting with other Flipper Zero users) and FlipLibrary (for looking up information from the internet). We will also learn how to flash the firmware for the WiFi dev board. FlipLibrary accesses a variety of APIs for returning various facts. I'll teach ...
[141] Flipper Zero: Run Gemini AI using ESP32 WIFI
Просмотров 3,6 тыс.Месяц назад
In this video, we look at how to use the Flipper Zero with an ESP32 to run Gemini. Bring the power of AI to your Flipper Zero! Configuring the application is a little complex, but once it's installed it's really easy to use. Flipper Zero uses the ESP32 to connect to an Access Point and make requests to the Gemini API. If you decide to go back to another ESP32 firmware, you can use fzeeflasher.g...
[140] Hackaday Supercon 8 conference
Просмотров 465Месяц назад
I went to Hackaday Superconfence 8 in Pasadena, CA. I spent most of my time hacking on the badge and SAOs (badge add-ons). The badge itself was a RP2040 running Python & the SAOs were using a variety of technology. I had fun writing drivers for the SAOs that ran on the badge (using Python) as well as on the Flipper Zero (using JavaScript). I learned a ton about SAOs and was able to control the ...
[139] Flipper Zero: Badge Add-On Tester
Просмотров 574Месяц назад
Use the Flipper Zero to test or control SAO for Badges. Link to application... github.com/jamisonderek/flipper-zero-sao On Discord, I'm @CodeAllNight. Feel free to reach out to me directly or tag me in any of the Flipper Firmware discord servers. -= Support this channel: Option 1. Like, Subscribe and click the Bell (to get notified) Option 2. ko-fi.com/codeallnight (donate $3 via PayPal or Venm...
[138] Flipper Zero: Run Python on the Flipper Zero
Просмотров 1,2 тыс.2 месяца назад
In this video, we look at how to run Python on the Flipper Zero using the uPython app. New versions of uPython keep exposing additional Flipper Zero features. In this video, we configure intellisense for the Flipper library & learn how to start the app if it keeps giving you "BusFault" errors. Links to prerequisites... github.com/jamisonderek/flipper-zero-tutorials/wiki/Install-Firmware-and-App...
[137] Flipper Zero: New JavaScript features in Official Firmware!
Просмотров 8892 месяца назад
The dev branch of official firmware for the Flipper Zero has a bunch of new JavaScript features. The eventLoop is the new module, which allows functions to get invoked when a contract (timer, GPIO, input) is met. The existing UI modules were removed and replaced with gui modules. GPIO was added to official JavaScript (you can now read & write digital signals, get analog voltage input & trigger ...
[136] Flipper Zero: Using ViewPort for applications
Просмотров 8242 месяца назад
This video discusses how to use ViewPort to create Flipper Zero applications with a UI. I typically prefer ViewDispatcher or ViewHolder, since they easily reuse existing modules - but if you have a simple one screen UI, then ViewPort may be the best option. We look at a simple example first, then we update it to follow best practices. The large majority of ViewPort applications post a message i...
[135] Flipper Zero: SceneManager Best Practice
Просмотров 5322 месяца назад
This video covers some best practices when writing an application that uses a SceneManager. We look at how #include and #define can be used to simplify creating our enum, function definitions and scene manager handler registration. Adding a new scene is just "ADD_SCENE(app_name, scene_name, SceneName);" and then implementing our on_enter, on_event, and on_exit functions. Be sure to check out my...
[134] Flipper Zero: Listen to Walkie-Talkies (channel 1-7, 15-22) #walkietalkies #flipperzero
Просмотров 5 тыс.3 месяца назад
In this video we look at how the Flipper Zero can listen to walkie-talkies (the ones with channel 01-22). These operate on a frequency not typically used by digital signals, so the Flipper Zero doesn't know about them (~462MHz). My firmware (based on Official 1.0) adds support for Frequency Analyzer at 462MHz, adds frequencies for Ch 1-7 (works for 15-22), adds TLK1 custom profile for improved ...
[133] Flipper-Zero: Program ATtiny85 for small circuits
Просмотров 9443 месяца назад
The Flipper Zero can be used to program a variety of microcontroller, such as the ATtiny85. In this video we look at how to program the ATtiny85 using the Flipper Zero and the Arduino IDE (which uses avrdude). There are lots of exciting projects on the internet you can do that use the ATtiny85, including small video games you can make! The two board managers are: drazzy.com/package_drazzy.com_i...
[132] Flipper-Zero: Reading RFID from an App
Просмотров 2,2 тыс.3 месяца назад
[132] Flipper-Zero: Reading RFID from an App
[131] Flipper-Zero: Submit your app to the Apps Catalog
Просмотров 6773 месяца назад
[131] Flipper-Zero: Submit your app to the Apps Catalog
[130] Flipper Zero: Ubuntu setup for development #flipperzero #ubuntu #programming #qflipper #vscode
Просмотров 1,8 тыс.4 месяца назад
[130] Flipper Zero: Ubuntu setup for development #flipperzero #ubuntu #programming #qflipper #vscode
[129] Flipper Zero: Play Music Files over Sub-GHz! #rickroll #ateam
Просмотров 2,2 тыс.4 месяца назад
[129] Flipper Zero: Play Music Files over Sub-GHz! #rickroll #ateam
[128] Flipper Zero: Output Analog Voltages! #dac #analog #flipperzero #gpio #giveaway
Просмотров 7454 месяца назад
[128] Flipper Zero: Output Analog Voltages! #dac #analog #flipperzero #gpio #giveaway
[127] Flipper Zero: Replay attack CC1101 "Normal Mode" (GFSK signals)
Просмотров 1,6 тыс.4 месяца назад
[127] Flipper Zero: Replay attack CC1101 "Normal Mode" (GFSK signals)
[126] DEF CON 32 - Hacker conference in August 2024
Просмотров 3,3 тыс.5 месяцев назад
[126] DEF CON 32 - Hacker conference in August 2024
[125] Flipper Zero: JavaScript Bit Banging SPI 8x8 Display
Просмотров 7225 месяцев назад
[125] Flipper Zero: JavaScript Bit Banging SPI 8x8 Display
[124] Flipper-Zero: Reset pin without resetting Flipper!
Просмотров 2,7 тыс.5 месяцев назад
[124] Flipper-Zero: Reset pin without resetting Flipper!
[123] Flipper-Zero: Use ChatGPT to create Flipper Zero programs!
Просмотров 16 тыс.5 месяцев назад
[123] Flipper-Zero: Use ChatGPT to create Flipper Zero programs!
[122] Flipper-Zero: Easily read Analog sensors in C Code!
Просмотров 8326 месяцев назад
[122] Flipper-Zero: Easily read Analog sensors in C Code!
[121] Flipper-Zero: Introduction to JavaScript for Analog Sensors! #flippperzero #javascript
Просмотров 6906 месяцев назад
[121] Flipper-Zero: Introduction to JavaScript for Analog Sensors! #flippperzero #javascript
[120] Flipper-Zero: Introduction to Analog Sensors #flippperzero #analog #gpio #electronics
Просмотров 7826 месяцев назад
[120] Flipper-Zero: Introduction to Analog Sensors #flippperzero #analog #gpio #electronics
[119] Flipper-Zero: Updated FlipBoard Apps!
Просмотров 1,3 тыс.6 месяцев назад
[119] Flipper-Zero: Updated FlipBoard Apps!
[118] Flipper-Zero: Atari 2600 Paddle control of Arkanoid game! #flipperzero #atari2600 #videogames
Просмотров 4547 месяцев назад
[118] Flipper-Zero: Atari 2600 Paddle control of Arkanoid game! #flipperzero #atari2600 #videogames
[117] Flipper-Zero: 125-kHz RFID for Geolocation using FSK
Просмотров 1,2 тыс.7 месяцев назад
[117] Flipper-Zero: 125-kHz RFID for Geolocation using FSK

Комментарии

  • @bigdogl7072
    @bigdogl7072 17 часов назад

    Great Tutorial!!! Just in case anyone has problems with the "fbt vscode_dist" command completing or possibly some issues with VSCode and git not playing nice, I had to do the following: I had to make sure the folder where I putting all this was owned by my logged in account and no admin or other accounts. I had initially launched the CMD prompt as admin and that caused some odd issues with VScode trusting the cloned repo and running the fbt command to completion. I just created a directory on a separate drive as my logged in user and went from there. After installing Python from the Windows Store I has to manually install SCons and ansi modules afterward. For some reason. python -m pip install SCons python -m pip install ansi I then has to add the path to the python scripts to the PATH env var: C:\Users\userName\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n\LocalCache\local-packages\Python313\Scripts Yours may differ I then ran the fbt vscode_dist command all went well. maybe you wont need this, if so hope it saves you time

  • @TërnocBesa
    @TërnocBesa 3 дня назад

    <3 ur flipper content

  • @Brasilia95630
    @Brasilia95630 5 дней назад

    hello from France.yes I confirm I blocked a roller shutter using rolling code by re-injecting several codes with the Flipper I should have checked before, but I naively believed that a shutter used a fixed code..so yes this is dangerous 8).thank for these explanations

  • @tattoocollective2599
    @tattoocollective2599 5 дней назад

    Yes I’ve been waiting for this video! I have my esp32 cam suite. Will it basically work the same? Just flash cam chip and wire rx to tx

    • @MrDerekJamison
      @MrDerekJamison 5 дней назад

      Yes, the firmware is the same as the old one. I just provided .bin files for people that hadn’t already flashed ESP32CAM before. The FAP has the new code for setting the number of frames to capture. Be sure to take enough pictures to fill the animation.

  • @MrDerekJamison
    @MrDerekJamison 5 дней назад

    Download final FAP from github.com/jamisonderek/Flipper-Zero-Camera-Suite/tree/main/prebuilt. If you don't already have the ESP32CAM firmware flashed, you can also get the .bin files from the same folder. To switch to animations, use... Momentum/Interface/Graphics/Asset Pack/Camera Contact me on Discord at @CodeAllNight or leave a message below!

    • @tattoocollective2599
      @tattoocollective2599 5 дней назад

      Thank you! I’ve been waiting for you to complete this video. I have the smaller esp32 suite. Will the process be the same or similar? I work at a tattoo shop and plan to use the images in art. Been waiting to print an image from flipper. I can’t express how much this means 😂 to me, getting sentimental sorry.

  • @RainCall13
    @RainCall13 8 дней назад

    The first attack in your video doesn’t seem to be opening eventhough I’m setting it up to „replay attack - yes“. I’ve made sure to have my settings just like in your video. Every other test works perfectly fine.

  • @astechsolutions
    @astechsolutions 9 дней назад

    If you forgot your PIN and can’t access your Flipper Zero, you can easily reset the PIN by holding the UP and BACK buttons for 30 seconds. After that, confirm the reset procedure by holding the RIGHT button - your device will be reset to factory settings, this meaning that Flipper's lvl, settings and info about paired devices will be erased but data stored on the microSD card will be saved.

  • @alecweinhofer2220
    @alecweinhofer2220 9 дней назад

    juste discovered your channel, what a legend you are

    • @MrDerekJamison
      @MrDerekJamison 9 дней назад

      Thanks for the comment! I'm almost at 10K subscribers -- maybe by Christmas? I have about 150 Flipper Zero videos; you can go to the playlists tab for some organization. I enjoy learning and teaching, so that's mostly what my channel is about. There is still so much more for me to learn. 🤯

  • @fadlyabidin2735
    @fadlyabidin2735 10 дней назад

    Hai. I have aq problem after flash my board. After flash. (Waiting for api key). After that i open apps gemini to insert name. But still request for gemini ai key. Please help me

    • @MrDerekJamison
      @MrDerekJamison 9 дней назад

      See the steps in the video at 2:29 - 3:24. Be sure to create a key.txt in the "SD Card/apps_data/gemini_ia" folder with your Gemini IA key. If you still need help, once you are in Momentum Discord (discord.gg/momentum) you can post a question here - discord.com/channels/1211622338198765599/1233530666990305352 and hopefully d4rk$1d3 can assist you.

  • @Hackdaplanet-lp1ex
    @Hackdaplanet-lp1ex 11 дней назад

    This is a good script,, I use it alot when ppl act like they dont know there password,lol 🤣 on purpose and to help...

  • @jblanked
    @jblanked 12 дней назад

    Great tutorial man! I could see the timed IR functionality in an app too🔥

    • @MrDerekJamison
      @MrDerekJamison 12 дней назад

      Thanks! Yeah, you can use those methods from the wiki to send both known protocols (like Samsung32/NEC) or RAW infrared signals from any Flipper Zero application. Maybe I should add a video on how to receive IR signals (using infrared_worker) - RocketGod and I learned a lot about infrared while making the "Flipper Zero Laser Tag game". I also cut out the talk about HOW the clock_settings_alarm method gets called (which I thought was really interesting, but my wife found it distracting from the primary content). Maybe I can sneak it in during another video. 🤣

  • @rashawndiallo5228
    @rashawndiallo5228 13 дней назад

    How can I increase the range of this?

    • @MrDerekJamison
      @MrDerekJamison 12 дней назад

      www.amazon.com/UHPPOTE-Reading-Distance-Wiegand-Control/dp/B00UX03TLO has a longer range of about 1 foot for fob or 2 feet for card. Flipper should be able to integrate using GPIO, but device needs separate 12 volt power supply.

    • @MrDerekJamison
      @MrDerekJamison 12 дней назад

      I should mention that it’s only for reading specific tag formats, so it might not be compatible with your card. You can ready your card closely first with Flipper to see the format.

  • @Icantthinkofaname_vr
    @Icantthinkofaname_vr 16 дней назад

    I do control+shift+b and it doesn't show me debug build, only "debug build app" and so on

    • @MrDerekJamison
      @MrDerekJamison 15 дней назад

      Thanks for letting me know. It looks like they may have changed it slightly depending on the firmware. At 4:58 you can choose... "[Debug] Build Firmware" or "[Debug] Build update bundle" or "[Debug] Flash (USB, with resources)". Our goal is to get everything compiled.

  • @MrDerekJamison
    @MrDerekJamison 18 дней назад

    3:55 - "Xbox 360 Chatpad", I used the wired white one (model# X814365-001). I’ll try to come up with other keyboard integrations as well. Here is an example listing for xbox 360 chatpad… www.ebay.com/itm/116413386368

  • @codokit
    @codokit 18 дней назад

    What’s type/name of the keyboard?

    • @MrDerekJamison
      @MrDerekJamison 18 дней назад

      3:55 - "Xbox 360 Chatpad", I used the wired white one (model# X814365-001).

    • @codokit
      @codokit 18 дней назад

      @@MrDerekJamison Nice, thank you!

  • @gabethegoober
    @gabethegoober 18 дней назад

    boss is an absolute goat

    • @MrDerekJamison
      @MrDerekJamison 15 дней назад

      thanks for watching! One of the advantages of the Flipper is the compact size, so not sure adding the keyboard is the right solution? And if I have a phone, maybe using a mobile app with the internet is better solution too? I just tell myself that some of what we do with the Flipper is because we can (there was a time where I used it as my primary TV remote). 🤣

  • @Outcaste153
    @Outcaste153 19 дней назад

    went looking $60 for an original chat pad. did see a ton of cheaper 2.4ghz types. Be nice to have a keypad but $60 is a hard pass.

    • @MrDerekJamison
      @MrDerekJamison 18 дней назад

      eBay has some for cheap? I agree hard pass at that price point. I’ll try to come up with other keyboard integrations as well. Here is an example listing… www.ebay.com/itm/116065078976

  • @CoolshrimpModz
    @CoolshrimpModz 19 дней назад

    Nice I had this same idea I printed a new case for my chatpad 💜

    • @MrDerekJamison
      @MrDerekJamison 18 дней назад

      Awesome. Is it connected to the Flipper somehow? Weight of Flipper makes me think we want keyboard mounted above screen?

    • @CoolshrimpModz
      @CoolshrimpModz 18 дней назад

      @ I connected it to flipper to test, but Iv connected the keypad to a CYD esp32 for working with it.

  • @mohamed_yahya_1
    @mohamed_yahya_1 19 дней назад

    You are a genius, new awesome video. Thank you ...

    • @MrDerekJamison
      @MrDerekJamison 15 дней назад

      Thanks for watching! I'm still learning stuff about Sub-GHz & I'm still a little confused why some settings help improve audio and others don't. Every time I think I understand, something new comes up which challenges my current understanding. 🥳

    • @mohamed_yahya_1
      @mohamed_yahya_1 15 дней назад

      ​@@MrDerekJamison Pls brother there no good video talking about Flipper Magspoof and how can read and simulation, Can you Pls make video covering everything this part?

    • @MrDerekJamison
      @MrDerekJamison 14 дней назад

      Thanks for the suggestion. I’ll add Magspoof to the list of ideas.

  • @mohamed_yahya_1
    @mohamed_yahya_1 19 дней назад

    Nice, Thank you ....

  • @MrDerekJamison
    @MrDerekJamison 19 дней назад

    I was also thinking of using an ESP32-S2 to allow connecting a USB-C keyboard to the Flipper (assuming I can't get the Flipper Zero's USB port to be a host). It should allow for mini keyboards, but most of the really small keyboards I found are wireless so I'm not sure if it's worth the investment???

  • @FrauHaferniehl
    @FrauHaferniehl 19 дней назад

    _Nice Video, great idea ...._

  • @honestlocksmith5428
    @honestlocksmith5428 19 дней назад

    This is one of the best new additions. Thank you for your work.

    • @MrDerekJamison
      @MrDerekJamison 19 дней назад

      Thanks. It’s been so much learning getting this working across all of the firmware versions. I feel the current code is fairly robust & hopefully will work for people (unless apps use custom keyboards).

  • @jblanked
    @jblanked 19 дней назад

    Great work 🔥🔥🔥

    • @MrDerekJamison
      @MrDerekJamison 19 дней назад

      Thanks. I’ll update FlipSocial to support [enter] key/new line in the next version.

  • @jjwarford
    @jjwarford 19 дней назад

    kind if strange that it wont flash from the esp flasher location and will only work when flashing the files are in the root

    • @MrDerekJamison
      @MrDerekJamison 19 дней назад

      I think I could have put the files in the flasher folder (SD Card/appds_data/esp_flasher) which would have made choosing them easier. Thanks for the suggestion (sadly RUclips doesn't let me edit videos). Also, once Gemini isn't making more firmware updates, maybe they can get added to the quick flash option (which would make it easier if running custom firmware, like Momentum, on the Flipper Zero.)

  • @MrDerekJamison
    @MrDerekJamison 19 дней назад

    Modifying the mobile apps to support keyboard input would be amazing, if someone wants to try (or creating a small companion mobile app that was optimized for inputting text.) Willy was able to modify the qFlipper app to pass keyboard input. What other ideas do people have for input on the Flipper Zero? I was thinking of a PS/2 keyboard adapter and trying to find an old keyboard. :)

  • @MrDerekJamison
    @MrDerekJamison 19 дней назад

    The cables I bought were www.amazon.com/gp/product/B07PWZTC88 And the Xbox 360 Chatpad was the X814365-001. The project is at github.com/jamisonderek/flipper-zero-input

  • @yuriyleschenko394
    @yuriyleschenko394 22 дня назад

    Спасибо! 1) how to emulate from file "ibutton", "lfrfid", "infrared"? for "subghz": const subghz = require("subghz");subghz.setup();subghz.transmitFile("absPath"); 2) how to set to favorites js? - Settings - Desktop -Favorite App my js in the submenu displays all keys from folders for quick selection and emulation const arrDir = ["ibutton", "lfrfid", "infrared", "subghz"];let rd = storage.readDirectory("/ext/" + arrDir[j]);

    • @MrDerekJamison
      @MrDerekJamison 20 дней назад

      JavaScript doesn't have those modules yet. Python has infrared but not the others. I think there aren't many people making JavaScript apps? Once it gains popularity, then hopefully more hardware support will be added. I added modules for VGM support, I2C support and SPI support for Momentum. For your favorites question, it depends on the firmware. Some use ".desktop.settings" file. The format needs to be exact, like a few bytes in (depends on firmware), you write the value (maybe 128 bytes) with a null terminator. If you are familiar with C code, you can look in your firmware in "applications\settings\desktop_settings" to see how they are doing it for your firmware. Feel free to ping me on Discord (@CodeAllNight) if you want help.

  • @fabianlujan6092
    @fabianlujan6092 22 дня назад

    Hey Derek is there a protocol for code dodger which is used by overhead door? I can’t find that one in the flipper zero protocols, would like to program my flipper to use it as a garage door opener. Thanks for your content.

    • @MrDerekJamison
      @MrDerekJamison 15 дней назад

      It's hard to tell from just the name, but some implementations of code dodger sound similar to what is used by Genie [intellicode]? If you run RogueMaster firmware, does it detect it on 315/390MHz? (Only RogueMaster has my genie protocol decoder.) You can also reach out to me on Discord (@CodeAllNight) and maybe I could take a look at a couple of RAW samples to see if we can decode it. It's likely similar to one of the ones listed here... github.com/jamisonderek/flipper-zero-tutorials/wiki/Sub-GHz#supported-protocols But if it is a rolling code with a modified KeeLoq implementation, I can probably only help you detect the signal (not generate the next signal in sequence -- so Flipper Zero can be used as a detector but not an opener).

  • @besobeso564
    @besobeso564 23 дня назад

    How do I program in French?

    • @MrDerekJamison
      @MrDerekJamison 20 дней назад

      Most people still program using the C language keywords ("void", "if", "else", "return") but then use their native language for variable names, function names and comments. Some people still choose english for the names of things, but then the comments are in a different language. See the unitemp app for an example... github.com/quen0n/unitemp-flipperzero/blob/master/Sensors.c#L210 When the community wants to edit your code, comments may be in their language or machine translated into your language. I've never tried to use #define to define alternate keywords, but it might work?

  • @besobeso564
    @besobeso564 23 дня назад

    Hello, how can I watch programs in French?

    • @MrDerekJamison
      @MrDerekJamison 20 дней назад

      All of my videos are in English. I manually edit the English close caption for all my videos. AI does captioning in other languages, but I don't think it uses my English edits as the input; so it probably has many errors.

  • @Atmatan
    @Atmatan 24 дня назад

    If only our only social media platform weren't arbitrarily censored by a seemingly bipolar singular person who hasn't even posted a reliable rules list yet. A cute gimmick but as long as jblanked spends more time wiping out messages, including your post about this video, there's no point in using it.

    • @MrDerekJamison
      @MrDerekJamison 23 дня назад

      There is a strange bug in FlipSocial where when it doesn't get internet connection it caches the data but doesn't upload it to the feed. I was really confused why my friend requests weren't accepted, but he investigated and said they never made it to the server. Maybe you are running into something similar? In a couple weeks I can look at adding a vibro feedback when things fail, I think the LED status is too confusing & different ESP32 have different LED support. There is also a memory constraint, so the history of messages in the feed is fairly small. I know he is working to improve it. I'd say check back every couple of months to see if it's worth your time. He just released version 0.7 this week (Dec 2024). Eventually some of the other apps, like FlipStore, may have valuable content that is better than the alternatives.

  • @Notagamer247
    @Notagamer247 25 дней назад

    thanks.

    • @MrDerekJamison
      @MrDerekJamison 25 дней назад

      You're welcome. I'm not sure we should be telling AI our exact location. Unless your name is "David Mayer" and it's ChatGPT -- since ChatGPT can't handle that name. 🤯

  • @anvayashakti2374
    @anvayashakti2374 26 дней назад

    Thank you Sir DJ! As always great

  • @innerstruggles
    @innerstruggles 26 дней назад

    Very very cool, thank you!

    • @MrDerekJamison
      @MrDerekJamison 25 дней назад

      I hope that people will start thinking about how AI could be used by the Flipper. My examples are fairly basic, but hopefully that makes it easier to understand.

  • @MrDerekJamison
    @MrDerekJamison 26 дней назад

    For restaurants & attractions, we modified the user request. For the weather, I just returned the response, but we could have also passed that info to Gemini and had it rewrite the forecast. Being able to augment the user requests has other uses too (for example, we could include a sample badusb payload when the user asks for a badusb script).

  • @FrauHaferniehl
    @FrauHaferniehl 27 дней назад

    _Cool, Thanks for Your videos._ _Greeetings._

    • @MrDerekJamison
      @MrDerekJamison 25 дней назад

      Greetings! I'm glad you are enjoying them. I think I made about 150 Flipper Zero videos so far. If there are additional topics not covered by TalkingSasquach or myself, please let me know and I'll add it to the list.

  • @FrauHaferniehl
    @FrauHaferniehl 27 дней назад

    Nice Video, nice work, very interesting.

    • @MrDerekJamison
      @MrDerekJamison 25 дней назад

      I'd like to get back to playing with the ProxMark3 again. Maybe I can work on the "Chameleon Ultra" too?

  • @FrauHaferniehl
    @FrauHaferniehl 27 дней назад

    nice video, great work.

    • @MrDerekJamison
      @MrDerekJamison 25 дней назад

      Thanks. I thought it was interesting that these "blank tags" had special data on them.

  • @matthewzombies1458
    @matthewzombies1458 27 дней назад

    My flipper zero will not hard reset.

    • @MrDerekJamison
      @MrDerekJamison 25 дней назад

      I've never heard of it not resetting. Make sure no power cables are connected. If you still have issues, try one of the Discord servers. discord.gg/flipper is a good place to ask.

    • @astechsolutions
      @astechsolutions 9 дней назад

      Google "Flipper docs firmware recovery" should have all you need in there about getting into DFU recovery mode

  • @yukokpopstan5241
    @yukokpopstan5241 27 дней назад

    What do you mean by "applying tension"?

    • @MrDerekJamison
      @MrDerekJamison 25 дней назад

      We apply some rotational force using the tension wrench. Here is a video that does a good job explaining it more... ruclips.net/video/TjRj69P5rKM/видео.html

  • @anvayashakti2374
    @anvayashakti2374 27 дней назад

    Thank you Sir DJ! Looking forward 👍🫡

  • @anvayashakti2374
    @anvayashakti2374 28 дней назад

    Thank you Sir 👏

    • @MrDerekJamison
      @MrDerekJamison 25 дней назад

      Welcome!! This video was fun to make. I wish the audio from the walkie-talkies was clearer on the Flipper Zero.

  • @anvayashakti2374
    @anvayashakti2374 28 дней назад

    Thank you Sir, another great tutorial 👏 🩶

  • @anvayashakti2374
    @anvayashakti2374 28 дней назад

    Thank you Sir for great tutorial 👍 👏

  • @Mr.Nemo-
    @Mr.Nemo- 29 дней назад

    This is very interesting, I'm glad I found your channel. I've been trying to learn as much as possible with this device and now looking into code. I appreciate your videos, I think your channel is the only one that goes into depth and takes the time to explain the inner workings. I installed a RBG backlight and everything works except now my back button does not work, it will however allow me to restart and access DFU mode. Would accessing CLI with the "input" command allow me to test or reset its function?

    • @MrDerekJamison
      @MrDerekJamison 25 дней назад

      Interesting. I would go to lab.flipper.net/cli (or connect via serial port) and run the "input dump" command.

  • @mastrotentaculopapichulo
    @mastrotentaculopapichulo Месяц назад

    Facility code is 101 I see that, but hex 65? Card number 29649 ok can read that, but 73D1 hex? Whats with the hex thing, where u get that from? Maybe elaborate on those things, they are not obvious pall.

    • @mastrotentaculopapichulo
      @mastrotentaculopapichulo Месяц назад

      Blijkbaar moet ik nog veel achtergrondinformatie tot me nemen voordat ik dit helemaal kan begrijpen.

    • @MrDerekJamison
      @MrDerekJamison 25 дней назад

      Thanks for the feedback! It's hard to know what people already know & what I should teach. Hex is 16 digits [0-9,A-F] instead of our normal 10 digits [0-9]. So "A"=10, "B"=11, "C"=12, "D"=13, "E"=14, "F"=15. 73D1 hex = 1 + "D"*(16) + 3*(16*16) + 7*(16*16*16) = 1 + 13*(16) + 3*(16*16) + 7*(16*16*16) = 1+208+768+28672 = 29649. Similar to how 4391 decimal = 1 + 9*(10) + 3*(10*10) + 4*(10*10*10) = 4391. The hex values displayed are the same as the decimal values, it's just in a different numbering system.

  • @cmac7168
    @cmac7168 Месяц назад

    Could you possibly do a video on the fastest way to jump between WiFi board firmwares? I’m running momentum, is there a way to quick flash Gemini like you can do with marauder and http?

    • @MrDerekJamison
      @MrDerekJamison 10 дней назад

      Sadly, there is no quick flash for Gemini. You could create your own fork off of Momentum and add it though. It's a little complex to do initially, but if you are switching often it could be worth it? I also think FlipperHTTP is almost mature enough that Gemini AI FAP could switch to using it for their app; which would help people to not need to switch. I haven't talked to d4rks1d33, so I'm not sure if he is interested in doing that (since it moves future code into the Flipper instead of the ESP32).

  • @AmCanTech
    @AmCanTech Месяц назад

    Can you give us an estimate of how much it costed you in google cloud ?

    • @MrDerekJamison
      @MrDerekJamison 25 дней назад

      I think it is free (at 2 requests/minute)?ai.google.dev/pricing#1_5flash

  • @Sliver-surfer
    @Sliver-surfer Месяц назад

    I need this

    • @MrDerekJamison
      @MrDerekJamison 25 дней назад

      The JavaScript model changed recently. It makes it harder to debug ChatGPT scripts, but it's still possible. Maybe I need to make an updated video.