Flipper-Zero: Introduction to JavaScript for Analog Sensors!

Sdílet
Vložit
  • čas přidán 29. 08. 2024

Komentáře • 15

  • @MrDerekJamison
    @MrDerekJamison  Před 2 měsíci

    Join my Discord server for more Flipper Zero conversation. Also, the current Discord giveaway is for a M5STACK CARDPUTER (ends in 10 days) - not really Flipper Zero, but I think there is a good overlap of interest!!! discord.com/invite/NsjCvqwPAd
    My previous video that explains the hardware is at czcams.com/video/xRCe_3W-WAk/video.html

  • @Savage.735
    @Savage.735 Před 2 měsíci +2

    From the beginning till the end nice watching your Tutorials👍👍👍

    • @MrDerekJamison
      @MrDerekJamison  Před 2 měsíci +2

      Traffic seems to have dropped on my video tutorials. It’s nice to know that you still find them helpful. My wife was just saying maybe 125 videos on the Flipper is enough. She is amazing and reviews each video and gives me feedback from a non-programmer perspective, which improves the final video I release. 🤣
      We know the thumbnail images suck, but maybe that’s my brand now? 😂

  • @Savage.735
    @Savage.735 Před 2 měsíci +2

    Man I must say you R amazing person and very smart and the way you do it in details makes it easy to follow thanks for being here for us all 👍 👍👍👍

    • @MrDerekJamison
      @MrDerekJamison  Před 2 měsíci +2

      Thanks, I appreciate your comment. JavaScript is still fairly limited, but you can do some interesting things with it on the Flipper. It’s really cool that you can use notepad or whatever editor you have without needing ANY configuration!
      Next week I was planning on doing a demo of using native code instead, so existing Flipper app developers and leverage the information!

  • @chalycanmonroe
    @chalycanmonroe Před 2 měsíci +2

    Thank you Thank you the Heroes of Versailles

    • @MrDerekJamison
      @MrDerekJamison  Před 2 měsíci +1

      Let me know if you create a cool script using an analog sensor!

  • @MRKuzya-ul3fb
    @MRKuzya-ul3fb Před 2 měsíci +2

    Wow, very interesting 🍓

    • @MrDerekJamison
      @MrDerekJamison  Před 2 měsíci +2

      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

  • @HVAC_Tips_Tricks_Calcs
    @HVAC_Tips_Tricks_Calcs Před 2 měsíci +1

    Excellent! Love your channel, even when sometimes it’s way over my head :)

    • @MrDerekJamison
      @MrDerekJamison  Před 2 měsíci +2

      Glad you enjoy it! Be sure to join the Discord server discord.com/invite/NsjCvqwPAd and you can ask clarifying questions there.
      Getting the Flipper to display the voltage is fairly easy (just copy those few lines of code from the first 2 minutes of the video) and then instead of building a voltage divider circuit, connect three wires into A7, GND and 3V3. Be sure the GND and 3V3 wires do not touch each other. With one hand, touch either GND or 3V3 wire. With the other hand, touch A7 wire. You should be able to control the voltage values based on how you are squeezing the ends of the wires!!!

    • @HVAC_Tips_Tricks_Calcs
      @HVAC_Tips_Tricks_Calcs Před 2 měsíci +1

      @@MrDerekJamison thanks.

  • @MyTube4Utoo
    @MyTube4Utoo Před měsícem

    Really educational videos. Thank you.

    • @MrDerekJamison
      @MrDerekJamison  Před měsícem

      Thanks for watching & commenting! I was super excited when they added the ability to read analog sensors by the Flipper Zero. (We had an open-source oscilloscope program, but it used the LL libraries, which is a ton of low-level code and easy to make a mistake). Hopefully people will watch some of my videos and then create new applications for the community! If you need help, I'm typically available in Discord (discord.gg/k7WX7Be3Vy).