Page 1 of 1
PS4 + BT + PC
Posted: Wed Mar 18, 2015 8:19 am
by Ecko
Is the teensy needed if you have an Arduino Uno or
http://www.ebay.ie/itm/310634777706?ssP ... 1438.l2649
Thanks
Ecko
Re: PS4 + BT + PC
Posted: Wed Mar 18, 2015 8:57 pm
by Ecko
Do I need a usb to uart adapter if i have a teensy or the Arduino Leonardo
Re: PS4 + BT + PC
Posted: Fri Mar 20, 2015 8:20 am
by Matlo
When using a bluetooth dongle you need a Teensy (or similar), but you don't need a USB to UART adapter.
An Arduino Leonardo can be used to replace the Teensy. But it's not compatible with the Teensy loader, which means you have to find a way to program it (the official Arduino software does not allow to upload hex files). You can try with the
Arduino Builder tool, but I can't guarantee it will work, and you may not be able to upload any other firmware after that...
Re: PS4 + BT + PC
Posted: Sat Mar 21, 2015 8:09 am
by Ecko
Thanks for the help

Re: PS4 + BT + PC
Posted: Sat Mar 21, 2015 10:17 am
by Ecko
What HEX firmware files do I use for the Arduino linked before?
Re: PS4 + BT + PC
Posted: Sat Mar 21, 2015 10:24 am
by Matlo
The Leonardo embeds an ATmega32U4 chip.
Re: PS4 + BT + PC
Posted: Sat Mar 21, 2015 2:00 pm
by Ecko
So do I not need to flase any new firmware?
Re: PS4 + BT + PC
Posted: Sat Mar 21, 2015 4:45 pm
by Matlo
Re: PS4 + BT + PC
Posted: Thu Apr 02, 2015 3:28 pm
by shatterstar78
You can use Flip to flash the Arduino.
Re: PS4 + BT + PC
Posted: Mon May 04, 2015 3:28 pm
by Ecko
Thanks