Project Idea, can it be done?

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Post Reply
User avatar
Adily
 
Posts: 1
Joined: Sat Feb 08, 2025 3:57 pm

Project Idea, can it be done?

Post by Adily »

Hi All,
I have an EV with data on the OBD2 connector. This data can we seen with an app on Android via Bluetooth.
I can see throttle, brake, speed and steering angle along with acceleration (G-force).
I would like to overlay engine sound and found this gem (https://markeasting.github.io/engine/) making the sound I want. Any suggestions how to accomplish this with adafruit products?
Thanks,
Adily

User avatar
sj_remington
 
Posts: 1343
Joined: Mon Jul 27, 2020 4:51 pm

Re: Project Idea, can it be done?

Post by sj_remington »

First, ask the person who created that web site if the sound is generated by an algorithm or recorded, and if the method could be adapted to your project.

User avatar
adafruit_support_mike
 
Posts: 68385
Joined: Thu Feb 11, 2010 2:51 pm

Re: Project Idea, can it be done?

Post by adafruit_support_mike »

We do have boards that will generate audio. You could use a Feather with a Music Maker with a list of engine noise tracks on an SD card:

https://www.adafruit.com/product/3436

Even if you're just hopping from one track to the other, having three or four options for each state will keep the output from sounding predictable.

If you find a software system to generate the sounds, you'll need to find out how much computing power it needs. Microcontrollers have pretty good computing power, but don't have much memory (at least compared to a full computer). You do have the option to use a small computer like a Raspbery Pi Zero:

https://www.adafruit.com/product/2885

but that will change the hardware you need to generate the sound.

Post Reply
Please be positive and constructive with your questions and comments.

Return to “General Project help”