-
OrangeHat features a voltage and current channel for input, servo and raspberry pi power.
OrangeHat firmware is meant to keep those values updated, and allow the Raspberry Pi to get information on …
-
Why is it converted to 10 bit if the next line assumes it is 12 bit wide.
https://github.com/arduino/ArduinoCore-sam/blob/eed66e7977b4037f49bbcd832437d4bcf72c0f3f/cores/arduino/wiring_analog.c#L115
-
Hi. 12bit configuration code work well. But when I change 0x10 to 0x18 for 16 bit configuration it doesn't work.
-
Folks,
I'm trying my best to get the ADC to work, and to simply write it over serial.
`uint16_t adc = 0;
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.p…
-
##SCREEN ##
![1730554262984](https://github.com/user-attachments/assets/55809c42-9da6-4318-8597-5f89cbbdb97f)
![1730554262974](https://github.com/user-attachments/assets/c04a697d-29ea-4f42-a6ce-de00…
-
The STM32H533RE.json correctly lists `ADC1`, but I believe it's missing the entry `"kind": "adc"`. This in turn causes embassy-stm32 to not include the ADC module.
-
-
Hello all,
It seems Remill cannot lift the `adcs` instruction in ARMv8.
I tested HEX code `0e020cba` : https://armconverter.com/?disasm&code=0e020cba&offset=400544
I attach the bash command that …
-
Analog ground has a potential failure when the user connects the grounds together through the sensors they are attaching. If the analog and digital sensors share the same power place, it can short the…
-
This problem was discussed on the SDK forum [here](https://forums.raspberrypi.com/viewtopic.php?p=2232662), where @kilograham thought it sounds like a bug.
The issue arises with single-core FreeRTO…