For any hope of oversampled processing gain you need the ADC to have some noise bits. So if the front-end has an SNR of 80dB, a 12b ADC (74dB) won't cut it.
Announcement
Collapse
No announcement yet.
Concept Design
Collapse
X
-
Originally posted by Carl View PostFor any hope of oversampled processing gain you need the ADC to have some noise bits. So if the front-end has an SNR of 80dB, a 12b ADC (74dB) won't cut it.
It consists of using a port pin, resistor and capacitor to create a ramp signal of the desored amplitude and slowly shift the ADC reference between acquisitions.
Page 9, fig. 3-5
https://ww1.microchip.com/downloads/...es/doc8003.pdf
ADCs of any resolution can be used by simply changing the R/C values accordingly.
This ramp technique is said to give better results than the one based on gaussian noise because the sweep across bit boundaries is systematic.
Comment
-
I botched the noise summations in the two noise posts. I have now fixed the math and the numbers are a bit better. Sorry about that. With the noise floor close to the 16-bit level for the current-mode preamp it makes more sense to use an 18b ADC.
Comment
-
Originally posted by Teleno View PostThere'a an oversampling technique that doesn't require any noise in the front end.
It consists of using a port pin, resistor and capacitor to create a ramp signal of the desored amplitude and slowly shift the ADC reference between acquisitions.
Comment
-
The stm32h7 mcu series might have a lot potential for metal detectors. Two 12bit DACs, two 16bit SAR ADCs Up to 3.6 msps and lots of memory. There are some development boards on ebay. What do you think?
See page 167 pdf for adc specs
https://www.st.com/resource/en/datas...tm32h743vi.pdf
also search
"Getting started with the STM32H7 Series MCU 16-bit ADC"
Comment
-
Typically I only use the internal ADC for auxillary tasks like measuring battery voltages or reading pots. In the TekPoint I used it as the signal ADC but that is a low-performance app. Usually the performance of internal ADCs is OK but not spectacular. The 'H743 has an SNR of 74dB in single-ended mode -- that's a perfect 12 bits -- or 83 dB in differential which is a decent 14 bits. Right now the AFE looks to be up to 84dB of dynamic range so this is barely enough, and would require a differential driver. And I'm always concerned about an ADC that is on the same silicon as a micro, that can't help.
My preference is to start with an external ADC and to start with some overkill. Right now I'm looking at 18 bits and 100k-1M Sps. Often there are pin-compatible parts with different sample rates and even different bits, like 16b which may end up being just fine.
Comment
-
If we stay rather reasonable, this is a good candidate (differential input +/- 5V, 500Ksps, 18-bit 93.4dB) we have a good experience with.
https://www.analog.com/media/en/tech...s/MAX11158.pdf
available at MOUSERat 33€ unit price
https://www.mouser.be/ProductDetail/...FkAARMCg%3D%3D
If SPI capturing under DMA , we can get a slot every 2µsec which looks to me good enough.
On the computing platform subject, for experimental and measurement work, I would suggest to go to NUCLEO boards with any supported type of STM32 chip (cheap < 30$)
Comment
-
Originally posted by Willy Bayot View PostThere is a supplementary argument not to go that way.
Although NUCLEO boards with that CPU exist and are available in stock, the CPU itself is to be found NOWHERE!!!
I use Microchip dspic33 and pic32's and is the same situation. They have been back ordered for 2 years, and keep advancing the delivery dates.
A good source to see what is avaliable is Findchips.com. It searches all the major suppliers.
Comment
-
I'm not too concerned about production quantities, all I need even for a swinging prototype is an eval board. STM Nucleo boards are easily available. PIC32 Curiosity boards don't seem to be, or maybe they don't make as many varieties as STM.
In general, I'm not concerned about the processor, or even the manufacturer. This is really an area where different people can choose different processors and still collaborate. Once you get the timers, SPI, and other peripherals working the actual DSP code can be common. And that's the part that needs the most work.
Comment
-
Originally posted by Altra View Post
You will currently find a shortage of all high end processors.
I use Microchip dspic33 and pic32's and is the same situation. They have been back ordered for 2 years, and keep advancing the delivery dates.
A good source to see what is avaliable is Findchips.com. It searches all the major suppliers.
https://www.mouser.be/ProductDetail/...agx6HUXA%3D%3D
LQFP-100 available at Mouser for 20€
https://www.mouser.be/ProductDetail/...QFprcgSQ%3D%3D
Nucleo @ 18€
https://www.mouser.be/ProductDetail/...MkaFyEVw%3D%3D
Comment
-
SUGGESTED Modular Architecture- PSU board
- Analog +5V,-5V,
- Digital +3V
- MOSFET drivers 15V
- Adjustable XMIT Voltage 0 to 5V
- XMIT Board CC circuit (+ compensation)
- RECEIVE Board
- Processing platform (NUCLEO)
- Daughter board (ARDUINO connectors) with external ADC
- Timing
- DSP
- Simple Display interface ( HD44780 20×4 LCD)
- few LED's and push buttons or joystick
- SD Card storage
- Signal data logging
- System Parameters
- Serial Debug Control & Logging
Comment
- PSU board
-
Originally posted by Willy Bayot View PostIf we stay rather reasonable, this is a good candidate (differential input +/- 5V, 500Ksps, 18-bit 93.4dB) we have a good experience with.
https://www.analog.com/media/en/tech...s/MAX11158.pdf
available at MOUSERat 33€ unit price
https://www.mouser.be/ProductDetail/...FkAARMCg%3D%3D
If SPI capturing under DMA , we can get a slot every 2µsec which looks to me good enough.
On the computing platform subject, for experimental and measurement work, I would suggest to go to NUCLEO boards with any supported type of STM32 chip (cheap < 30$)
It has a ENOB of around 15 bits
Comment
-
What about this one:
https://www.mikroe.com/adc-6-click
that module is produced here by local company, so I guess it's the best I can obtain/afford from all listed so far.
It would not be bad to look at the entire website of that company, they also offer development systems.
https://www.mikroe.com
If you find something more suitable on that site; post here, even better!
Comment
-
Originally posted by ivconic View PostWhat about this one:
https://www.mikroe.com/adc-6-click
that module is produced here by local company, so I guess it's the best I can obtain/afford from all listed so far.
It would not be bad to look at the entire website of that company, they also offer development systems.
https://www.mikroe.com
If you find something more suitable on that site; post here, even better!
Sorry but much too slow for direct sampling
Comment
Comment