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...
Hello Everyone,
I am trying to run examples of BLE Pheripheral in my NRF51822 board but something is wrong. SoftDevice and algorithm are downloading well but bluetooth is...
I'm trying to port Thingy52 firmware project from Keil to SES.
I followed this guide Segger Embedded Studio - A Cross Platform IDE
I manage to build without any errors...
Hi Guys,
I am new to the nrf52 family of chipsets and started my work with a custom board containing the nrf52832 chip and some on board peripherals like GPS and some sensors...
phenomenon:
When master successfully encrypts using previous binding information, pm_evt_handler in main.c receives a PM_EVT_CONN_SEC_SUCCEEDED event and gets a bonded...
I want to read and write certain pages from the NRF52 flash via nrfjprog. The goal is to debug an issue with the peer manager by saving the FDS flash contents to disk. I would...
I have downloaded the Eddystone example to my nRF52832 dev-kit and I am trying to register it with the google beacon platform using their beacons Tools app but it says that...
Hi,
i have the below queries:
In our project we are using multiple masters and multiple slaves, in that each slave is dedicated to a single master.
for ex: we are having...
Hello. I created some HID device based ble_app_hrs_pairing_nfc example on NRF52. And I have a questions:
1.I need to automatically reconnect to bonded device after reboot...
By default, the NRF_DEBUG is disabled. After enabling, and removing this assert check:
devzone.nordicsemi.com/.../
I am now hitting another one here:
#if ( configUSE_TICKLESS_IDLE...
Reading the documentation online for the BPROT component for the nRF52832, it seems like resetting is the way to clear the Write Protection bits in BPROT. Is resetting the...
I'd like to be able to change the ble connection interval during during runtime to save power. I followed this post and found that p_ble_evt->evt.gap_evt.params.connected...
Hi,
We like to develop a battery powered device with small current consumption which will communicate with mobile devices over BLE. It will comunicate with mobile device...