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 there in my code,
APP_ADV_INTERVAL 64
APP_ADV_TIMEOUT_IN_SECONDS 5
using nrfsniffer i am getting 57 packets in 1 second.
i can't understand it. because APP_ADV_INTERVAL...
Hi!
I tried to some research in the forum but I would like you to assert my final decision.
My goal is to design a sensors network (at the beginning with five end-nodes...
I am working with some code from a previous provider and I found in its void bsp_event_handler(bsp_event_t event) function this code:
case BSP_EVENT_MID_PRESS:
err_code...
Not sure if this is the proper venue for a bug report:
In nrf_nvmc.h (from SDK v12.2.0)
/**
* @brief Write consecutive words to flash.
*
* @param address Address...
Hi,
We need to add WeChat / AirSync functionality to our nRF52-based product. Is there any support available from Nordic for this kind of environment? For example ble_wechat_service...
I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
hi,
i can't find the ID for softdevice_s140
run cmd : nrfutil pkg generate –help
--sd-req TEXT The SoftDevice requirements. A comma-
separated list of SoftDevice...
Hello,
I´ve got a problem with the primary services discovery when register more than 1 vendor specific UUID.
I´m actually connecting one Cadence Sensor and one Motion...
Hello!
I have problem with DFU bootloader on nRF51822-xxAA.
For first, I made all steps for upload bootloader(erase chip, upload SD s130, upload bootloader).
I used...
Hello, I use nRF51822 based device with s110 softdevice. I noticed that data exchange is different on different connected centrals.
For test I used Windows and Android powered...
Hello,
I have my project up and running using the "nrf51-micro-esb" project. I can successfully set my device to PRX mode and have it receive payloads just fine. Similarly...
Hi,
I have an issue about power consumption with a board nrf52 10040. The consumption should be 100µA but is 500µA. I found an errata about that in ' infocenter.nordicsemi...
We're using nRF52 to read two sensors data: one is an ADC chip using SPI; the other is a PPG sensor using I2C. MCU sampling rate is 250Hz, meaning every 4ms, MCU will poll...
Hi all!
I'm a beginner developer.
I start my work with nrf51822, download examples e.t.c
Now I try to download my code in real PCB with external 16MHz crystal.
Code worked...