Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
How can I disable aes encryption?
I'm trying to port nRFgo gzll_host_w_dyn_pairing_example and the aes encryption peripheral is missing. Tried to define GZP_CRYPT_DISABLE...
Most of the SDK examples project support pca100028 only How I do Port in PCA20006
Right now I am using any IDE's . By using cmd , I generate hex file.
Where I have to...
Trying to port over code from UART example to muti-connect example.
Made sure include paths are correct, and made sure the following C files are in project.
ble_nus_c...
Hi guys,
I am using nrf51822 with SDK 11 and softdevice S130. I use Just Work bonding with Peer Manager. When I connect nrf51 with the Android phone run NRF Connect, the...
Hi,
Is there a way to obtain the connection handle inside the connection parameters event handler ( ble_conn_params_evt_handler_t ) on which the event occurred?
I am...
I've added a custom service for transferring data. It shall contain one characteristic that will notify when data is available, and the other should be a long read characteristic...
I recently got involved in a project where I am deploying a ble based mesh to understand and monitor bridge vibration patterns. I have been through nRF's mesh capabilities...
I am using the Arduino Primo board.
I have multiple beacons that advertise at a set interval.
All beacons have the same Device_name.
The Arduino Primo board scans for all...
Hello there. I just recently started programming using the nRF52832 DK, SDK14.1.0 and SoftDevice 132 v5.0 . I tried to follow this tutorial on Github: github.com/.../custom_ble_service_example...
I am using a power profiler to measure the timing of my program and I found something wrong. So I tested with a simple pure timer.
So first I set the timer during to 300ms...
I just spent 2 hours chasing BLE bug after upgrading from s132 v3 => v4.0.2
I added a call
// Configure the maximum ATT MTU.
memset(&ble_cfg, 0x00, sizeof(ble_cfg)...
I couldn't use nRF Connect (BLE) under Linux, after updating the FW, it tries to open /dev/ttyACM0 but fails to do so.
Not a "permission" problem: the user is in uucp...
Hi,
I'm unable to compile the OpenMesh example application. I've modified the make file with correct paths. However I'm getting the following error. Can you please help...
I have a NRF51 talking through the UART to another uC, and I'm trying to log messages through Segger RTT. Everything works normally until I start to send some data through...