SR-25 homemade HPA engine with Bluetooth FCU update - 50rps and more :)

Поділитися
Вставка
  • Опубліковано 26 сер 2024
  • Update on HPA-related progress. I've dropped this in the SR-25 now and it feeds and shoots flawlessly with the Lonex hop unit and r-hopped barrel.
    The engine is based off Kuba's design, adapted for the SR-25 gearbox and simplified a bit.
    It uses a basic 3/2 NC solenoid valve and a spring to return the nozzle, so it's not that efficient. Working on an air return design that will use a MAC bullet valve (pretty similar to the Wolverine engines), which will be a lot more powerful, efficient, quiet, and all fit inside the gearbox shell.
    The coil engine needs some design changes to be more efficient and run on 11.1V LiPos (currently needs two 9.9V LiFePO4s in series to operate).

КОМЕНТАРІ • 43

  • @airsoftargonaut3738
    @airsoftargonaut3738 8 років тому +2

    Nice to hear an English voice behind this project! Great work

  • @FreedomAirguns
    @FreedomAirguns 2 роки тому +4

    That's actually awesome. You should make some drop in kits and sell them!

  • @No1sonuk
    @No1sonuk 7 років тому +1

    An option I like on my GATE Titan is burst/auto mode in the auto position.
    This basically fires the n-round burst then looks at the trigger - if the trigger is still pulled, it just carries on firing auto with no discernible delay.
    This means if you just flick the trigger, it fires an n-round burst, but if you hold the trigger, it fires full auto.

  • @JanHoving77
    @JanHoving77 5 років тому +4

    Hello, I have a question. Is the Bluetooth/Arduino code already available? Would like to build something like this myself.

  • @No1sonuk
    @No1sonuk 8 років тому +3

    I'd be interested to know the details of the valve, FCU, etc. please.

  • @vp1xel687
    @vp1xel687 Рік тому

    Hey there i was wondering if i could get the Arduino Sketch for this? and the name of the app being used as i am trying to make a project similar to this.

  • @TheGiuse45
    @TheGiuse45 5 років тому +1

    Hi, those solenoid valves say min activation time is 0.05 s so max 20 rps...
    How are you getting 50 rps?

  • @laurynasmazeika3351
    @laurynasmazeika3351 6 років тому +1

    Hey man, how long is the signal to open the solenoid valve? (How long you keep it opened?)

  • @ianisciuperca
    @ianisciuperca 3 місяці тому

    Can you make a video where you assemble it?

  • @pizzatimecomedy3403
    @pizzatimecomedy3403 8 років тому

    This is so cool!

  • @2roti
    @2roti 5 років тому

    With the small sizes of the new lipo are you having in mind to go further with the coil project? Nice job

  • @jorgevargas3483
    @jorgevargas3483 4 роки тому

    is it possible for you to share the details of this electromagnet coil?

  • @TheDjjeanb
    @TheDjjeanb 6 років тому +1

    hey great job, any chance you release the arduino sketch and android app?

  • @koplandavid
    @koplandavid 7 років тому +1

    can you drive solenoid directly from the arduino nano?

    • @Snakebitey
      @Snakebitey  7 років тому

      David Koplan you need a driver, like a MOSFET - the Arduino can only supply ~40mA itself.

    • @koplandavid
      @koplandavid 7 років тому

      Hey I recreated the design.... and have problems getting the info through the bt module. Could you send me the arduino sketch it would be really helpful.

  • @BERESHIDA2008
    @BERESHIDA2008 8 років тому

    any uptade on this design will be nice

    • @Snakebitey
      @Snakebitey  8 років тому

      It works, I posted a scopecam vid of it a lil while back too. I'll be working more on the electromagnetic engine soon.

  • @jiachunyuan8742
    @jiachunyuan8742 8 років тому

    amazing

  • @koplandavid
    @koplandavid 7 років тому

    how much pressure do you need for solid fps?

  • @maunladbalesandusedclothin3227
    @maunladbalesandusedclothin3227 4 місяці тому

    can you share the code

  • @leighhodson6800
    @leighhodson6800 7 років тому

    Thats running nicely. Any chance you might share your arduino sketch?

  • @BelgianWaffleAirsoft
    @BelgianWaffleAirsoft 8 років тому

    i got an a&k sr25 just laying around here doing nothing so this would be insta buy for me!

  • @nutzerab18
    @nutzerab18 8 років тому

    Nice :)

  • @BackdraftAirsoft
    @BackdraftAirsoft 2 роки тому

    what fps does this get?

    • @Snakebitey
      @Snakebitey  2 роки тому

      It's capable of 550 fps with 0.20 g at the max pressure the valve can handle. It wasn't the most efficient engine though and liked to tear up hop buckings if it wasn't perfectly aligned. I rebuilt the SR-25 later with a small HPA tank in the stock and a Wolverine Reaper engine to get the most out of it. Got a video on that on the channel.

    • @BackdraftAirsoft
      @BackdraftAirsoft 2 роки тому

      @@Snakebitey What solenoid do you use? My engine isnt even close to that fps. It caps out between 250 and 280 with .28g bbs at 120 psi.

    • @Snakebitey
      @Snakebitey  2 роки тому

      @@BackdraftAirsoftI think it's an airtac 3V110-06 with 12 Vdc coil

  • @Nazrac79
    @Nazrac79 7 років тому

    Any chance I can get the source to your FCU?

    • @Snakebitey
      @Snakebitey  7 років тому

      Charles Estes It's a bespoke script I wrote to go with the Bluetooth app, so won't mean anything by itself. it's being constantly revised so when I'm on a more final version I'll publish it all!

    • @Nazrac79
      @Nazrac79 7 років тому

      Mainly I wanted the arduino sketch. I want to see how you handled semi auto. My program is IMHO not that great. I am used to ladder logic and if I put a PLC in there I could make it do all sorts of things, but...

    • @Snakebitey
      @Snakebitey  7 років тому +1

      Charles Estes I use a while loop that stays looping while the trigger is held - it just can't continue the script until the trigger is released. It might not be the best way but it works...

    • @Nazrac79
      @Nazrac79 7 років тому +1

      No I actually like that better than my way. I was setting a bit and then doing a goto bypassing the main script until the trigger is released. Kinda a latch and unlatch.

  • @---GAME-MANIA----
    @---GAME-MANIA---- 8 років тому

    Hi!
    looks cool.
    I also rework my Gear to Hpa.
    please give a link to the sketch and the name of the program on your phone to control the Arduino, or where it can be downloaded.
    thank you in advance.

  • @jessecowle4070
    @jessecowle4070 7 років тому +2

    Neat stuff. If you're interested you should check out my facebook page ( cowle airsoft) lots of homemade hpa engines.

  • @rangerup100
    @rangerup100 6 років тому

    Hello, my name is Kevin Forney, you may recognize my name from the KC02 Facebook page if you are on it, I am working on an ambitious HPA project and I’m not great with electronics. I am looking for some help on the electronic portion of it. If you would be willing to i would greatly appreciate it. Thanks in advance

    • @Snakebitey
      @Snakebitey  6 років тому

      Heya - I do indeed, I have one of your pistons in my KC-02 :) I'd love to help out but I won't have time for a new project for a few months. Please let me know if you have some questions though and I'll do my best to help out!

    • @rangerup100
      @rangerup100 6 років тому

      Snakebitey thank you for the response! If you could send me a friend request on Facebook I would love to discuss the project with you. It will be a few months till I’ve finished the mechanical part of the kit so I’m in no rush. Thanks again!

    • @Snakebitey
      @Snakebitey  6 років тому

      Clarksville, Tennessee?

    • @rangerup100
      @rangerup100 6 років тому

      Yessir!

    • @Snakebitey
      @Snakebitey  6 років тому

      Incoming :)

  • @GenuwineG
    @GenuwineG 4 роки тому

    I’ll give you $ 9.95