ADCs in Fipy
-
- How many ADCs are there in Fipy? Are they 2 (ADC1 and ADC2)?
- Do we have ADC0 in Fipy? If Yes, on which pins could we use?
- possible ADC resolutions (in bits) in fipy?
-
@Meriç-SARIIŞIK Thank you for your response. But I went through all of this before but didn't find any ADC0 there. Therefore I posted it here to confirm if we have ADC0 in fipy or not.
-
Hi Muhammad,
You can get all the information about the peripherals under the following links.
https://docs.pycom.io/gitbook/assets/specsheets/Pycom_002_Specsheets_FiPy_v2.pdf
https://docs.pycom.io/datasheets/development/fipy/
The resolution is between 9 to 12 bits. If you set another value, you will get a value error exception.
It is also written here.
https://docs.pycom.io/firmwareapi/pycom/machine/adc/#app
Best regards,
Meric