Mark Cooke
Mark Cooke
@dlabun - I agree, and no i haven't found a manufacturer either. This is why i might just put up some info and schematic in my github.io repo for archival...
Hi @carlosperate - im not 100% sure, but if i google 'taida century nrf52832' the first result is an aliexpress link (that is no longer available) which looks identical to...
See https://micooke.github.io/nRF52832_TaidaCentury_GoldCore Files are located here : https://github.com/micooke/micooke.github.io/tree/master/nRF52832_TaidaCentury_GoldCore
@dlabun - I was thinking that i can accomodate for the original pin mapping, plus the pin mapping enabled by soldering the RGZ or RSM configuration by using board_variant. The...
@ec1oud - this pin mapping is the same as the original. The solderable link bring out some different pins to the 2x6 as listed on the silk screen on the...
I noticed @fastai use the first one which is nice : https://github.com/fastai/fastai/blob/master/CODE-OF-CONDUCT.md
I don't know if this is related, but when using this wire library with the nrf51822 and the kx022 im getting garbled data. I haven't analysed it with my saleae...
Never mind, my issues are caused by a competing library.
If anyone is interested i have a version of SoftwareI2C that works for the devices in using, but note that there is no comm throttling so it runs at about...
@rogerclarkmelbourne - this library gives me incorrect data, so i have a different issue. For your issue, try the following modifications to Wire_nRF52.cpp ```c++ L145:_p_twim->ADDRESS = address; if (stopBit) {...