I2C clock streching on esp8266. #5449
Replies: 1 comment
-
Posted at 2016-05-10 by @MaBecker please try #include "jsutils.h" ./src/jsutils.h NO - lots of compile errors ...... Posted at 2016-05-10 by @MaBecker using printf - remove \ infront of #define - line was not displayed correct without
compile output:
Posted at 2016-05-10 by @MaBecker typo : i2c_master_getDD -> i2c_master_getDC ? compiles ;-) Posted at 2016-05-10 by Frida Don't change "i2c_master_getDD" it's read the scl line. Try the Attachment and see if it compiles ok. Posted at 2016-05-10 by @MaBecker ups - ok - adding that missing #define and C back to D Now it compiles without errors attached the version including your changes and printf() Frida - Thanks for sharing your work ! Attachments: Posted at 2016-05-10 by Frida I was hoping I could use JsError as in the file jshardware.c, where the call come from, maybe someone has a solution. As you may see, I have tried with a lower value, to test that, so I could see that it worked. I don't now if it work with different clockfreq, but try it, and let me know. Posted at 2016-05-11 by tve Did you adjust the timing constants to maintain the overall clock rate? It seems that the addition of your code must have affected the performance... What does the 'DD' in i2c_master_getDD stand for? For reference, the DC in i2c_master_setDC stands for Data/Clock. Posted at 2016-05-11 by Frida I am new to all this stof. There are lots I do not understand. But it is a wonderful world to dive into.
No my only wish was to make clock streching working for my HTU21D.
I had to find a name and saw this, and it only reads SDA
so I made one for SCL
Posted at 2016-05-13 by @MaBecker
you can't use JsError in i2c_master.c use os_printf() or os_printf_plus(), both write to debug log than use ESP8266.setLog(2); in the js code to switch debug log to uart0 (console) Posted at 2016-05-13 by @gfwilliams
Why? Surely it's just a matter of including Posted at 2016-05-13 by Frida Hey, I have tryed that, but I get a lot of compiler fault.
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-05-10 by Frida
I have made clock streching for HTU21D.
I need to get JsError to work. I've tried different header file, but I get compile errors.
Any help is welcome.
I made a git clone from @tve and made some changes to the file: Espruino / targets / esp8266 / i2c_master.c.
Here are the file:
Should I mention it is on a esp8266-01 from my Pico kickstarter set.
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions