From 2ac1e83a33d05de01127b7607cfc872c606be925 Mon Sep 17 00:00:00 2001 From: Jacques Gagnon Date: Mon, 20 Jul 2020 12:02:41 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f58214d6..a7ad643e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # BlueRetro BlueRetro is a multiplayer Bluetooth controllers adapter for various retro game consoles. ![BlueRetro](https://cdn.hackaday.io/images/5806801590105510986.jpg) -Lost or broken controllers? Need those rare and obscure accessories? Just use the Bluetooth devices you already got! The project is open source hardware & software. It's built for the popular ESP32 chip. All processing for Bluetooth and HID input decoding is done on a single core which makes it easy for other projects to use the Bluetooth stack within their own project as long the application is running on the other core. It's a spiritual successor in some way to my https://github.com/darthcloud/cube64-dx project fork. This is my wildcard entry to the #2020HACKADAYPRIZE +Lost or broken controllers? Reproduction too expensive? Need those rare and obscure accessories? Just use the Bluetooth devices you already got! The project is open source hardware & software. It's built for the popular ESP32 chip. All processing for Bluetooth and HID input decoding is done on a single core which makes it easy for other projects to use the Bluetooth stack within their own project as long the application is running on the other core. Wii, Switch, PS3, PS4, Xbox One & generic HID Bluetooth devices are supported. Saturn, N64, GameCube & Dreamcast are supported with simultaneous 4+ players using a single adapter. Soon Atari 5200, NES, SNES, Genesis/Megadrive, PSX, PS2, PCE.... +This is my wildcard entry to the #2020HACKADAYPRIZE See [Hackaday.io page](https://hackaday.io/project/170365-blueretro) for detail on BlueRetro projet.