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...
Can you provide documentation of the energy costs for creating/verifying ed25519 and NIST P-256 signatures with the CryptoCell CC310 peripheral found on the nRF52840 device...
I am trying to set pins when I press a button, and clear is as soon as I stop pressing the button, however the board turns on all leds at once and does not respond to input...
I came across this old thread, which asks the same question, but was abandoned by the OP ( ) without follow-up:
https://devzone.nordicsemi.com/f/nordic-q-a/26699/52832-saadc...
Hello,
I am looking into migrating DFU and Bootloader over BLE from SDK v15.0 to SDK v15.3. I have a few questions about the code changes which I was hoping I could get...
I was reading about Mesh DFU and noticed that when it happens, the receiving node will rebroadcast it to all devices within radio range. It seems like devices will pick up...
Hello all,
I am trying to adjust the current consumption of my device based on nrf51822 s130.
A have read the https://developer.apple.com/hardwaredrivers/BluetoothDesignGuidelines...
I wrote some user data to 3rd party nrf52840 boards flash using the command "nrfjprog --memwr 0x1001084 --val 0x33333333" , when I ran the program the data values was not...
Hello,
I want to test the mesh provisioning demo with the codes provided on the GitHub:
https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo
I have encountered...
We are using an NRF52840. After initializing a UART that uses P0.06-TX and P0.07-RX the following function calls fail: sd_ble_gap_device_name_set() and nrf_sdh_enable_rquest...
I am playing with the TIMER peripheral and I am seeing that I must call the function "nrf_timer_event_clear" in order to get the TIMER interrupt to stop firing once a COMPARE_EVENT...
As shown in subject, I tried to register many BLE services, DIS, BAS, HTS, and Custom Service. Then nRF52832(and nrf52840 preview) has stopped by an error of NRF_ERROR_NO_MEM...
I am working in nrf52840 sleep mode and it is working perfectly in system_off() mode, but while trying to wakeup from sleep using timer the device is not waking up because...
I am configuring the SAADC for Single-ended mode which I would think is a simple/common task, but my output from the ADC is very jittery. It seems to jump between a good reading...
Hi!
SDK15, s132, SD6.0.0, nRF52832
I have nRF52832 in central mode and some bonded HID devices and another nRF52832 peripherial devices.
Now in the my central nRF52832...