Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I am using
nRF52840
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
I changed the device name while not connected.
but, The...
Hello,
I am trying to follow the tutorial SDK UART coexistence example , but it seems like the last step cannot be completed. As you can see, that .hex file does not exist...
I am working on a low power peripheral project (similar to the Nordic blePeripheral/uart example). I'm going to be using an nRF52805 with SDK 17 and s112. I found the Apple...
Dear all,
I have tried my best to find answers in questions posted previously but I still have a few questions that I would like to clear up. I will keep it concise. Thank...
I want to configure the UART1 (not the UART0), and I want to know if there have some examples that introducing the UART configuration by directing accessing the register....
Does Nordic have programming for the nRF52840 that enables both 802.15.4 and BLE, so the board can both become part of an 802.15.4 network and pair with a mobile device like...
Hi All,
i played with the /examples/dfu/secure_bootloader/pca10056_S140_ble_debug.
The application works fine so far.
I do have the following questions.
Is it...
Hi,
I am running into some problems with libuarte. I have two nRF52840-DKs talking to each other over UART. My setup is not ordinary however. The hardware configuration...
Hello -
We are developing a product for the nRF52840 using SDK v17.0.2 and FreeRTOS. Our application uses the RTC configured by FreeRTOS to implement a System ON sleep...
While installing the itsybitsy NRF52840 board from Adafruit in the Arduino IDE, I encountered the following error:
"Tool nrfjprog is not available for your operating system...
I can't get a button to work on a custom board; but same firmware HEX file on a different board works fine.
Using nRF5 SDK 17.0.2, SoftDevice S132 v7.2.0.
using a custom_board...
Hi,
I'm using an nRF52840 and I need to implement a driver in c for an external chip. The c driver is written, and I only need to add specific functions regarding the SPI...
I can't see the answer, so I will write it again.
hello.
nrf24l01p(ptx), nrf51822(prx)
nrf24l01p set
TX_ADDR = 0xA5B300
EN_AA = 0
EN_RXADDR = 1
SETUP_AW =...