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...
I am successfully using the ZigBee OTA upgrade example, but the firmware upgrade takes quite long, approximately a half an hour, so it is not an adequate time at the firmware...
Hi,
I'm using nRF52840 with SDK15.0.0 wit code from : https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial
I could make...
Hi there! I'm an engineering student who is just getting started with all the ARM SoC's and BLE environmenment, in order to develop a project for college. The project that...
I try to test Relay performance of BLE mesh, my setup as following:
1 one client loaded light switch client;
2 two server loaded light server with Relay On;
3 one sever...
Hi, I'm looking to use the nRF9160 DK as an IoT Bluetooth Gateway as listed on the nRF9160's product page. Basically, I am tasked with connecting two nRF52840's (both in GATT...
Hi, I am developping a product with battery power. To preserve the battery life, this product needs to work in low power mode. How can configure nRF51 to advert in low power...
Hi,
I'm using the PCA10056 as a JLINK to my custom board. My board is powered by a LiPo battery through VDDH, and I have access to the SWD pins. I'm also using Segger Embedded...
I started from the blinky example for pca10040e (NRF52810) on SDK15.3, added some files and code to get TWI_MNGR working but i get an error which i can't solve
`.nrf_queue...
Hello
I am currently trying to read data and save the timings of it. When pushing a button on my custom made PCB, the microcontroller goes to the handledata function....
Hey,
So I've been using the Verizon SIM card supplied by nordic with our nRF9160 dev kit. I never really new how the APN was getting configured because it just happened...
Hi, I have DK-52840 where the ATMEL ATSAM3U2C is the on-board debugger. I replace firmware via my J-LINK ULTRA+ JTAG through 10-pin connector on-board, I used J-Link Commander...
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/hardware_driver_pwm.html
Where are more docs like this explaining how to use the drivers?
Hello, everyone, I am a fresh guy using nrf toolbox to read UART (52832) logs. Now I installed nRF Logger and try to save the UART log file. Does anyone can teach me how to...
Greetings to all, I am trying to debug the PrnRF Connect Programmer with visual studio code, but I can not find a way to achieve this. They could give me a hint of how to...
we have a linux gateway with an nrf52832 connected via serial port. the gateway communicates with a modified connectivity HCI application on the nrf52. the gateway device...