nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
hello, i am using nrf52 dk .I was testing example twi scanner.I want to read slave address.So i am using twi scanner example but i got error message as follow:
TWI:INFO...
Hi, I'm new here and I use nRF52832 (pca10040), I was wondering if it is possible to change a function in C / C ++ language during the runtime, that is, my idea is whenever...
Hi,
I had a problem using your (nRf's) implementation of block device with my flash memory (I think that exact model is not relevant here). I'm using SDK 15.2 with NRF52840...
Hi,
Do you have a declaration of conformity for the chipset nRF52832 ?
I need this document to justify to my laboratory the conformity of the Bluetooth module to the standard...
hi,
I have some questions, please help me solve these questions. ( I use SDK 15.2.0 and nRF52832)
1. my customer ask how many central bonded with one nrf52? (my project...
Hello,
I am trying to send data from my light switch mesh client (nRF52840) to my gateway, the nRF9160 using UART. I added the UART functionality to the light switch client...
Hello there,
I followed all the steps in the following link:
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fdevelopment...
My device (nrf52832) has two signals triggering GPIOTE interrupts. I need to be as low power as possible, so both are setup to not use hi accuracy, making them share the PORT...
i need a help
As mentioned in this thread
https://devzone.nordicsemi.com/f/nordic-q-a/18512/directed-advertising-with-pre-shared-irk
in need to do directed advertising...
Hi,
We want to measure our external custom board which is not based on nRF52 chip. That board has current consumption header and it's chip draws maximum current of 60mA...
Hi:
I find a odd question when i use SES to develop nRF52832, ESB protocol is using and i need to config some different slaves with same code except the pipe num, i define...
Hello,
In my current zigbee project I have a sensor end device which should sleep when possible. I am handling the ZB_COMMON_SIGNAL_CAN_SLEEP event and have added zb_set_rx_on_when_idle...
Hi,
I am using NRF52 SDK version 15.3, Segger Embedded Studio.
I am using the ble_app_beacon example in examples/ble_peripheral, I have programmed 2 devices with the...
We are attempting to replicate the background DFU process presented in the example DFU over TFTP. Reference SDK that we are using is 15.2
What we do:
- We are trying to...
Hi,
While using the BLE advertising module, it struck me that it automatically stops advertising as soon as a device connects. This is not acceptable in my application as...