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 currently designing a PCB containing the nRF51822 chip and I am concerned about how I will be able to update the program.
I have 2 main questions :
I...
Hi,
I developed an application with Nrf51822 with some bonding need.
No problem with android or using the dongle, but using iOs systems it happens that after a random attempt...
When I add a GATTC in S110-V6.0.0 ,my GATTS stops working,the NRF Master control panle retern ERROR(0x85):GATT internal ERROR Error(0x85):GATT ERROR .Can S110-V6.0.0 run GATTC...
The note on the IoT softdevice says:
"This SoftDevice is a technology prototype only. Therefore, it should never be used in production."
Will there ever be a production...
Hi
I know perfectly it is not possible to debug while the softdevice is enable and the Bluetooth is working. When I try to set up a breakpoint under these conditions, the...
hello there i want to communicate nrf51 and nrf52 using i2c protocol. [https://devzone.nordicsemi.com/question/75218/i2c-in-nrf51/?answer=75221#post-id-75221]
from this...
Hi ,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0.
The program detail of nrf51 as below:
-- sorftdevice : s130_nrf51_1.0...
Good morning,
I have designed a prototype based on nRF51822 device. Now, I want to program it with a demo software and I have the Ulink-me tool instead of Segger. From Keil...
Hey ,
I'm trying to implement a device that waits for the clicks from the user and sends it over ble as notifications.
i have written the header files for sensor . and from...
im trying to get my nrf51822 connecting only to my phone, I set the phone mac address on white list, but I cant connect to my phone (android) wiht nrf master control.
How...
When my program hits an error returned by an NRF API call, I get a hex number corresponding to that error from the app_error.c:
case NRF_FAULT_ID_SDK_ERROR:
m_error_data...
We've got devices that are out in the field which were built on SDK6.1 w/ 110 SoftDevice 7.1.0 on an nRF51822.
Went with the dual-banked solution as that was what was available...
We are developing a blood glucose meter based on the nRF51.
To comply with Bluetooth Continua, do we just implement the Glucose Profile and Service (GLP and GLS)?
Do you...
Hi everyone,
I pass few days to try to fix my issue whiteout success.
I'm working on UART example provide by SDK 10 and tried to set up a communication from my computer...
Because of the power-saving support, I want to disable the UART before Call the sd_app_evt_wait().
I referred to two following sites to know the procedure of the case....