Seite 2 von 2

Re: Early Coding schon verfügbar

Verfasst: 09 Jun 2021, 13:50
von kräml
Hallo,

mal was positiver. Mit meinem Handy geht es, wenn man den roten Pfeil trifft. Somit sollte die Technik gehen. Super.

Die Frage für mich wäre, wo der Fehler im/am PC sitzt. Eine Verbindung mit der Bash kann ich mit dem BT Adapter machen. Mit Chrome nicht. Die Google Beispiele gehen auch nicht. UND JA ich hab in Chrome Bluetooth Enabled. Mit Rootrechten lässt sich Chrome nicht starten.

gruß Kräml

Re: Early Coding schon verfügbar

Verfasst: 10 Jun 2021, 07:53
von MasterOfGizmo
Ok, das Sandbox-Root-Thema habe ich hier auch. Aber als Standard-User habe ich keine Probleme und ich habe auch nie drüber nachdenken müssen, welche Chrome-Version oder -Variante ich nehme. Die haben immer alle funktioniert.

Es ist ja immer lustig, was man dabei so nebenbei findet. Nach Deiner Frage nach anderen Seiten habe ich die hier gefunden: https://github.com/WebBluetoothCG/demos ... ed-display. Das Gerät, das sie da nutzen ist teuer (>80$) und wird wohl nicht mehr hergestellt. Aber ich hatte noch ESP32 und ein 8x8-ws2812b-Array rumliegen. Damit kann man sowas leicht nachbauen. Und die Kinder spielen jetzt mit Begeisterung Montags-Pixler. Einer malt mit dem Handy auf dem Display und die anderen raten.

Re: Early Coding schon verfügbar

Verfasst: 10 Jun 2021, 10:06
von kräml
Hy,

schönes Projekt. Werde ich mir mal anschauen, wenn ich das Web-Bluetooth hier zum Laufen bekomme.

Werde mir mal eine BT-USB Dongle zulegen. Hat da jemand eine Empfehlung?

Gruß Michl

Re: Early Coding schon verfügbar

Verfasst: 10 Jun 2021, 18:41
von MasterOfGizmo
Hab' mal alles zum Nachbau dokumentiert:

https://github.com/harbaum/dotlite

Re: Early Coding schon verfügbar

Verfasst: 10 Jun 2021, 18:48
von Karl
Hallo MoG,
welches ESP32-Modul wird hier verwendet ?
Es gibt doch viele Typen davon, z. B. WROOM und einige andere.
Kann man diesen Typ auch problemlos verwenden ? Blicke da nicht so richtig durch.
https://www.ebay.de/itm/174790810396?_t ... %3A2334524

Re: Early Coding schon verfügbar

Verfasst: 10 Jun 2021, 19:04
von MasterOfGizmo
Da dürfte praktisch jedes ESP32-Board gehen. Das was Du da verlinkst scheint ja sogar genau das zu sein, das ich verwende.

Re: Early Coding schon verfügbar

Verfasst: 10 Jun 2021, 21:19
von Karl
Hallo MoG,
danke für die Antwort.

Re: Early Coding schon verfügbar

Verfasst: 09 Nov 2021, 22:20
von rubem
Hi,
MasterOfGizmo hat geschrieben:
08 Mai 2021, 20:39
I already had similar code under https://github.com/harbaum/WebBTSmart. Here, too, you can see how to address the ft controllers directly from the browser.
Great code! It doesn't even need a server, everything is done in JavaScript. Brilliant. Wouldn't it be easy to adapt it to run on MakeCode for micro:bit, which is JavaScript-based? I imagine I could then wire the micro:bit to a used PC gamepad and control simple models via Bluetooth. Is this possible?

Thanks in advance,

Rubem

Re: Early Coding schon verfügbar

Verfasst: 10 Nov 2021, 10:35
von MasterOfGizmo
rubem hat geschrieben:
09 Nov 2021, 22:20
I imagine I could then wire the micro:bit to a used PC gamepad and control simple models via Bluetooth. Is this possible?
If the micro:bit supports BLE why not? Just give it a try!

Re: Early Coding schon verfügbar

Verfasst: 10 Nov 2021, 15:04
von rubem
Hi MoG,
If the micro:bit supports BLE why not? Just give it a try!
Yes, the specs say "Bluetooth 5.1 with Bluetooth Low Energy(BLE)", so it will probably work. I hope it's not too difficult!

Thanks,

Rubem