Telemetrieanzeige in AR Brille

  • Nobby
  • Nobby's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 131
  • Thank you received: 71

TPL_KUNENA_MESSAGE_CREATED Telemetrieanzeige in AR Brille

03 Dec 2023 15:53
#1
Hallo zusammen,

von VSpeak gibt es ein Modul zum Darstellen der Telemetrie von Jeti Sendern in einer AR Brille. Das Modul wird in den Sender eingebaut und wird über eine LUA App eingestellt. Leider sieht es so aus, als könne man es allerdings nicht nutzen, wenn die Erweiterungsplatine eingebaut ist, da das Modul an die rote P1 Buchse angeschlossen wird.

www.vspeak-modell.de/de/glasses-module

Gruß
Norman

Please Log in or Create an account to join the conversation.

  • nichtgedacht
  • nichtgedacht's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 121
  • Thank you received: 62

TPL_KUNENA_MESSAGE_REPLIED_NEW Telemetrieanzeige in AR Brille

04 Dec 2023 18:39
#2
Die Erweiterungsplatine nutzt die Buchsen ja nur als Halterung.
Gruß Dieter

Please Log in or Create an account to join the conversation.

  • davidmcq137
  • davidmcq137's Avatar
  • Offline
  • Senior Member
  • Senior Member
  • Posts: 79
  • Thank you received: 87

TPL_KUNENA_MESSAGE_REPLIED_NEW Telemetrieanzeige in AR Brille

04 Dec 2023 19:18
#3
Very interesting. VSpeak does some really cool stuff!

So far Jeti has not indicated that they will have a lua API for BTE or WiFi in the new devices, I am hoping that innovations like this help change their mind. Perhaps if we all say "please!"...

I experimented with a BLE device connected to the serial port on the red connector in my DS-24. Putting the BLE inside the case works, but in my application (a fueling station) the range was too limited due to the metal case. I ended up leading a micro size cable out of one of the screw holes and putting the BLE module in a plastic case on the back of the TX. This worked well. But for the glasses use case, the limited range from TX to the glasses is probably just fine.

Does anyone here know the Activelook technology at all?

Every example I have seen only shows a few lines of formatted numbers, not general graphics.

It would be waaay more interesting if we had more general drawing ability. The one app that I think would be excellent would be glider location if sight is lost ... if the glasses have a head tracker and we have GPS position and altitude then the glasses could overlay a dot where the glider is -- even if not visible, and could put up an attitude indicator (like some TX lua apps have done) right in the heads-up region to allow the pilot to fly back.

Please Log in or Create an account to join the conversation.

  • nichtgedacht
  • nichtgedacht's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 121
  • Thank you received: 62

TPL_KUNENA_MESSAGE_REPLIED_NEW Telemetrieanzeige in AR Brille

04 Dec 2023 23:56
#4

Does anyone here know the Activelook technology at all?

Every example I have seen only shows a few lines of formatted numbers, not general graphics.

It would be waaay more interesting if we had more general drawing ability. The one app that I think would be excellent would be glider location if sight is lost ... if the glasses have a head tracker and we have GPS position and altitude then the glasses could overlay a dot where the glider is -- even if not visible, and could put up an attitude indicator (like some TX lua apps have done) right in the heads-up region to allow the pilot to fly back.

Hi David

I'm currently working on it.
I can already load my own configuration with my own graphics. The graphics then have to be animated with the graphics primitives of the glasses. The "layouts" wich can be defined in a configuration can only have text as parameter not coordinates inside the layout item.

So it requires a 7 command sequence to change without flicker the position of the pointer of a voltage gauge for example.

Btw. With an ESP32C3 and nimble 1.41 arduino one can change TX - Power in a wide range. Tests with WiFi inside the housing showed many meters range.

Gruß Dieter

Please Log in or Create an account to join the conversation.

  • davidmcq137
  • davidmcq137's Avatar
  • Offline
  • Senior Member
  • Senior Member
  • Posts: 79
  • Thank you received: 87

TPL_KUNENA_MESSAGE_REPLIED_NEW Telemetrieanzeige in AR Brille

05 Dec 2023 03:29
#5
That's very cool .. can you point me to any public documentation? Let me know if you would like a collaborator :-)

Please Log in or Create an account to join the conversation.

  • nichtgedacht
  • nichtgedacht's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 121
  • Thank you received: 62

TPL_KUNENA_MESSAGE_REPLIED_NEW Telemetrieanzeige in AR Brille

05 Dec 2023 11:59
#6
All ActiveLook documentation can be found here:
github.com/ActiveLook/

For our purposes only the docu of the API and the config generator are of interest.

For coding an ESP32C3 (for Example Seeed Studio XIAO ESP32C3) BLE stack as client/master:
github.com/h2zero/NimBLE-Arduino

I'm using PlatformIO as IDE.
It offers a simple way also to upload the configuarion from the config generator to the file system of the esp32.

Please Log in or Create an account to join the conversation.

Time to create page: 0.348 seconds
Powered by Kunena Forum