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...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
Hello:
I'm trying to get an example program ble_app_hrs running on my custom board, because earlier last month I couldn't write the cccd descriptor properly and I suspect...
i try to connect and read and write on my device with ionic2 BLE plugin , i can connect and also write on the device but when i try to read a data from device and use startNotification...
Dear team,
Our customer using "nRF51422 Development KiT8PCA10028)" with "ble-sniffer_nRF51822_1.0.1_1111_Sniffer.hex".
They can check advertising packets, but, they...
Hello,
Here is a newbie question:
I have NRF52832 (sparkfun breakout board) and ADT7410 temperature sensor and, I want to create a data logger. But, i could not understand...
Hii all,
Is there any one started using and succeed with nRF connect 2.0, I installed and open this app, and added two apps two this
After that I launched the app...
hii team,
iam trying to pair my central app with one peripheral device which is generating random passkey while pairing .when central (my App) is sending pairing request...
Hi,
I am using the pin change interrupt example provided in the SDK examples. By setting the input sense to NRF_GPIOTE_POLARITY_LOTOHI, the interrupt handler is called...
Hello, i am a beginner, i have a doubt that my UART project is building without the softdevice being flashed and the output is not seen on the pins. I wanted to configure...
Hello
I want to change the mac address of my device from normal mode to random mode,
I do not know how this does for nrf52832 (NRF52-dk)
Thank you in advance for your...
Hi All,
I've got a nRF51-DK development kit, and I just compiled and downloaded my first example to it through Keil uVision. Problem is that nothing happens when the program...
Would it be advisable for system design to use CAN(CAN Open) and BT simultaneously on nRF52832 IC?
Why this bothers me is because capabilities of nRF BT MCU's are growing...
Is it possible to limit the connection duration on BLE peripheral (nrf52832)? For example, if central is in connection for more than X seconds, then peripheral terminates...
hello everyone,in my code, SDK9.0 uart ,please tell me the reson if you the book of knowledge
static void timers_init(void)
{
uint32_t err_code;
APP_TIMER_INIT...
I am looking at the att_mtu_throughput example in the blog ( devzone.nordicsemi.com/.../)
Some of the items in configuration menu that are shown in video and listed in...
Hi,
I am using sdk13 with a nrf52832 dev kit.
I have two separate projects one with a bootloader and other with an application.
I use the following configuration in the...