-
Gives us a sudden jump in volume, when in NORMAL (not Left-handed) mode.
Turns out, this is related to SLEEPY mode, which causes the ADC to act really weird.
-
```
The ADC library currently assumes that the result of an A-D Conversion is
always a positive value (byte or word). However, the ADC modules of newer PICs,
e.g. 16F1783, support negative results o…
-
```
The ADC library currently assumes that the result of an A-D Conversion is
always a positive value (byte or word). However, the ADC modules of newer PICs,
e.g. 16F1783, support negative results o…
-
When an ADC board with the firmware Build 7 is run in a normal regime, should LED1 ("AD clock not locked" according the documentation) be on? All ADC boards that were upgraded to the latest firmware v…
-
Hello, I trained a simple network to recognize the MNIST dataset with an accuracy of 0.97 before converting the network to MDNN. But the accuracy of MDNN is only around 0.10. May I ask what the reason…
-
Dear Sir,
We are two masterstudents and we need to sample an analog input using PRU for our masterthesis.
We are quite stuck here. On your site, you said you had some more code concerning this sub…
-
This is a request to reopen https://github.com/Nuand/bladeRF/issues/778, as we're constantly having the same problem reported.
### Symptoms
Whenever the sample rate is changed, the driver hangs …
-
In order to use a raspberry pi, we need an ADC converter. However this it not needed on an arduino because they have both analog and digital pins. I will set up the wiring and code on the arduino firs…
naazy updated
6 years ago
-
In snowy, the ADC is used for multiple things, including ambient light and battery level.
There is no mutex protecting this resource. In fact, there is no common agreed way to talk to ADC
* Create…
ginge updated
6 years ago
-
Hi everyone,
I don't know why, but If the ADC works with his internal clock everything works properly, but If I try to use another source of clock (external oscillator or even a "timer clock") nothin…