esp_8_bit icon indicating copy to clipboard operation
esp_8_bit copied to clipboard

replace bt-stack with bluekitchen or BlueRetro

Open sansaloneverretn opened this issue 5 years ago • 3 comments

Is there any chance to replace bt-stack with https://github.com/bluekitchen/btstack ??? https://gitlab.com/ricardoquesada/unijoysticle2/blob/master/docs/supported_gamepads.md

please rewrite video_out.h for esp-idf framework.

sansaloneverretn avatar Sep 23 '20 20:09 sansaloneverretn

The problem with bluetooth is memory usage.

My understanding is this project implements the minimum bluetooth code needed to support the controllers it supports.

bootrino avatar Sep 23 '20 21:09 bootrino

ok, what about another bt-stack like: https://hackaday.io/project/170365-blueretro/log/178249-learning-bluetooth-classic-bredr-with-hci-traces made by WiFi Linux driver developer ??? Jacques Gagnon: For BlueRetro I decided to write my own "minimal" stack talking to the BT controller directly via the ESP32's VHCI interface. My reasoning for doing so was that I knew nothing about Bluetooth and duplicating what I was seeing in the HCI traces directly to the controller looked easier and faster than learning a particular stack API... https://github.com/darthcloud/BlueRetro

sansaloneverretn avatar Sep 23 '20 22:09 sansaloneverretn

I suspect you'll have to write the code yourself if you want this.

bootrino avatar Oct 01 '20 03:10 bootrino