Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
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...