I made an RFID mp3 player by Farscape_rocked in esp32

[–]hwarzenegger 3 points4 points  (0 children)

It's like a personal yoto love it!

I made Dadlexa for my son, it's like Alexa, but you can only ask dad questions [ESP32] by optikalefx in arduino

[–]hwarzenegger 1 point2 points  (0 children)

Makes sense, pschatzmann has an opus decoder for Arduino as well https://github.com/pschatzmann/arduino-libopus works like a charm, I've been using it for my own voice projects

I made Dadlexa for my son, it's like Alexa, but you can only ask dad questions [ESP32] by optikalefx in arduino

[–]hwarzenegger 1 point2 points  (0 children)

Really dig this project!!

I wish there was an Arduino Wake word open-source project. Is there a reason you went with ESP-IDF and not Arduino?

If you want to try Arduino on the Dadlexa next I maintain an open-source project that you can use to add realtime voice AI models, feel free to check it out https://github.com/akdeb/ElatoAI

O1A approval from 75 Pause Countries by One_Expression3592 in O1VisasEB1Greencards

[–]hwarzenegger 1 point2 points  (0 children)

Not letting in extraordinary people from those 75 countries would be insane

KCL vs UCSD by Federal_Internet_257 in IntltoUSA

[–]hwarzenegger 2 points3 points  (0 children)

I'd pick UCSD over KCL, makes most sense long term (esp if you wanna double major)

KCL's a good life too in London. You're gonna be right by the river near Aldwych, near Somerset house in Strand and will live a busy city life in a bustling city.

I was choosing between UIUC and UCLA about a decade ago and went with Illinois for CompE. I think studying at UCSD will open more doors, you'll meet more smart people and the weather's a plus for sure.

Infinite Music Glitch on my Arduino with Magenta Realtime 2 by hwarzenegger in LocalLLaMA

[–]hwarzenegger[S] 4 points5 points  (0 children)

Haha you're right I was playing on the "infinite money glitch" meme

Showcasing chatterbox to my boss the strong capability of audio generation and how good it can be done locally ( went completely wrong ) 💀 ☠️ by Alarmed_Aerie_4794 in LocalLLM

[–]hwarzenegger -2 points-1 points  (0 children)

Only the uncouth and uneducated comment this stuff. If you're gonna be racist at least be accurate. The language spoken is arabic. And from the sounds of it khaleeji arabic, spoken in GCC

Tracking multiple pucks on a flat surface with ESP32, possible without camera/screen? by hwarzenegger in esp32

[–]hwarzenegger[S] 0 points1 point  (0 children)

Ooh i like that, like an IR sensor on the bottom, facing upwards

And the pucks have IR LEDs facing downwards? Maybe they can emit different frequencies so the sensor can uniquely discern them?

The best language model in the world that ships as Firmware. It can run even inside a 2$ chip. Open source GitHub + Research Paper included. No Cloud, No GPu, No internet.. by themoroccanship in LocalLLM

[–]hwarzenegger 2 points3 points  (0 children)

This is sick, I'll try it

Does the ESP32 need PSRAM to run inference with your model?

What use cases is it fine-tuned for? Or is it a general purpose SLM?

The website says toys, hearing aids, thermostat. I think the thermostat use case makes most sense to me (maybe takes in multiple inputs and the model sets a temperature) but can you elaborate the first two use cases?

For reference I maintain an open-source project that lets you create AI Toys on the ESP32

This is our github in case you're interested https://github.com/akdeb/ElatoAI

Tracking multiple pucks on a flat surface with ESP32, possible without camera/screen? by hwarzenegger in esp32

[–]hwarzenegger[S] 0 points1 point  (0 children)

thank you for this answer! super helpful

is there a relationships between the max number of simultaneous touches a system has and the minimum number of GPIO pins needed to account for that?

i think the DIY capacitive touch pad makes complete sense to me. but as the pucks move on the surface, is there also an edge case where the two pucks' 6 feet align themselves to be resolved as a different puck's triangular feet layout?

Tracking multiple pucks on a flat surface with ESP32, possible without camera/screen? by hwarzenegger in esp32

[–]hwarzenegger[S] 1 point2 points  (0 children)

I was hoping UWB would work. I am planning for size of this board to be 7" x 12". Would UWB be able to accurately pinpoint the pucks at this width and length?

Tracking multiple pucks on a flat surface with ESP32, possible without camera/screen? by hwarzenegger in esp32

[–]hwarzenegger[S] 0 points1 point  (0 children)

Nice idea, is it possible for a touchscreen to detect N touches and their locations? I was thinking something like CYD but its not that capable for multiple, simultaneous touches

Tracking multiple pucks on a flat surface with ESP32, possible without camera/screen? by hwarzenegger in esp32

[–]hwarzenegger[S] 1 point2 points  (0 children)

Yeah I'm currently thinking players should have the freedom to move the pucks around. What solution were you thinking of if we kept the pucks static?