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...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Hi,
As discussed here a way to advertise each 20msec is changing the mode to BLE_GAP_ADV_TYPE_ADV_IND. This is a connectable mode and assume we do not want a connection...
why I debug the project ble_app_hrs_rscs_relay in SDKv10\ble_central_and_peripheral\ , it can not go to main(), always stay on first,I do not change anything, it compile oK...
Hello,
When I restart my application with debugger, i have strange IRQs called (TWI, ...) before init. Possibly IRQ still active and debug don't touch them.
Can I disable...
Can you please provide an example on how to read 10kB from the internal flash using pstorage_load and send it to mobile phone (NRF Toolbox) via NUS UART BLE ble_nus_string_send...
Hi
I've just seen Nordic has ported FreeRTOS into the NRF5x series. Have you been using it together the S110? What's your experience? Could I use it together any SoftDevice...
hi, with good advisers in here, i can build the ble_uart_example and download it.
and using the function 'ble_nus_send_string' in 'ble_nus.c', i can send some messages...
I use the application timer with a schedular on the nRF52 with SoftDevice S132 1.0.0.3 alpha and SDK v0.9.2.
The application timer is running in repeated mode and should...
Hi guys,
As there are several minor and major versions of MBR in the wild I guess there could be useful function to get current MBR version during runtime. I haven't found...
Hello,
can I change the message that appears in the notification bar of the beacon server lib for Android 5.x? I know how to do that. I would like to know if it is allowed...
Hi folks! First post here. Can anyone recommend an external amplifier (preferably preamp and PA, but just a PA will do) for the nRF905 for use at 900MHz?
Thanks,
-Dave...
Our system will awake from an external accelerometer interrupt, so I would need a code fragment which shuts down S110 soft device (and radio of course) and also all the nRF51822...
Hi,
I'm trying to test a new nrf51 board using the s130 softdevice and the ble_app_hrs_130 example. However, the program seems to hang in the ble_stack_init function (code...
I'm trying to implement DFU-OTA (Bluetooth transport) for our custom board and currently i'm facing problems in flashing the different elements (softdevice, bootloader, application...
I need to implement a PWM analyzer. I looked at the example in SDK 6 and it's fairly easy to follow. When I tried it, it doesn't look like GPIOTE handler gets called frequently...