Mike S
Mike S
Hi aarie Guess you are getting back into this. Can't wait until you get VFH+ implemented as well as the other issues you posted. Mike
@eriknyquist and @PaulStoffregen (FYI). See this post on FIFO implementation. [https://forum.arduino.cc/index.php?topic=462729.0](https://forum.arduino.cc/index.php?topic=462729.0)
I believe @bigdinotech already has a Mpu6050 chip accrording to tje last post on. isssue 166. If you need the libs and sketch let me know and I can post...
@eriknyquist - @PaulStoffregen - @extrapixel - you may want to check the changes that @noelpaz made in a JIRA - discussion seems to still be continuing under issue #166.
@eriknyquist - @PaulStoffregen - @extrapixel - @noelpaz I just tested the latest GITHUB changes that incorporated the @noelpaz updates associated with issue #166. Again using the MPU6050 there was significant...
Can't wait for the new teensy. Can you share any specifics or is it on the forum On Aug 24, 2016 10:19 AM, "Paul Stoffregen" [email protected] wrote: > I send...
what was posted is deleted as incorrect - see later comment
This is an interesting article: https://hackaday.com/2022/05/11/bare-metal-stm32-using-the-i2c-bus-in-master-transceiver-mode/ which shows that" >At this point in time, the Nodate framework [I2C implementation](https://github.com/MayaPosch/Nodate/blob/master/arch/stm32/cpp/core/src/i2c.cpp) for STM32 uses both, with the predefined values as above for...
@facchinm - think you had a hand it fixing i2c in the referenced issue. Doing a trace found the following: In mbed_config.h calculating the I2C timing from the requested frequency...
Did a bit more digging. Found that for the GIGA: ``` /* Define IP version */ #define I2C_IP_VERSION_V2 ``` which is used in the i2c_api.c ( [mbed-os/targets/TARGET_STM/i2c_api.c at 3636262ae786ae623451985dd40c7a54c40b9ab1 ·...