ahtn

Results 22 comments of ahtn

This is something that I'm interested in too. [I actually ordered this nrf52840 dongle the other day to play with.](https://www.arrow.com/en/products/102080028/seeed-technology-limited) > The first would be to use Nordic's ESB libraries...

@bezmi Hey made a lot of progress on this now. The nrf52840 dongle code now is basically equivalent to the nRF24LU1+ version. Here's some pre-compile code if you want to...

@nine-fox 1\. Yeah, I'll have to look around cheap options, but price isn't too much of a concern for me run now since I don't plan on mass producing it...

> How is the current draw over BLE? I've assumed it would be a little too much for the coin cells Yeah, BLE+ESB will probably use about ~10mA when it's...

The efm8 branch has scripts for building on nrf24lu1+ (it uses the SDCC compiler too). When it's ready I'll merge it to master and documentation on how to build it....

Are you using the code from the [`master`](https://github.com/ahtn/tmk_keyboard/tree/master/keyboard/split_keyboard) branch? The i2c code from the `c44` branch is broken. Here's a [`split-test-i2c.hex`](https://gist.githubusercontent.com/ahtn/2ce5b423678a47f149322c452a45ae7f/raw/73db9c7f6d5fdb687ff4e9337d5c014e8652bff7/split-test-i2c.hex) you can use to check if your wiring is...

In theory it's faster, but you should not be able to notice this in practice. You don't really need to use i2c, unless you: - want to do a 3+...

The RF module doesn't disable interrupts when it is accessing the packet buffer used by the nRF24 IRQ.

I think with GPL, you can't redistribute a GPL binary if you do not have the right to redistribute all the source code needed to build that binary. So even,...

You're right, it seems nrf51822 isn't support in the new SDK's.