-
Notifications
You must be signed in to change notification settings - Fork 9
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
The examples for generic PY32F030 not working for me. #22
Comments
Sorry, can you provide more information such as your code or some relevant log information to assist in the determination? |
The code is the i2c example from generic PY32 board folder. #include <Wire.h> void setup() { Serial.begin(9600); void loop() { Serial.println("Scanning..."); nDevices = 0;
} delay(5000); // wait 5 seconds for next scan ///////////////////////////// WARNING: library Wire claims to run on AirMCU architecture(s) and may be incompatible with your current board which runs on PY32 architecture(s). Leaving... A print screen showing nothing happening via serial, correct port COM15 at 9600 baud.
|
I finally got the I2C scanner working on another vape, a BLVK Bar 20000, |
Sorry, can you show the pcb of that vape and the connection to the microcontroller? Can you control leds or something in the vape hardware? I'm very curious about this |
Very interesting device. I think that you could repropose the device to measure something like a voltage meter or something like that. |
I dont think so, but I may be wrong. |
Arduino IDE 234, tried I2C scanner in the WIRE folder which works well on my Mega 2560, but does nothing on my PY32F030EK28.
The MCU is on a disposable vape(Nasty Bar 20000) which Im connecting to with a FT232 TTL cable direct to chip.
I2C example compiles and uploads fine, but nothing shows in the serial monitor.
Ive also tried the SevSeg.ino sketch, but the wrong elements/segments light up on the PY32F030
The text was updated successfully, but these errors were encountered: