-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stm32 blue pill not reporting analog pins #141
Comments
Not easy to know without looking at the board toolkit. I would however guess that
is probably wrong. This should probably be
for this board. But to be sure, I would need to know what the value of |
Hi, thanks for your response.
Analog pins should be: Analog Pins: PA0-PA7, PB0-PB1 pinout for reference: |
I can't see directly what's wrong then. The analog pins are within the digital pin range, so they should be reported correctly. I'm assuming you got a wrong pinout diagram there. The development boards for these chips are (unlike with Arduinos) not standardized, so different vendors could make different layouts. |
Hi, the table ive posted before ive constructed myself from testing one pin at a time, so its the right one |
Hello, i have a stm32 blue pill, when connecting its not reporting any analog pins however the pinout shows there are several analog pins.
my firmata sketch includes analog with
#define ENABLE_ANALOG
im looking at boards.h and seems there is consideration for analog. is there anything wrong with that configuration? cheers.
The text was updated successfully, but these errors were encountered: