-
Notifications
You must be signed in to change notification settings - Fork 56
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
CH32V307 dev kit #168
Comments
Do you have release 1.0.4 updated with the latest code from the master branch? With other CH32 chips I had also to ensure that the I2C lines had pull-ups, and that I2C was enabled. |
It is 1.0.4
Wires are some 15cm, 5V. It's still the same. |
To me that indicates that you only installed the released core, not the latest updates that can be found in the master branch. For the I2C update you need to copy the latest code of the master branch over the installed 1.0.4 code. In case you still have issues after updating the code:
|
I would not recommend to use Release 1.0.4 - try to apply "master" branch instead. These are V307 Core features been qualified as doing quite good to me. One may consider to pick some tips from my HAL source code: |
Hello,
I have connected two I2C modules (oled and bme280) to this board and the I2C scanner shows me this:
The I2C scanner I started with Wire.begin(PB10, PB11); //scl, sda, as I connected the I2C devices here.
The text was updated successfully, but these errors were encountered: