Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
Hi Everyone I am trying to get a hold of the nrf9160 SDK which is based on zephyr. Here is what i would like to know 1. There is a file named zephyr.dts which has all the...
Hey guys, I've been trying to do a range test with 2x PCA10056 dev kits. I believe I've set everything up correctly and cannot achieve more than 300-400 meters before the...
If we input 5V DC supply to Vin 3-5V P20, the Bluetooth programming failed at start. But if we input 3.3V DC supply to P21, the Bluetooth programming passed. Is this Vin 3...
Hi, I tested "Simple_coap_client" and "simple_coap_server" on NRF52840 using Threading SDK.
It seems that the route is decided by the leader, can I specify the route?
...
I am making a simple breakout board for the nRF52833 (I'm using Fanstel's BM833 module). This is what my board is looking like. There's a ground plain on the top and the bottom...
I'm trying to send data from a NUCLEO F401RE board with the nRF 52840 DK using UART. Then have the data to be sent to my phone via Bluetooth. I'm starting from the ble_app_uart...
Hi Devzone:
I have a question that may be common for companies distributing hardware containing nrf52840 chips.
I have figured out how to use nrfutil to generate Bootloader...
Hi there,
I connected my nRF5340 PDK to an external target - which was unluckily defective.
Since the external board had its own power supply, there was now either an...
Hello,
i have built my own custom service.
I have 13 characteristics ....
But in NRF Connect on an iphone, i can see 13 characteristics , but only in the first there...
Hi
Technically this is a Zephyr question, but googling the issue gave no success. Also, reading the Zephyr docs gavve me no clue.
I have a custom nrf9160 board with an...
I'm trying to capture events like accessing an invalid idx of a C++ vector
I'm using the method at , like this:
std::vector<int> my_array;
my_array.at(10000);
...
Hi,
I want to use the SAADC to measure the voltage on the VDDH pin. I am using a design based on circuit config #4 and following the SAADC example in the SDK version 15...
Hi,
I am using nRF mesh Android app version 2.1.4
I have flashed the devices with light-switch example application under nRF5 SDK for mesh V 4.0.0 on PCA10040 DK. I'm...