hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Hi Nordic,
It's hard to find an example to talk about the event of advertising. I checked the advertising chart and know I will get the event BLE_GAP_EVT_TIMEOUT. Where can...
Hi,
I attended a training session run by the BT SIG last week and met a helpful Nordic chap who, when I mused about how I was using a programming board to run a sensor...
Hi i am having doubt in RTC configuration.I am using RTC1 and i want to produce ticks for every 1 minute.I have combined the UART and RTC example to get the RTC output in...
Hello
i am using the Nrf52 with pca 10036 board. i am working on fruitymesh to work on visualgdb.
i am getting problem here
"#pragma pack(push)
"#pragma pack(4)
...
Hello, i need to count 1 or 2 minutes. Someone can recommend me if to do that is easier to use app_timer or RTC?
Which is the value that i have to put in the prescaler...
Hi,
I have bootloader ,Application with buttonless dfu (with FreeRTOS) and S132 v3.0,
Flashed SD3.0 and then bootloader with debug support. After updating application zip...
Hi all
I use the nRF52832 and the SoftDevice S132 V2.0.1. When I perform a soft reset (NVIC_SystemReset) while the SoftDevice is running, the fault handler is triggered...
Sorry i'm survey in forum ,and try for a week , the problem still there , please help me !!
I'm try to compile APP1 in IROM1( Start:0x1B000 Size:0x4650) ,APP2 in IROM2...
In Nordic's example GCC projects, the Makefile of the SD examples have -DSOFTDEVICE_PRESENT defined. However I noted that even though it is defined here, in nrf_drv_common...
I have a 1 second app_timer running which increments a 1 second variable used as unix time. We have a 32Khz Xtal, etc, which should result in good accuracy.
I have noticed...
The QFN package has an exposed gnd pad. Are thermal vias required in this gnd pad? The reference design has a 4x4 thermal via array. I believe this is only there because Altium...
Hello,
I'm using a BMD200 module (with a nRF51 chip inside) and the custom_board.h provided by Rigado along with their EVK. I'm also using a BMD200 on a board I developed...
Hi There,
Under what condition(s) would a master skip a Connection Event (i.e. not transmit to the slave)?
We are currently testing using v12.1 SDK. I have configured...
After connect I try to find a service using MasterEmulator method DiscoverPipes() . I'm using event masterEmulator.LogMessage += OnLogMessage; to print logs. First it write...
I'm trying to implement an application where one board updates another board with Nordic's DFU service. I'm using the NUS client example as a basis to develop the BLE central...