Derek Jamison
Derek Jamison
  • 226
  • 450 786
Flipper Zero: JavaScript Bit Banging SPI 8x8 Display
Currently JavaScript on the Flipper Zero does not support the SPI protocol. In this video we use the existing GPIO module (available in all custom firmware) to do bit banging of the data! We also use an inexpensive logic analyzer to analyze the signals (sampling at 16MS/s) from a working app to reverse engineer the data we need to send to the device.
Discord Server:
discord.com/invite/k7WX7Be3Vy
Amazon link for Logic analyzer:
www.amazon.com/gp/product/B07K6HXDH1
JavaScript code for bit banging:
github.com/jamisonderek/flipper-zero-tutorials/tree/main/js/spi_bitbang
Logic Software:
www.saleae.com/pages/downloads
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 CZcams.
Option 4. Purchase a FlipBoard (I get a portion of the sale). github.com/MakeItHackin/FlipBoard
Timeline:
0:00 - Introduction
0:32 - Inexpensive logic analyzer
1:00 - Logic 2.4.14 config
1:30 - Capture SPI data
1:50 - GPIO initialization
2:25 - Implement SPI protocol (bit banging)
4:10 - Initialize Max7219
4:35 - Led patterns
4:42 - Install/Run on Flipper Zero
5:05 - Capture our SPI output
5:30 - Summary
zhlédnutí: 378

Video

Flipper-Zero: Reset pin without resetting Flipper!
zhlédnutí 626Před dnem
This video looks at a few methods to hack the hacking device (Flipper Zero) if you forgot your PIN code; avoiding the need to reset the internal memory. The Flipper Zero has a PIN code of 4-12 inputs that are entered via the D-Pad. If you forget your PIN code, everyone says you have to reset the Flipper Zero & reset the internal memory. Try these techniques instead. - Method 1: Disable auto-loc...
Flipper-Zero: Use ChatGPT to create Flipper Zero programs!
zhlédnutí 4,3KPřed 14 dny
Train ChatGPT to create Flipper Zero applications without needing to have ANY prior programming experience! In this video we generate code to unlock a phone via BadUSB using popular pin codes. We brute force a sub-ghz protocol (searching for the proper code to open the gate). We ask for user input and display messages based on the input. ONLY DO THIS ON EQUIPMENT YOU OWN!!! If you improve the t...
Flipper-Zero: Easily read Analog sensors in C Code!
zhlédnutí 451Před 21 dnem
In this video we look at the C code to access analog sensor data (determining a sensors voltage and resistance). C code is the recommended way if you want your application to be in the official store, if you need access to feature not available in JavaScript or are modifying an existing application. In my previous videos on Analog Sensors, we looked at the hardware design (ensuring out output v...
Flipper-Zero: Introduction to JavaScript for Analog Sensors! #flippperzero #javascript #analog
zhlédnutí 487Před měsícem
The latest Momentum dev branch has JavaScript support for accessing Analog Sensors (via ADC)! In this video we look at the JavaScript software to access the sensor data (determining a sensors voltage and resistance). We then go one step further and display the temperature from a NTC Thermistor! My previous video on Analog Sensors we looked at the hardware design (ensuring out output voltage fro...
Flipper-Zero: Introduction to Analog Sensors #flippperzero #analog #gpio #electronics #radioshack
zhlédnutí 557Před měsícem
The Flipper Zero has 6 GPIO pins that can read analog sensors! These pins require the voltage to be 0-2 volts (or 2.5 volts with custom configuration) and recommend a total resistance of 10K ohms or less. Learn how to convert analog resistance and voltage sensors to levels that are compatible with the Flipper Zero! Future videos in this "ADC" (Analog to Digital Conversion) series will cover wri...
Flipper-Zero: Updated FlipBoard Apps!
zhlédnutí 1KPřed měsícem
The FlipBoard is a MacroPad from MakeItHackin. Hopefully you saw TalkingSasquach's video on the device 6 months ago (link below)! We have added some frequently requested features, like loading custom images in FlipBlinky and ability to use the MacroPad keyboard with BLE. The apps are super easy to install now, thanks to being in the official store (and are even pre-installed on some firmware). ...
Flipper-Zero: Atari 2600 Paddle control of Arkanoid game! #flipperzero #atari2600 #videogames #adc
zhlédnutí 391Před měsícem
The Atari 2600 paddle controller can now be used with your Flipper Zero! New "ADC" APIs make it simple for the Flipper Zero to integrate with all kinds of analog sensors! My first proof-of-concept was changing AirArkanoid to be 2600Arkanoid. The link below includes part-list and software commands to install on your Flipper Zero. If you need additional help, feel free to join my Discord server! ...
Flipper-Zero: 125-kHz RFID for Geolocation using FSK
zhlédnutí 897Před měsícem
In this video we create 125-kHz RFID tags that use FSK modulation to encode Geolocation information (latitude and longitude) of a BBQ party. This data can be stored on inexpensive T5577 tags. Anyone with a Flipper Zero can then read the tag to see the latitude and longitude. You can also emulate the tag, allowing one Flipper Zero to transfer the location to another Flipper Zero. You can also sa...
Flipper Zero: Low Frequency RFID - Adding InstaFob Protocol
zhlédnutí 1,1KPřed 2 měsíci
Home Depot, Lowes and other hardware stores can duplicate your Low-Frequency RFID fob onto an InstaFob. Recently someone purchased an InstaFob from Lowes. When it was blank, the Flipper couldn't detect it. They used the Flipper to write to the InstaFob but then they asked if it was possible to wipe the InstaFob back to factory default (erasing their data). In this video we will create the files...
Flipper Zero/ProxMark3: LF RFID Introduction to Manchester encoded signals
zhlédnutí 982Před 2 měsíci
In this video we learn how to use a ProxMark3 (PM3) to analyze a low-frequency (125kHz) RFID fob that is using Manchester encoding. We read an EM4100 tag, clone it to a T5577, and we simulate the tag using the PM3. We validate all of these operations using our Flipper Zero! We use the PM3 to look at the T55xx data and we read, plot and analyze signals. At the end of the video, we analyze at a b...
Flipper Zero: Understanding 125-kHz RFID Protocol Files
zhlédnutí 1,1KPřed 2 měsíci
In this video we learn how the Flipper Zero is able to decode and emulate low-frequency (125kHz) RFID signals and how it can write data to a T5577 tag. We walk through all of the code, understanding the role of each method. We then make a new protocol "Demo1" that will program a T5577 tag with custom hard-coded data. In future videos we will use the information from the video to create custom e...
Flipper Zero: JavaScript for the FlipBoard!
zhlédnutí 762Před 2 měsíci
In this video we program the FlipBoard accessory using JavaScript! It is really easy to perform Infrared, Sub-GHz and BadUSB actions when a button on the FlipBoard is pressed. Some of the modules in this video are not yet in the firmware, but the readme and the video both explain the install steps. If you need help or have other ideas for features to add, please reach out on my Flipper discord ...
Flipper Zero: Extend JavaScript - add VGM & Sound support!
zhlédnutí 726Před 3 měsíci
Leave a comment about what integrations (Infrared? Temperature? etc.) you are interested in seeing for the Flipper Zero! In this video we look at two techniques to extend JavaScript to unlock the full potential of your Flipper Zero. JavaScript is a powerful programming language for the Flipper Zero but has limited number of modules currently available. We look at how you can access new modules ...
FlipperZero: BadUSB JavaScript (deploys payloads+show exfil data on Flipper)
zhlédnutí 2,1KPřed 3 měsíci
FlipperZero: BadUSB JavaScript (deploys payloads show exfil data on Flipper)
Flipper Zero: Run JavaScript on Flipper!!! #flipperzero #javascript #badusb #usbstick
zhlédnutí 1,7KPřed 3 měsíci
Flipper Zero: Run JavaScript on Flipper!!! #flipperzero #javascript #badusb #usbstick
Flipper Zero - Add tilt detection to games
zhlédnutí 821Před 3 měsíci
Flipper Zero - Add tilt detection to games
Flipper Zero: Create Credentials for H10301, AWID, EM4100 & Indala26
zhlédnutí 1,5KPřed 4 měsíci
Flipper Zero: Create Credentials for H10301, AWID, EM4100 & Indala26
Flipper Zero - T5577 user data blocks
zhlédnutí 896Před 4 měsíci
Flipper Zero - T5577 user data blocks
Flipper Zero - Video Game Module Custom Firmware
zhlédnutí 1KPřed 4 měsíci
Flipper Zero - Video Game Module Custom Firmware
Flipper Zero - Video Game Module (VGM) overview
zhlédnutí 7KPřed 4 měsíci
Flipper Zero - Video Game Module (VGM) overview
Flipper Zero - Alternative to flipc.org for installing apps
zhlédnutí 4,5KPřed 5 měsíci
Flipper Zero - Alternative to flipc.org for installing apps
Flipper Zero - T5577 Cloning, set/clear password, config block
zhlédnutí 3KPřed 5 měsíci
Flipper Zero - T5577 Cloning, set/clear password, config block
Flipper Zero: Introduction to 125-kHz RFID
zhlédnutí 2,9KPřed 5 měsíci
Flipper Zero: Introduction to 125-kHz RFID
Flipper Zero - Auto-detect IR Blaster
zhlédnutí 3KPřed 5 měsíci
Flipper Zero - Auto-detect IR Blaster
Flipper Zero - IR Blaster on Official firmware!
zhlédnutí 1,3KPřed 5 měsíci
Flipper Zero - IR Blaster on Official firmware!
Flipper Zero - Create your own FlipSimon game! #FlipBoard #flipperzero #simonsays
zhlédnutí 524Před 6 měsíci
Flipper Zero - Create your own FlipSimon game! #FlipBoard #flipperzero #simonsays
Flipper Zero - Writing code for GPIO signals
zhlédnutí 1,1KPřed 6 měsíci
Flipper Zero - Writing code for GPIO signals
Flipper Zero - FlipBlinky app customization #FlipBoard #flipperzero #badge #badgelife
zhlédnutí 431Před 6 měsíci
Flipper Zero - FlipBlinky app customization #FlipBoard #flipperzero #badge #badgelife
Flipper Zero - Timer concepts
zhlédnutí 614Před 6 měsíci
Flipper Zero - Timer concepts

Komentáře

  • @MyTube4Utoo
    @MyTube4Utoo Před 21 hodinou

    I love this. My coding "skills" are right about "Hello, World." 😆 Just going over the code here and explaining what's going on helps tremendously.

  • @MyTube4Utoo
    @MyTube4Utoo Před 21 hodinou

    Really educational videos. Thank you.

  • @MyTube4Utoo
    @MyTube4Utoo Před 22 hodinami

    I love this stuff. 👍

  • @MyTube4Utoo
    @MyTube4Utoo Před 23 hodinami

    Cool.

  • @MyTube4Utoo
    @MyTube4Utoo Před 23 hodinami

    I felt like I was in the rodeo. *LOL*

  • @MyTube4Utoo
    @MyTube4Utoo Před 23 hodinami

    This is amazing! I just found your channel from a 'Talking Sasquach' video. I'll be binge watching your videos now. 😆

  • @MrDerekJamison
    @MrDerekJamison Před dnem

    Warning about PIN unlock... many devices will only allow a limited number of attempts (like I think iPhone is typically 6 attempts). After that they may display a warning dialog (which likely will get dismissed once your script presses Enter again). In some cases, it could even erase all of the files on the device!

  • @victoriaolejnik5363

    Hello, I can't find a link to download the data anywhere

  • @honestlocksmith5428

    Thanks!

    • @MrDerekJamison
      @MrDerekJamison Před 4 dny

      Thank you, I appreciate the support! Be sure to join my Flipper Zero Discord - discord.gg/k7WX7Be3Vy

  • @MrDerekJamison
    @MrDerekJamison Před 4 dny

    I was surprised how slow bit banging was in JavaScript! I decided to time instructions on my Flipper and on average each instruction takes about 80-100us (yes, I said 80000ns - 100000ns). But for protocols where you have a CLK/SCK wire, it's typically okay that things are running slow -- as long as there are only a few bytes of data.

  • @manolovalenzuela
    @manolovalenzuela Před 4 dny

    Haaaa I know that logic analyzer ❤

    • @MrDerekJamison
      @MrDerekJamison Před 4 dny

      I miss hanging out with you! Let me know if you need me to send you a MAX7219 display!

  • @urbezzubka
    @urbezzubka Před 4 dny

    Cool video 🔥

    • @MrDerekJamison
      @MrDerekJamison Před 4 dny

      Thanks! If you are in the USA, don't forget to enter the giveaway. (If you don't have a USA address but you use Discord, you can still enter the giveaway and I'll fall back to giving you a 1-month Nitro Discord code if you win).

  • @iandouglas3940
    @iandouglas3940 Před 6 dny

    Hello Derrek, where do I get the file "nameless passage" and how do I load it into the Flipper Zero? What folder in the Flipper Zero should this file go into? Or can I go to a site that downloads and installs it automatically--and what is the site address?

    • @MrDerekJamison
      @MrDerekJamison Před 4 dny

      At 1:52, I scanned a H10301 card with ID 65 73 D1 and saved it, which automatically made a random name of "nameless_passage.rfid". The contents of the file were the following... Filetype: Flipper RFID key Version: 1 Key type: H10301 Data: 65 73 D1

  • @iandouglas3940
    @iandouglas3940 Před 6 dny

    Hello Derek, I assume you are using third party firmware to give your flipper zero these abilities. Are you using Roguemaster or Dark Flipper? If not, what firmware are you using?

    • @MrDerekJamison
      @MrDerekJamison Před 4 dny

      In this video I was using Official firmware for this particular video. RogueMaster may have additional menu items under "Extra Actions" which allow setting T5577 data (used in other videos in this series). 5 months, so it's probably slightly different now. Feel free to join my Flipper Zero Discord if you have additional question or need help - discord.gg/k7WX7Be3Vy If you aren't writing blocks to T5577 chip, then Momentum is also a good option.

    • @iandouglas3940
      @iandouglas3940 Před 4 dny

      @@MrDerekJamison Hello Derek, after much fiddling I managed to create a file with 100 try out combinations in it and give the file a name I specified. Then I got the Flipper to chug through the 100 try out combinations. I was able to control the time delay between each try out; the maximum delay I chose was 3 seconds. This was what I was trying to do. I could not use letters in a combination; each combination was 12 digits; and at the end of the file I had to put a carriage return/line feed at the very beginning of the last line--with no other characters in the line. Of course, I have 10 billion billion combos to go. This experience might enable me to hack simpler locks. Thank you for your comments, which were about a different task (reading a key fob) but still useful.

  • @dj_johanna_joy
    @dj_johanna_joy Před 8 dny

    Traffic lights? 🤩

    • @MrDerekJamison
      @MrDerekJamison Před 8 dny

      Sure (sub-ghz or IR frequency based; but encoded data is not supported). Be sure you own the light and sensor (like in my video). Messing with public lights is a bad idea.

    • @dj_johanna_joy
      @dj_johanna_joy Před 6 dny

      @@MrDerekJamison Yes messing around with public lights is a bad idea but i cant help myself 😅

  • @MrDerekJamison
    @MrDerekJamison Před 11 dny

    Let me know your ideas for pin recovery? I was thinking of JavaScript to display pin (in Flipper isn’t locked)? I tried flashing firmware via SWD as well, but have a panic attack when DFU wouldn’t even work!!! I was able to SWD Official firmware to get it working again; but way too risky to mention in the video! 😅

    • @WillyJL
      @WillyJL Před 10 dny

      My go-to would have been editing the desktop scene check to accept wrong pin codes, and flashing with DFU. Or maybe just remove the line in Desktop service startup that locks with pin if the RTC flag is set, then DFU. Regardless, some very creative ideas you showed here and as always explained well and clearly. Thanks!

  • @bluegizmo1983
    @bluegizmo1983 Před 11 dny

    Damnit, does everyone use the Konami Code as their password?! 😂 I thought I was being unique when I used that on mine

    • @MrDerekJamison
      @MrDerekJamison Před 11 dny

      I probably should have changed my password before I made the video. 🤣

    • @nickwaah2702
      @nickwaah2702 Před 11 dny

      @@MrDerekJamisoni just realised now that using this code is not smart of me…..

    • @8________________D-
      @8________________D- Před 9 dny

      Same

  • @MrDerekJamison
    @MrDerekJamison Před 11 dny

    If you do have to reset your Flipper, you can edit your Dolphin progress so you don’t have to start over. Here are the reset directions… docs.flipper.net/basics/control#c_9ya

  • @MrDerekJamison
    @MrDerekJamison Před 11 dny

    Join my discord server at discord.gg/k7WX7Be3Vy

  • @kurupt213
    @kurupt213 Před 14 dny

    Can I use it to turn on/off wifi lights with the wifi dev adapter

    • @MrDerekJamison
      @MrDerekJamison Před 13 dny

      I doubt it, unless you gashed the WiFi with custom firmware that listened to lighting commands from the serial port. Similar to Marauder, but specifically targeted at your WiFi devices.

    • @MrDerekJamison
      @MrDerekJamison Před 13 dny

      It can do subghz to these… BN-LINK Wireless Remote Control... www.amazon.com/dp/B07FK5SP9H

  • @Thadopeera
    @Thadopeera Před 15 dny

    Mr. Jamison always delivers 🔥💪🏾

  • @nester6460
    @nester6460 Před 16 dny

    Great video as always

  • @EvilGPT
    @EvilGPT Před 16 dny

    DO NOT IGNORE THE LEGAL DISCLAMER

    • @MrDerekJamison
      @MrDerekJamison Před 13 dny

      Maybe AI trained at the law insider website? www.lawinsider.com/clause/disclamer

  • @coolergappney1943
    @coolergappney1943 Před 16 dny

    Im running unleashed and can read frequency with my hyundai key fob. It pops up as a kia seed. However i cant save anything. I can only view the serial number and stuff. The codes are rolling cpuld that be why i can't save?

  • @MrDerekJamison
    @MrDerekJamison Před 17 dny

    One person would like to be able to send data to an 8x8 matrix display in JavaScript. SPI device (MOSI, CLK, CS, 3V3, GND), it doesn't use MISO pin (the device doesn't give back any data). Maybe we can figure out how to bit-bang with JavaScript commands as the delay (need microseconds not milliseconds)? Or perhaps we can use `ffi` commands for this special case, similar to czcams.com/video/EtOZN3Rh47c/video.html but for SPI? I'm moving right now, but hopefully we will time to research later in July.

    • @Segphalt
      @Segphalt Před 8 dny

      The vast majority of spi devices do not care about timing unless it's too fast. So as long as you are clocking with your data it will probably work. I've transmitted data via spi to an LCD by actual hand using switches.

  • @MrDerekJamison
    @MrDerekJamison Před 17 dny

    One person has requested the ability to read and send IR codes. Sending seems doable, but without callbacks I'm not sure how well receive would work?

  • @mikrom
    @mikrom Před 17 dny

    okay, I got finally an idea for a script for my daily carry on device, but I am afraid I am in the dead end. I wanted to do a storm distance calculator. I got the whole UI part working, but struggling with measuring time. ChatGPT was trying to use Date() function, which did not work, then he suggested some other approaches, but we haven't found a working solution yet. (I would say just don't use any date/time but just milis like on arduino :) )

  • @johnnynirvana8514
    @johnnynirvana8514 Před 17 dny

    My man! Yes!

    • @MrDerekJamison
      @MrDerekJamison Před 17 dny

      Let me know if you create something. Also, if you run into issues, hopefully people in my Discord server can assist [as long as you tried following the steps in the video first]. discord.gg/k7WX7Be3Vy

  • @midoedo
    @midoedo Před 18 dny

    how can I decode or demodulate GFSK if I have IQ recording

    • @MrDerekJamison
      @MrDerekJamison Před 17 dny

      We can typically treat GFSK as 2FSK, and then perhaps as ASK (looking at the low freq - deviation below carrier) as present or not. But I don't know how to manipulate IQ files for even that simple case. I think a lot of my viewers would like to learn, so I might try to learn at some point. :) Some may already know, so you could try asking in my Discord server. discord.gg/k7WX7Be3Vy

    • @midoedo
      @midoedo Před 16 dny

      @@MrDerekJamison thanks a lot

  • @universalyardbird
    @universalyardbird Před 18 dny

    I found this VDO to be a refreshing change from the typical "here's how to write GenAI prompts". I was excited to see how Derek presented GenAI usage for an F0 platform/environment problem/opportunity in a manner that appeals to all levels of AI knowledge & experience. I plan to explore the use of a private uncensored LLM to obtain greater/richer output from submitted prompts (and avoid overly responsible LLMs that limit what I want to see & do)). For those of you not familiar with uncensored private LLMs, CZcams has some very good DIY vids for building a standalone LLM (Network Chuck and Talking Sasquach are two to explore). Now, there's a resource investment of time and some hardware to run the LLM and Bot, but I feel that this is an instance where the juice is definitely worth the squeeze (time invested to learn). Regarding the HW requirements: I've not found them to be that bad (or cost prohibitive) because one can use an older x86 laptop (i5) or a RasPi 5 and have a suitable and secure hosting environment for your own personal LLM (which can be segregated from the Internet for any security concerns). I've been using GenAI in my work as an IT Consultant for a couple of years now. What was most notable from the start of my GenAI journey was the first learning I encountered. This was for a two -approach process for engineering and submitting GenAI prompts. This two-approach process dealt with how you interact with the LLM and the types of prompts you coouold engineer (this is where I'd like to emphasize Derek's point about taking an iterative approach when encountering coding errors and refining prompts - btw, this is one of the two approaches). So the first approach is to engineer a near-perfect prompt that returns the best data and information possible (like a Big Bang implementation). This can require time due to the lengthy prompts and the prompts can be subject to typo/syntactical errors due to their size and complexity. The second appoach is the iterative - where you improve upon each interaction by refining your prompt based upon the data/info returned from your previous prompt. IMO, I find that the iterative approach works best as a way to continuously fine-tune the model and your prompt as you work your problem in a more disciplined and focused fashion. Also, over time one should see the effors pay off handsomely as results meet expectations with fewer errors (more on--target replies to submitted prompts). Thank you Derek for putting this content out here for all of us to learn from. I'd like to recognize the great production, superb voiceover and vocal cadence (it wasn't difficult o stay engaged and as a result, I've subscribed so I won't miss any future AI F0 productions you may drop). Peace

  • @gregorybassett1651
    @gregorybassett1651 Před 18 dny

    i love this device ans dont own oone yet every one is so grimmy about the price

    • @MrDerekJamison
      @MrDerekJamison Před 17 dny

      flipperzero.one/how-to-buy is the best place to buy. Lots of scammers will DM you but not actual give you a Flipper. That said, I do believe some people bought them thinking it would unlock everything and the devices they own aren't compatible (some KeeLoq, 5GHz, etc.) so they want to sell it because it's basically just a bad TV remote for them. Depending on why you want a Flipper, there are some inexpensive alternatives. Like M5Stack, etc.

  • @TalkingSasquach
    @TalkingSasquach Před 18 dny

    You had me at the twist transition

    • @MrDerekJamison
      @MrDerekJamison Před 17 dny

      Thanks for watching! It was strange doing the intro entirely from a script (especially one I didn’t write). At the end of the video I showed the AI script that was generated for me. 😀

  • @IG_ethical_mobilebrain_hacker

    ethical_mobilebrain_hacker 👆 is very reliable and top notch. I received my flipper zero with all the manual tutorial to simplify how it works! You're a genius ❤

  • @my-rules
    @my-rules Před 18 dny

    Thank you

  • @nickwaah2702
    @nickwaah2702 Před 18 dny

    Seems you’re using premium chatgpt account and still getting errors like me. It’s definitely not for beginners!

    • @MrDerekJamison
      @MrDerekJamison Před 17 dny

      It never gets it right the first try for me, which is what I hoped people would learn from my video. You actually have to try the script! I was using regular chatgpt but I only get like 10 back-and-fourth sessions before I have to wait 4 hours -- I subscribed for a month because I wanted to make the video that week. :) I'm super new to AI and was curious to see if it was even possible to get decent code for a non-programmer. Following my steps, the answer is yes, but you need those prompt files or else it is very difficult to get what you want. It was painful for me to tell it the "delay(100);" error, when I knew that wasn't the issue -- but it still ended up solving it! I also would usually give it more hints like I'd say "PA7" instead of "A7" or "pin 2" when doing GPIO. (But it will get there eventually even if you just say pin 2.) Even when the code is total fiction, it's interesting to ask yourself why the API doesn't work the way it predicted it would. Sometimes it can help improve your API (for the few of us that are exposing Flipper features to JavaScript).

  • @MRKuzya-ul3fb
    @MRKuzya-ul3fb Před 18 dny

    Еееее, Дождались 🍓 Thank you for the video

  • @user-ks6qr9qw7h
    @user-ks6qr9qw7h Před 18 dny

    Top notch quality video as always!

    • @MrDerekJamison
      @MrDerekJamison Před 17 dny

      Much appreciated! My wife was like "why is your intro so different" and encouraged me to add the ending to the video where I explain that AI made me do it. 🤣

  • @MrDerekJamison
    @MrDerekJamison Před 18 dny

    Which AI do you recommend for writing code?

    • @evertoaster
      @evertoaster Před 18 dny

      Claude 3.5 sonus is so hot right now. 😊

  • @urbezzubka
    @urbezzubka Před 18 dny

    Thanks So much ! I did the first method for whole day to create the app for max7219. This Is a life saver😅

  • @Savage.735
    @Savage.735 Před 18 dny

    Man that was awesome Tutorial 💯 👌 👍

    • @MrDerekJamison
      @MrDerekJamison Před 17 dny

      Glad you liked it! Hopefully you can have some back-and-forth sessions with chatgpt and make a cool script for Flipper! If you do, please post about it in discord (or as a new CZcams comment, so I see it)!

  • @MrDerekJamison
    @MrDerekJamison Před 18 dny

    Thanks for watching - See the video description for links to the training files & Discord invite! Also, let me know in the comments which missing features you want added to JavaScript.

  • @Savage.735
    @Savage.735 Před 18 dny

    Yes sir I'm here 👀 💯 👍

  • @Savage.735
    @Savage.735 Před 18 dny

    Yes sir I'm here and ready like a kid Walton candy❤❤👍

  • @urbezzubka
    @urbezzubka Před 18 dny

    Gonna be there 👍

  • @zabagar
    @zabagar Před 19 dny

    Disappointing video

    • @MrDerekJamison
      @MrDerekJamison Před 17 dny

      Thanks for the feedback. I've learned a ton since then about the Flipper Zero and the CC1101. Is there something in particular you were thinking it would be instead? (If it is Flipper Zero or CC1101 related maybe I can make a new video in the future that addresses the additional topics). If it's something unrelated, perhaps I can answer your questions in my discord server - discord.gg/k7WX7Be3Vy

  • @shy_doge
    @shy_doge Před 21 dnem

    I have a Chinese cloner that sets a password that I have no clue what it is, sadly that password feature from cfw doesn't have it so I cant remove it to rewrite the t5577

    • @MrDerekJamison
      @MrDerekJamison Před 21 dnem

      github.com/RfidResearchGroup/proxmark3/blob/master/doc/cloner_notes.md# lists some common passwords for cloners, but I think CFW already attempts all of those?

    • @shy_doge
      @shy_doge Před 21 dnem

      @@MrDerekJamison checking the repo for the cfw I am using on my flipper (github.com/Next-Flip/Momentum-Firmware/blob/dev/applications/main/lfrfid/lfrfid.c) it seems it doesn't try 2 of them, E0150A48 and 2D782308 but sadly its none of those either :/ the cloner in question is a xixei x7, cant find anything about it online.

    • @MrDerekJamison
      @MrDerekJamison Před 21 dnem

      @@shy_doge no idea. Maybe join iceman discord server and ask in rfid-cloners channel. Seems a few people have that cloner, hopefully at least one has a PM3 and figured out the password? discord.gg/PstRZRkq

    • @shy_doge
      @shy_doge Před 21 dnem

      @@MrDerekJamison alright I will check it later, thank you!

  • @MrDerekJamison
    @MrDerekJamison Před 21 dnem

    In my video we use ChatGPT. I'm curious to see how well the training files work in other AI engines, like Claude, Gemini, etc.

  • @Savage.735
    @Savage.735 Před 21 dnem

    Yes sir I'm gonna be there 👀👍👍👍💯💯

  • @MRKuzya-ul3fb
    @MRKuzya-ul3fb Před 21 dnem

    Wow, very interesting 🍓

    • @MrDerekJamison
      @MrDerekJamison Před 21 dnem

      Thanks. It was fairly easy to create the ADC methods for the GPIO library and Willy did an awesome job integrating it into Momentum firmware quickly. I really appreciate that he modified the behavior of the methods to act more consistent with other JavaScript APIs that you can "require(...)", so it's hopefully intuitive how to use it. I updated my wiki on JavaScript -- github.com/jamisonderek/flipper-zero-tutorials/wiki/JavaScript

  • @MrDerekJamison
    @MrDerekJamison Před 21 dnem

    Can't wait for the full video??? Written directions and my training files on my Flipper Zero GitHub... github.com/jamisonderek/flipper-zero-tutorials/tree/main/js/ai