Bill Greiman

Results 752 comments of Bill Greiman

I decided to make a change so PrintFile builds correctly. I added an exception for SAM_DUE. The board package for Due clearly has a bug with flush() being in Stream...

I have no idea how to use SPI3 on a ESP32 S3 and don't have one so I can't experiment. I suggest you try this simple program to see if...

@mjs513 I am not sure what the fix is. 5V devices run at slightly over 400kHz, 3.3V have some rate less than 400kHz. It appears to vary a lot depending...

@mjs513 Thanks for your post. I decided to play with pullup resistor size and pullup voltage. Case with bigger resistor. Rate goes from above 325 kHz to 285 kHz. ![R4_less_pull](https://github.com/arduino/ArduinoCore-renesas/assets/3964207/c5ab8ecc-a590-4358-ba72-cf236d7a5891)...

Adding a 5V device makes the 3.3V device go faster. The 5V pullup causes the clock to have higher peak voltage. ![R4_mix_5V_3V](https://github.com/arduino/ArduinoCore-renesas/assets/3964207/448f3269-c557-4053-bc9c-295554a7c03d)

@paulvha > Just out of interest.. did you connect to the Qwiic connector I did not use Wire1 on the Qwiic connector. I think there is a good chance a...

> Just out of interest.. did you connect to the Qwiic connector I did. Works like a charm with a SDD1306 display on Wire1. ![Wire1](https://github.com/arduino/ArduinoCore-renesas/assets/3964207/596f21e8-c3d4-4bd9-9b30-f2525460ab1a) I looked at many captures...

@paulvha I agree. Too bad the R4 Minima has only the 5V Wire. The Uno R3 works well with 3V3 I2c since at the time the AVR I2C controller was...

I checked the RA4M1 datasheet for I2C Vih and it is the the standard value: ![IIC_VIL](https://github.com/arduino/ArduinoCore-renesas/assets/3964207/4b4b2e4f-a35c-456c-9fd8-a391fafb087c) Then I realized I didn't know what Vcc is in my tests using USB....

Doesn't matter, too many problems for me to use R4.