Wireless recording device
Collapse
X
-
Re: Wireless recording device
Even cheap microcontrollers have 10 bit ADCs so in theory you can have 8 bit audio without any problems. So you could record mono 8 bit 22050 Hz audio for example onto a SD card.
Some microcontrollers like PIC32 even have DMA which would allow you to just send a command and have a memory buffer transferred to a SD card without microcontroller having to monitor everything.
There may be a problem with the ADC being to slow to take so many samples per second but in that case you could easily buy a separate ADC with higher resolution, like for example 14bit or 16 bit or even higher.
You can store the audio as raw pcm, one or two bytes per channel, so 2-4 bytes per sample, anything between 8000 and 48000 samples per second. You can easily import raw pcm files into a software like Audigy and export to WAV or FLAC or whatever, just have to know the channels and sample rate and sample depth.
As for wireless... in theory you could have one of those under 5-10$ microcontrollers with wireless esp something and configure that as a barebones http 1.0 server (after it gets the ip address automatically through dhcp or something) ... this micro could connect to your other micro through spi or i2c and request the data from the micro like "give me a list of files from sd card" or " give me 1 KB of data from offset 123456 in file xyz.pcm" and you transfer the data between micros and send it over the wireless
- the micro with wireless most likely doesn't have enough power to do the actual reading from adc and storing to sd card , or has too small program memory, unless you go for a more expensive version.Comment
-
Re: Wireless recording device
Yeah, I thought I'd go down the more complicated route and build everything from scratch, until STJ came up with the idea of using junk android devices, which is perfect and they have everything built right in. My Viper that I found occasionally has some sudden shutdown issues, but I suspect that's down to a blown battery, which wouldn't be too much of a problem, since I'll power it constantly from a DC supply or something, or even replace the battery for reliable operation. I discovered it even has a FPT server built right in, so I can share files and access them.
Stealth is key, so rather than connecting it to the local network where it'd be discoverable, I was thinking of making it like a hotspot and have my phone connect to IT directly when I want to grab the file it's recorded...that should put people off in case they stumble upon it by accident.Wattevah...Comment
-
Re: Wireless recording device
Just looked through the play store....AirDoid perhaps ? :| Close enough if it does what it says on the tin. All I need is to get in there and hit "record" on the sound recorder and then access the "recording" folder at a later time...Wattevah...Comment
-
Related Topics
Collapse
-
This specification for the HP EliteBook 840 G6 + Backpack & Wireless Premium Mouse Notebook can be useful for upgrading or repairing a laptop that is not working. As a community we are working through our specifications to add valuable data like the 840 G6 + Backpack & Wireless Premium Mouse boardview and 840 G6 + Backpack & Wireless Premium Mouse schematic. Our users have donated over 1 million documents which are being added to the site. This page will be updated soon with additional information. Alternatively you can request additional help from our users directly on the relevant...09-06-2024, 03:30 PM
-
This specification for the HP ProBook 650 G5 + Backpack & Wireless Premium Mouse Notebook can be useful for upgrading or repairing a laptop that is not working. As a community we are working through our specifications to add valuable data like the 650 G5 + Backpack & Wireless Premium Mouse boardview and 650 G5 + Backpack & Wireless Premium Mouse schematic. Our users have donated over 1 million documents which are being added to the site. This page will be updated soon with additional information. Alternatively you can request additional help from our users directly on the relevant...09-06-2024, 03:30 PM
-
This specification for the HP ProBook 430 G6 + Backpack & Wireless Premium Mouse Notebook can be useful for upgrading or repairing a laptop that is not working. As a community we are working through our specifications to add valuable data like the 430 G6 + Backpack & Wireless Premium Mouse boardview and 430 G6 + Backpack & Wireless Premium Mouse schematic. Our users have donated over 1 million documents which are being added to the site. This page will be updated soon with additional information. Alternatively you can request additional help from our users directly on the relevant...09-06-2024, 03:30 PM
-
This specification for the HP EliteBook 840 G6 + Backpack & Wireless Premium Mouse Notebook can be useful for upgrading or repairing a laptop that is not working. As a community we are working through our specifications to add valuable data like the 840 G6 + Backpack & Wireless Premium Mouse boardview and 840 G6 + Backpack & Wireless Premium Mouse schematic. Our users have donated over 1 million documents which are being added to the site. This page will be updated soon with additional information. Alternatively you can request additional help from our users directly on the relevant...09-06-2024, 03:30 PM
-
This specification for the HP ProBook 640 G5 + Backpack & Wireless Premium Mouse Notebook can be useful for upgrading or repairing a laptop that is not working. As a community we are working through our specifications to add valuable data like the 640 G5 + Backpack & Wireless Premium Mouse boardview and 640 G5 + Backpack & Wireless Premium Mouse schematic. Our users have donated over 1 million documents which are being added to the site. This page will be updated soon with additional information. Alternatively you can request additional help from our users directly on the relevant...09-06-2024, 03:30 PM
- Loading...
- No more items.
Comment