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,
I want to use 100 bytes of flash as non-volatile data memory. We should be able to read and write this memory during execution.
So for this purpose I need the implementation...
I already follow the link for terminal in this link https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_cli.html&cp=6_1_3_10_3&anchor=lib_cli_terminal_settings...
nRF52DK
p20 debug out
external board is 51822 + sensors
I managed to connect the external board through p20 on the 52DK. I can successfully program the external board...
I am reading about nRF52811 SoC which is currently supported by nRF5 SDK v15.3.0 and SoftDevice S112.
I want to know more about its direction finding capabilities and play...
Hi,
I'm trying to add the NUS service to an existing application (freertos based, SDK15.2, already use a custom service)
I copied the relevant code snippets from...
Hi everyone,
I'm trying to use nRF52810 with SoftDevice S112 to sample five ADC channels. I'm finding this very weird issue, where first channel is showing correct value...
Just getting started with Nordic toolchain and I got this error below.
=== updating civetweb (modules\lib\civetweb): --- civetweb: cloning and initializing Initialized...
i need a code for when button press after one second delay led will glow continiously whenever again pressing the switch it will stop glowing using apptimer
Hi, Everyone
My development environment is sdk15.3, nRF52840, Keil complier
The link error file is attached below.
Also I am going to use AES-CBC method.
Which example...
I'm experimenting with the USB MSC example (SDK 15.3) on my nRF52840 DK. It seems to work well in the polling mode as delivered. However, when I try to run in interrupt mode...
I have a serial port set upp with the serial port library like this:
#define UART_PIN_DISCONNECTED 0xFFFFFFFF /**< Value indicating that no pin is connected to this UART...
Hello,
I am trying to get started with the 9160-DK. So far it does not seem similar to the 52840 so I decided to take to the "Getting Started Assistant" within nRF Connect...
Hi, I'm using nrf52832 and SDK15.3. And I'm using the ble_app_uart example. The device will go to sleep mode if there is no connection for 3 mins.
My questions are:
1...
I'm calling sd_ble_gap_adv_start after a connection disconnects to start advertising again and it's returning err_code 12... which is NRF_ERROR_DATA_SIZE. However, the documentation...
Hello,
I am currently working on a project that involves the host device to send configurations parameters over to the device. I was hoping the connection between in device...