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...
Hello.
I am trying the SEGGER Embedded studio's open nRF connect SDK project, but it fails with an error like the one in the image. How can I make it succeed?
SEGGER...
I am doing something really really crazy, that's writing some application on PC using opcode serial port for configuration a light switch server (maybe light switch client...
Hey all,
I've been using the SDK for Thread for quite a while and got all the basic stuff up and running with Thread and the nRF52840DK, RPi Border Router, etc.
For example...
Hello, I'm working with nRF5340 DK with Zigbee communication. I'm getting RSSI values between 0-255, but I'm more interested in the value in dBm, so I would like to convert...
Hello,
I developed the code on nRF52-DK with Segger.And also I want to program this code to MDBT42Q chip with nRF52-DK.
What are the circuits and software programs where...
Hello, I' trying to use the Serial LTE Modem application on an Actinius Icarus board. I configured the nRF project for the correct target, enabled COAP support, set Nb-IoT...
After upgrading the nRF-Command-Line-Tools from 9.8.1 to 10.12.1 the RTT output of JLinkRTTClient stopped working when doing a nrfjprog --reset. Interestingly it still works...
Hello, i've tested dfu process from secure_bootloader with different app examples with success (ble_app_blinky, ble_app_uart, even a custom application) but, when I try the...
Hi, I want to use normal GPS data (not AGPS) to send to my MQTT server.
I work well with MQTT_Simple to send sensor data to my server.
I see a GPS example in /nrf/samples...
Hello,
I have application that is sending data over BLE every 5 minutes.
I want to implement DFU using BLE. I don't have any single button on my device.
What should...
In the software NRf Connect Desktop.
The packet length (bytes) variable. What part of the Bluetooth packet does this change.
How does one calculate the number of transmitted...
Hi,
I have created my BLE peripheral application with custom services. Now i want to add DFU feature to it.
I have independently checked DFU test images given in nRF5...
Hi,
I've developed a PJT that works properly on nrf52832. Now I'm trying to migrate it to PCA10056 for USB developement.
Several attempts have been made but problem...
Isn't there an easier way to use the SDK? For example, to use pwm, you need to change nrf_pwm_enable to 1 and nrfx_pwm_enable, nrfx_pwm0_enable, load_mode, step_mode, base_clock...