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...
I was going through all the supported SDKs for the nrf52840 and in all of them, it is mentioned that the ESB and FreeRTOS support is not there yet. Could someone please let...
Hello, I'm trying to implement a buttonless DFU via ANT for a custom nRF52 board. I've got the 212 v4.02 Softdevice and I'm using the 14.0.0 SDK. I am able to transmit and...
Dear
i want to nrf52832 to collect accelaration sensor data(SPI communication 8MHZ).
The sensor output datas per 250us,nrf52832 will lost the sensor interupt when 52832...
Good evening. I write a project on nrf51822 in which there are a number of services with a set of characteristics (write and read). I need to limit access to some characteristics...
Hello, I am working through the tutorials to understand how to better use the SDK. I am currently on the Advertising tutorial and have gotten a strange error that doesn't...
I'm developing an accurate and low drift millisecond-resolution timer on the NRF52. I'm limited to the resources on the NRF52 itself. Details of the system:
Initialise...
Is there anything special required to make a n52832 work the very first time the chip is programmed? Fuses to set, etc?
I'm new to nordic chips and I was handed a board...
While creating a DFU bootloader based on the bootloader_secure_ble example, I was having trouble getting a device to boot into DFU mode.
Initially the device would get...
(Sorry for the formatting. I don't know what's going on with it--the preview looks ok!)
I'm creating an application that uses
a modified version of the ble_nus
example...
Hello guys,
I have problem, I activate the BLE and connect it to my tablet application until then nothing wrong happens. But when I use sd_ble_gap_disconnect() to disconnect...
I plugged my nRF52 evaluation board to PC using a micro USB cable, dragged a ble_peripheral hex file from Nordic examples to the mounted JLINK drive, started up nRF Connect...
Hello,
I am using nRF SDK 12.2.0 , with nRF52832 on pca10040 hardware, and working with the example in examples/peripheral/spi/main.c to develop a driver for LIS2DE12....
In nrf51422, what is the behavior of these registers when an external rail-to-rail clock source is applied?
Do I have to issue HFCLKSTART? If
not needed, does issuing...
Hi,
I am testing the light_switch demo of the nrf5_SDK_for_Mesh_v0.10.1-Alpha_src.
I don't have 32kHz osc on my server board, so I have to change the clk config. I config...