SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
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...