Arduino Bluetooth Keyboard Adapter

Поделиться
HTML-код
  • Опубликовано: 26 май 2017
  • Made an Arduino Bluetooth Keyboard Adapter, it's awesome for traveling (assuming TSA checkpoint let you through, LOL). I can connect my mechanical keyboards to iPhone, smart TV, and tablets.
    Convert a USB keyboard to work over BLUETOOTH!
    GitHub/Code: github.com/ibNai/BTKBAdapter
    PARTS:
    - Arduino Pro Mini 3.3V
    - USB Host Shield (mini)
    - FT232RL FTDI Serial Adapter
    - HC-05, HC-06, or RN-42
    - Adafruit PowerBoost 500C
    - 2500mAh Lithium Ion Polymer
    - SPST/SPDT Switches
    - Altoids Tin
    I modified the Power Reduction Register (PRR) to get a bit more battery saving...
    #include avr/power.h
    ADCSRA = 0; // disable ADC by setting ADCSRA register to 0
    power_adc_disable(); //disable the clock to the ADC module
    Instagram: / ib_nai
    Facebook: / ib.nye
    THANKS TO:
    -------------------------
    Evan Kale (EvanKale91)
    / evankale91
    Juan Garcia (DastardlyLabs)
    / @dastardlylabs
    mitxela (mitxela.com)
    mitxela.com/projects/bluetoot...
  • РазвлеченияРазвлечения

Комментарии • 84

  • @kale
    @kale 7 лет назад +52

    It's beautiful

    • @n41n9
      @n41n9  7 лет назад +3

      thx! love your videos, Evan.

    • @Saranggames
      @Saranggames 7 лет назад +2

      Evan Kale please give the firmware file of rn42

    • @shubhamshukla167
      @shubhamshukla167 6 лет назад

      i am really fam of your evan

    • @chantillystreet7239
      @chantillystreet7239 3 года назад +1

      Evan Kale we need you back man

    • @zh411001
      @zh411001 3 года назад

      @@Saranggames
      Highlighted reply
      maverick7376
      38 minutes ago
      ​ @hossein parahi easy upload io m uz4608
      1) remove the space between "easy" and "upload"
      2) add a dot between "upload" and "io"
      3) add "/" between "io" and "m" and between "m" and uz4608
      password: rn42

  • @brenodonascimentosilva507
    @brenodonascimentosilva507 3 года назад +1

    Great job, it looks pretty neat

  • @wayneshephard
    @wayneshephard 4 года назад

    Clever fellow, I wish I could do that with my sim button box, been pulling hair out for weeks

  • @kaelthassunstrider4559
    @kaelthassunstrider4559 7 лет назад +1

    Awesome :)

  • @muchless
    @muchless 4 года назад

    What switches do you use? Sounded great

  • @prettyboycat8278
    @prettyboycat8278 5 лет назад

    diggin the keyboard tho

  • @cesarbordallo8997
    @cesarbordallo8997 6 лет назад

    Excellent job! Could you please tell us how long does the battery last?

  • @MrPaktorex
    @MrPaktorex 4 года назад

    I love this project. Let's do this ^^

  • @techenespanol601
    @techenespanol601 5 лет назад +2

    Hi Naing, Thanks for the videos! I have done everything right! but when I connect the bluetooth to my device and star typing I don´t receive letters but ASCII code, for example, if I type "T" I receive: DN. :17; ASCIIç T UP. :17. Any Ideas?

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

    You could make one like this to use a keyboard and mouse at the same time, and there would also be some way to also have a sound input and output to use a headset, I'm trying to do a test to use it on my cell phone to play

  • @bayramdurak3807
    @bayramdurak3807 7 лет назад +1

    What's the voltage value of 2500mAh Lithium Ion Polymer battery and what branded keyboard did you use? Good work, keep it up.

    • @n41n9
      @n41n9  7 лет назад +2

      Bayram Durak thx! About 3.7v, but it goes thru a boost converter for 5v output to mcu and keyboard. Keyboard's a FaceW

  • @sonnylaze
    @sonnylaze 2 года назад

    this is what im looking for, but i dont understand anything, new at this kind of things, trying to enter the DIY keyboard things to make keyboard that fits my needs

  • @majinkeyboards
    @majinkeyboards 3 года назад

    So im just guessing (from the near light speed of events that just happened) that you flashed hc-06 with rn42, then hooked everything all up, correct?

  • @CashMoneyCrane
    @CashMoneyCrane 5 лет назад +5

    Someone's been watching Evan Kale

  • @mrbrush
    @mrbrush 6 лет назад +1

    Is it a good idea to place a bluetooth device in a faraday box?

  • @thmyblu
    @thmyblu 2 года назад

    Hey! Tiny question. Does this affect to N-Key rollover and if yes, what causes that limitation?

  • @TokwaTofu
    @TokwaTofu 6 лет назад +2

    would this work with keyboards with FN functions?

  • @wrxsubaru02
    @wrxsubaru02 5 лет назад

    How hard would it be to take apart a bluetooth keyboard and a normal keyboard to then swap over the bluetooth parts to the usb keyboard? I have a shitty bluetooth keyboard that i want to use parts from to convert a usb keyboard. Any idea if this is possible or not?

  • @manishswami7512
    @manishswami7512 Год назад

    what is that clay like thing he uses? is super helpful while soldering

  • @pao4993
    @pao4993 4 года назад

    I'm currently doing this project and accidentally bought a 5V arduino pro mini instead of 3.3V, would this affect anything?

  • @J0BL3SS
    @J0BL3SS 6 лет назад

    We can use any usb device?
    usb flash drives and otherthings?

  • @deddytriwahyudi7930
    @deddytriwahyudi7930 6 лет назад

    after finished uploading sketch, at serial monitor start, no response from keyboard. what could be the problem?

  • @mazedesignstudio
    @mazedesignstudio 7 лет назад +1

    Really Interesting, but I am confused when uploading RN42 file to HC05 Module. Can you tell me the arrangement of cables from FTDI to HC05? Please!

    • @n41n9
      @n41n9  7 лет назад

      sorry for not replying early, you should take a look at mitxela blog...
      mitxela.com/projects/bluetooth_hid_gamepad

    • @mazedesignstudio
      @mazedesignstudio 7 лет назад

      Okay, I'll see it. thanks for the information

  • @benzenekim2526
    @benzenekim2526 5 лет назад

    Is it possible to make this one with just using Usb Female Port and Arduino ? I want to use my keyboard as a input device

  • @drinkOO
    @drinkOO 2 года назад +2

    Could you just use an esp32 to do the job?

  • @rafaelriverol9361
    @rafaelriverol9361 3 года назад

    what would i have to do to convert this to usb-c instead of the old android charger

  • @manaylodha
    @manaylodha Год назад

    i am trying something similar but instead of battery it is connected to the computer itself by USB and works normally but switches on a key press to Bluetooth for working with an iPad/iphone so what can I do to make that work like that?

  • @PillsG1
    @PillsG1 3 года назад

    Hello, a very interesting project. You can please the connection diagram. Thank you.

  • @tanyoongsheng6968
    @tanyoongsheng6968 6 лет назад

    do these work with controller like xbox one controller?

  • @marceldavis3628
    @marceldavis3628 3 года назад +2

    isnt there a easier way`?
    I want to handwire a planck-like Keyboard, and want to build this kind of bluetooth converter in it( so it needs to be a little more compact)
    i have a hc-o5 , a second pro micro and a usb splitter instead of the shield .
    I am not worring about the battery and the batterycharger Board yet .
    I am not that good at electronics and i want to keep it simple ...(I only build a corne Keyboard w/ qmk yet)

    • @Dav_Wilson
      @Dav_Wilson 3 года назад +1

      This is what I’m trying to do too. Did you find a way to do it easily?

  • @vicentcarro
    @vicentcarro 5 лет назад +1

    This is sick, please go kickstarter!

  • @rizkhiarzaki8619
    @rizkhiarzaki8619 4 года назад

    How long does the battery life?

  • @kadirtunc4664
    @kadirtunc4664 3 года назад

    Can we do this to our mouses ?

  • @hieu4987
    @hieu4987 5 лет назад

    Does it work with raspberry pi ?

  • @sounddrill
    @sounddrill Год назад

    Does this work with controllers too? Xinput

  • @Neo71
    @Neo71 2 года назад

    can you make the same for a mouse?

  • @rodrigogarciapadilla4701
    @rodrigogarciapadilla4701 3 года назад

    ¿What is the name of the microcontroller red that you use in 0:34?

    • @buildert
      @buildert 3 года назад

      Look in the description of the vidéo

  • @NeerajKumar-zu4vg
    @NeerajKumar-zu4vg 7 лет назад

    can you please provide connection diagram.

  • @andyregan7889
    @andyregan7889 3 года назад

    Can I just buy something like this?

  • @saad02750
    @saad02750 2 года назад

    May i use Adafruit XI 6009

  • @ryanchung123
    @ryanchung123 6 лет назад

    Is there a way to integrate this into a keyboard so it wont stick out?

    • @fazalali2894
      @fazalali2894 6 лет назад

      Sure. Some 3D printing later, you can arrange them linearly. Or you could just connect the mint box directly and make that look pretty with design. I would doubt there's enough space to open up the keyboard and put the components inside.

  • @myWareg
    @myWareg 7 лет назад

    Please tell me how this keyboard is called its so pretty

    • @n41n9
      @n41n9  7 лет назад

      myWareg it's a custom built FaceW 60% keyboard with vortex keycaps

  • @compteyoutube8421
    @compteyoutube8421 Год назад

    Schematic ?

  • @francis5983
    @francis5983 7 лет назад

    hey what switches are you using on this keyboard ?

    • @n41n9
      @n41n9  7 лет назад

      Jean Moul Gateron Black

    • @francis5983
      @francis5983 7 лет назад

      oh ok thanks

  • @timofeev_oleg
    @timofeev_oleg 6 лет назад

    Is it possible to order this device somethere ? // Russia

    • @user-yt2oj8ve9x
      @user-yt2oj8ve9x 6 лет назад

      О,не ожидал увидеть здесь русского

  • @bidomo
    @bidomo 3 года назад

    what kind of clay is that

  • @rituhindwan8780
    @rituhindwan8780 3 года назад

    Please give circuit diagram

  • @sto2779
    @sto2779 3 года назад

    theres no other way that is 10000% easier to program with out a laundry clip?

  • @inferno6012
    @inferno6012 5 лет назад +1

    i am too stupid to understand it without a diagram

  • @zh411001
    @zh411001 3 года назад

    Can you send me the rn41 files I couldn’t find them anywhere

    • @zh411001
      @zh411001 3 года назад

      @@maverick7376 yes

    • @zh411001
      @zh411001 3 года назад

      @@maverick7376 couldn’t complete my project

    • @zh411001
      @zh411001 3 года назад

      @@maverick7376 thank you

    • @zh411001
      @zh411001 3 года назад

      @@maverick7376 u saved a project for me that i have given up on . tnx got it

  • @sv0205
    @sv0205 5 лет назад

    Can we Use 4.0 BLE Module For Bluetooth Keyboard Instead of HC-05 Module ???? Plz rply fast

    • @sv0205
      @sv0205 5 лет назад +1

      Plz Rply Bro Can We HM-10 BLE Instead of Hc-05 Bluetooth Module ????

    • @DrZipZwan
      @DrZipZwan 5 лет назад

      @@sv0205 also interested by the answer.

    • @sv0205
      @sv0205 5 лет назад

      Saad Ghandour @ Can u Plz Suggest Me ?

    • @DrZipZwan
      @DrZipZwan 5 лет назад +1

      @@sv0205 yes you can use HC-10 module, from what I read those module can handle HID KEYBOARD. so just got to reprogram them with HID KEYBOARD.

    • @sv0205
      @sv0205 5 лет назад

      @Saad Ghandour Thnkyu soo much bro.....
      & 1 more thng.
      As we all know Hm-10 Is a Ble Version 4.0
      &
      Bluetooth BLE midi keyboard 🎹 Works on BLE Modules but Doesn’t support HM-10 ble Module To send midi Msg via Bluetooth ....
      So my Qtn is Can we Use HM-10 (BLE ) Module To work as Bluetooth midi keyboard 🎹.......by upgrading hM-10 Firmware or something like that bcz ths is also BLE Module & Version 4.0 .....???? If Not Thn Plz Suggest Me a cheaper Module Which supports Midi over Bluetooth ble....
      & Tnx again

  • @ashwinpoojari3540
    @ashwinpoojari3540 4 года назад

    Can I use nano instead of mini?????!!!?? Reply fast....

  • @Dormat25
    @Dormat25 2 года назад

    But, why? What's a good use case for attaching an expensive keyboard via bluetooth to a phone? Buy a Logitech K400r and plug the dongle directly into the phone. DONE.