I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
I have purchased a nRF52 DK and want to use it by emulating an ANT+ Stride Based Speed and Distance (foot pod) and pair that with my Garmin FR235 running watch in order to...
Environment:
Segger Embedded Studio
nRf51 Developementkit using jLink OB firmware
S130
We're using the \nRF5_SDK_12.2.0_f012efa\examples\ble_peripheral\ble_app_template...
I'm trying to enable interrupt for radio events.
I have this code in main:
bsp_board_leds_init();
(...)
NRF_RADIO->INTENSET = 1 << RADIO_INTENSET_READY_Pos;
NRF_RADIO...
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...