This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
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...
Hi,
We're working with very specific hardware which requires us to watch very closely. We're currently considering a blocking function in an ble event handler which can...
Hi all,
We are currently developing a BLE enabled sensor device. We want to use the NFC component to identify the sensor by writing a device ID to the tag.
Question...
Hi,
The comparator (COMP) in nRF52 can use three internal reference voltages (1.2, 1.8 and 2.4V). Is it possible to also output these voltages on IOs?
Best regards
...
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...