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...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
Hi Everyone
I have got 3 timers in my application.
1 is repeated , and other two are Single shot which are ran from the inputs to the 1st Repeated timer.
The repeated...
I'm developing for a custom board with an nrf52832. For one of my first tasks, I activated an on-board buzzer using the nrf_pwm driver. Then I stumbled across the low power...
Hi all,
I've compiled the SDK15.2 USBD CDC ACM example and uploaded it onto a Rigado BDM340 evaluation board, and run a second USB cable to the nRF USB socket. However,...
Hello,
We are trying to develop ble_app_uart with flow control enable, the problem is when we enable the flow control. if we send large number of data, the program get crashed...
Hi,
I am developing a product based on nrf52832 using FreeRTOS and the softdevice.
I use sdk 15 and I based my softdevice configuration on the ble_app_hrs_freertos example...
If the UARTE interrupt service routine is delayed from running more than 1 byte's worth of time, then APP UART FIFO does not see all bytes queued in the UARTE's easyDMA buffer...
Is there an API to get the dfu image size? We use this in combination with s_dfu_settings.progress.firmware_image_offset to show a progress bar on the gui. In the past, we...
The bluetooth mesh iOS app seems to be no more mantained since october 2018.
The main contributor of this project seems to have stopped working on it.
There are many open...
Hello I know you have IOS ( https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library ) and Android ( https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library ) libraries...
Sir,
I am using a custom board, nRF52840 based MDBT50Q. I am working on the UART example program. In my board pin number 8 is used for some other purpose. And I have seen...
Hi,
I'm using a PCA10040 devboard to test the heart rate client example. I see that when using the example from SDK v15.2.0, I can connect to my (Polar) heart rate device...
I want to echo another comment from over a year ago regarding this issue. There are a number of electrical CAD tools that can import Altium files with very high fidelity as...
Hi,
I have the nRF52480 DK and have downloaded the ble_app_blinky.
I also have an iPhone6 that I try to use. The strange thing is that in bluetooth on iPhone I can't see...
Hi!,
I'm trying to use simple_at program from https://github.com/Rallare/fw-nrfconnect-nrf2/tree/nrf9160_samples/samples/nrf9160/simple_at .
I erase all, then program...