TOKITA Hiroshi

Results 21 comments of TOKITA Hiroshi

Hi all. I'll show you my [openthread_nrf52_arduino](https://github.com/soburi/openthread_nrf52_arduino) project as it may help solve this problem in some cases. This is OpenThread integrate into [Adafruit's nrf52-Arduino](https://github.com/adafruit/Adafruit_nRF52_Arduino). (It is not porting, just...

Travis is back! I hope you can review at it when you have time.

> Would it be possible to add support for the [nRF52840 MDK USB dongle](https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/)? Of course, yes (in potentially). But I don't have one. And it can't use in my...

https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/hardware/nrf52840-mdk-usb-dongle-sch_v1_0.pdf At first glance, it seems that the pin-number and GPIO number are the same. It is no need to remap. So, I think using pca10056 as a base of...

I'd verify this version can work blink example with pca10056. I think it is pin number problem. Could you paste a source of your modification?

@Brezensalzer, https://github.com/Brezensalzer/openthread_nrf52_arduino/blob/ee078cd3bf83c331d2b454d9aea487782c038484/variants/mdk_nrf52840/variant.cpp#L27 This definition makes LED pin is 11,12,13, I think. g_ADigitalPinMap used in digitalWrite, it is converting "printed pin-number" to "real GPIO pin-number". https://github.com/soburi/openthread_nrf52_arduino/blob/d65d52a979be78b5726ce3ed6d7f1e0d81da7a60/cores/nRF5/wiring_digital.c#L188 11th in the table is...

@Brezensalzer Could you push this patch into the upstream [repository](https://github.com/adafruit/Adafruit_nRF52_Arduino/) ? It is useful for not only my openthread enabled arduino. so It is better to push upstream. (In actual,...

HI @geeksville Sorry for the delayed response. (I was a bit busy recently week.) > If I use your project I would be willing to do the glue needed and...

Hello! @beriberikix I'm forcusing on https://github.com/soburi/openthread_nrf52_arduino now. I'm suspend this project now, because of my resource are too short to proceed this project. One of a reason of suspend this...

Hi! @beriberikix. > Agree a Zephyr subsystem approach would be very nice. I'm not very familiar with how Zephyr's library system works, have you looked into it? I just created...