before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi!
I would like to create a RTC for stamping log messages, with 1ms resolution and including time from year to millisecond, like: YYYY-MM-DD HH:MM:SS.mmm.
What would...
Hi ,I'm trying to program Qtouch with nrf51822, and i have a question : is there any libraries i can use for my Qtouch in nrf51822 ?
i'm using QTouch :Atmel- AT42QT1070
...
I am using Nordic SDK to develop an application. I need to turn PWM off and turn it back on (to produce a beeping sound from a buzzer). To do this I went into the bsp.c file...
Hi..
I am using NRF51822 , we are using Ceramic antenna. We are thinking of designing body similar to the image. perimeter of the body is made of metal (aluminum) of thickness...
Hello
I am looking to make a program on nrf52 in which i send various values from nrf UART app on a mobile, and each value controls a LED on a GPIO. For example, sending...
Hello,
I want to combine the RTC example from the peripheral to one of the BLE peripheral examples but the problem is that the BLE peripheral examples need the softdevice...
I have troubles with logs over uart.
I'm debuging dfu bootloader secure with SDK 12.2.
BLE is used for DFU transport.
I set NRF_LOG_DEFERRED 1 as in my another application...
I have reading lot of questions/answers about the nRF52840 and when asking for pricing and availability the answers is always "call to sales manager or distributor" , however...
Let's say we are running multiple state machines in a ble device, so that it can accept multiple connections in Slave roles. Will all the state machines share the same Advertising...
Hello,
I'm trying to measure battery voltage on nRF52832 chip using SAADC based on examples/peripheral/saadc and examples/ble_peripheral/ble_app_proximity and noticed that...
Hi I think this might be a potential bug in peer_data_storage.c
ret = fds_register(fds_evt_handler);
if (ret != NRF_SUCCESS)
{
return NRF_ERROR_INTERNAL;
}
ret = fds_init...
Dear All, I'm developing a connectionless beacon, it can be an observer or broadcaster device depending of time slot. But softdevice stack does not leave available space to...
I have an application that uses FDS and I've recently added to it the peer manager in SDK 12.2.0, which also uses FDS. It turns out that the application data keeps being updated...