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...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
In our product we have implemented buttonless DFU over BLE with the secure boot-loader (unbonded) on SDK 15.2. The bootloader is unmodified except for the addition of PA/LNA...
When I compile the program times an error :
.\_build\nrf52810_xxaa_s112.axf: Error: L6366E: uECC.c.o attributes are not compatible with the provided attributes . Object...
I am trying to run the SPI code on an NRF52382 based custom board. I am using the NRF 52 DK, Keil uVision 5.0 , SDK 15.2.
I cannot set and clear the SPI relevant pins...
I am evaluating the nRF52840 for developing wearable tech that would implement some basic sensors such as GPS & pedometer. Just have a couple questions regarding the transition...
Hi all,
I am sorry if this is a rookie question. I had researched and tried the methods shown online, including:
added $(ProjectDir)/flash_placement.xml to the linker...
Hi
I am working on nrf52840, try to create a service,so i follow the tutorial , but i got a problem. The DK doesn't advertise, when I debug it, then it will jump into this...
Hi,
I manged to successfully run the mesh DFU example, however i noticed one unusual thing. I was expecting device to revert to old version of firmware, if in case the...
Is there an example somewhere to show how to use the "BLE_APPEARANCE_GENERIC_HID" to transfer data over BLE to a another BT device such as a laptop ?
The HID mouse and HID...
Hi,
I have a use in mind for a Nordic part, probably the nRF52810. It would be nice to have an input on one pin act as an output enable for several other pins, i.e. when...
Getting "Failed to read PPK metadata" issue on measuring current of external device with external supply. I use nRF6707 PPK booth with PCA10028 or PCA10040 (doesn't work in...
Hi All.
Currently we are using buttonless-dfu service to upgrade firmware via ble on an nrf peripheral-device (via nrf-connect app on mobile central-device). Next, in order...
I am trying to implement the central side code for the usbd_ble_uart example. My current target is the nRF52840 Development Kit but the final target is the nRF52840-Dongle...
Hello!
I am developing a solution that has a gateway and about 10 devices.
The devices has some sensors and their are connected in gateway. Actually I catch the sensor...
Hi:
I am having a problem with the fstorage and ble_stack_init. When fstorage is used before the ble_stack_init it works fine. If used after ble_stack_init, the fstorage...