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, I am trying to implement Secure Connection for my application, because using PIN I noticed some problems with the bonding in iOs, in fact using the device manager from...
I've writen a BLE program for a company,they reqire me to certificate the circuit and the program through a Fixed frequency program,what is the hell?Where to get it?
Hello,
[Device: nRF18522 S110 Softdevice 8.0.0 SDK10]
I've referred to this post:
devzone.nordicsemi.com/.../
Does it mean the maximum value is 512 seconds...
hi,For the bluetooth certification, but requires a fixed frequency is 2402 2442 2480 test, could you tell me need how to set up 2442 under the fixed frequency?
I'm trying to make one of the examples in the SDK v9, but I'm stuck on the following error;
L:\NR - nRF firmware\Nordic SDK\V9\examples\ble_peripheral\ble_app_template...
Hi,
I use s110_6.0.0 and sdk_5.2.1 in my old product. I found that I can't write flash sometimes. Timer1 and Timer2 are used, and their interrupt priority level is 1(high_priority...
Hello,
I noticed that their was a question in the developer zone regarding MD bit?
devzone.nordicsemi.com/.../
My question is slightly different. I am using Soft...
Is it possible to use random 128-bit UUIDs for custom services and characteristics? Or do the characteristics in a service need to share 96-bits with the custom service UUID...
The hardware bug #39 on the GPIOTE in EVENT mode which gives a overconsumption of ~1mA even in idle mode on, kills the interest of having a low power chip, because the solution...
I am wondering, for 51422 or 51822, are all radios can work simultaneously or only one type of radio can work at a particular time?
e.g., BLE & ANT can work at the same...
Hi all,
Is it possible to get a callback from the softdevice, when a characteristic is changed? If so can you guide me in the right direction - documentation / examples...
@brief Function for application main entry.
*/
int main(void)
{
// Configure LED-pins as outputs.
LEDS_CONFIGURE(LEDS_MASK);
// Toggle LEDs.
while (true)
{
for...
Hi,
I'm using gazell library with app_pwm.
From documentation gazell use Timer2 and PPI channels 0,1,2.
APP_PWM use Timer0.
When I disable pwm using app_pwm_disable...
Hi,
I'm trying to use the nRF52832DK to flash a Rigado BMD-300 module (nRF52) - I've connected SWDIO, SWCLK, GND and voltage sense to P20.
It seems that because the...