I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
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...