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...
How do I use printf to output my own messages, and read incoming data, from a UART port that is separate from Zephyr's debugging outputs? This UART line will be connected...
Hello, we are trying to get software running on our custom board.
Last week we tried to test the software written on a development kit of the NRF9160 on to our custom board...
Hi.
I'm trying to add a SPM partition to my project. Like another project i did in the past, i followed this guide: https://devzone.nordicsemi.com/guides/nrf-connect-sdk...
We would like to know there is any direct test mode for TX power of NRF21540DK.
We only found the method of nRF52833 direct test(TX). But we can find how to do with NRF21540DK...
Hi,
I wonder how to use the internal capacitor of the nrf5340.
The nRF5340-DK operates at 32M=8pf 32.768k=9pf without any special settings.
If i use 10pf products for...
Hi,
I'm porting firmware between nRF52 and nRF53 platforms. What is the equivalent of NRF_UICR-> CUSTOMER on nRF53 to keep data like serial number etc.
Thanks
Sebas...
We are developing a custom device based on the nRF9160 SiP Revision 2 with multiple connections over LTE-M and we are experiencing problems with keeping our only TCP connection...
Hello, I'm using nrf mesh serial example in nrf5sdkformeshv500src, in the serial node i subscripted to 0xC000 but i can't not received messages more than 32 node, my netwwork...
Hi All,
Sorry to ask this question, I just learned a little about cmake.
Now I wanted to add a few src files based on the light switch example in SES. Do I have to create...
Hello,
I am working on developing a BLE peripheral FW (Reader) with NRF52840 using nRF Connect SDK 2.0.0. The Reader has two MCU, one is BLE MCU and other is the main...
Hi.
I am trying to update my Softdevice using DFU.
If I update from S112 to S140, do I have to upload the application as an image built with S140 as well?
And do I need...
Hi there,
I can't seem to add header files to my project.
The header files underlined in red are not from the Nordic SDK installed from the Toolchain Manager.
...
Hello,
we are currently developing an MQTT Bridge Application. We plan to use a nrf52840 in combination with the nrf9160 as our Bridge which is going to send its data...
Hi,
I working with NRF52840 DK board, I need to read some potentiometer values or any sensor values and also send me the example code ADC with Bluetooth. I need to transfer...
I have developed my thread application based on nrf_sdk_for_thread_and_zigbee and implemented DFU OTA in my application. It is working fine with no issues.
I am using nrf52840...