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...
Hello ,
Regarding to mesh I have few more queries as below,
There are two types Bearer using which we can provision & configure Bluetooth Mesh Devices
GATT
...
SDK 14.2 API References>Peripheral drivers>...>nrf_drv_clock_lfclk_request
The docs say "p_handler_item A pointer to the event handler structure."
It doesn't say here...
In the API reference for app_timer: "Use the USE_SCHEDULER parameter of the APP_TIMER_INIT() macro to select " but higher in the document at Libraries>AppTimer>Migration Guide...
I try to run the thread cli example on the nRF52840dk with the SDK_for_Thread_v0.11.0_84a130f.
Windows 10 throws an error like "USB device not recognized / Error trying...
Hey,
For my project I am working on I am using openThread to multicast when a Thingy52 connects to a nRF52840. The nRF52840 (central) connects with a Thingy52 (peripheral...
Hello,
when I try to import some libraries to a project example in SES(TWI_scanner for this example)
one is some are from the SDK and another one from the github non of...
Hello everybody,
i want to add a timer to my secure bootloader example, so it waits some time and then, if no DFU is in progress, starts the beacon apllication automatic...
Hi,
I can't manage with error in secure bootloder (from secure_dfu_ble_s132_pca10040_debug example) on custom board with nRF52832xxaa chip. I got a signature validation error...
Hello.
Nordic Team.
I add for ble Service and i select my service notify enable
I want receive my service number, but service number is different.
Add for my source...
Hello,
Nordic Team.
I don't understand 'ecg cccd_handle number ' 'p_evt_write->handle number' difference.
I add for ECG Service on my bluetooth profile.
ECG Service...
Hello,
In ble_app_uart_c example, I can see sleep_mode_enter() function. I would like to know when this function is called and what it does. I don't want my IC to get into...
I have a binary data file that I would like to program in flash at defined address on a nrf52 device
Which tool do you advise that generate hex intel file format by providing...
Hi guys,
I have a 4 thread freeRTOS setup.
BLE - priority 4
TWI - priority 3
LED - priority 2
Logging - priority 1
After running for some time my code always...