I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
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...
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...