HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
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,
10040 nrf52dk
softdevice 132 v2.
keil ide
I am trying to read magnetometer values so that i can calibrate it using this method . For this to happen, i need magnetometer...
Hi guys,
I am using FDS module in nrf51822, sdk 11 to store and read data from flash. I have a problem about reading the data. In the documents, the function:
fds_record_open...
The problem
I am trying to build the examples contained in Bluetooth Mesh stack, but I get the following error when running cmake :
...
-- Found assembler: /usr/local...
we tried to configure two gpios as output{two separate controlling switch) at a same time.hex file formed without error but we are executing that hex file on nrf51422 dk board...
Hello folks,
I have been trying to flash/debug an example(blinky_blank_pca200006-nrf51822_xxaa) from nRF SDK installation but to no avail.
The hardware is actually the...
In latest release of MESH SDK v1.0.0, there is support for DFU Bootloader.
It will be helpful, when there is upgrade from firmware side to add new features & remove bugs...
Best way to send datetime from android app to nrf52.
Ultimately I am trying to send two datetimes from android app and compare them with the current time in BLE device...
Hi, I'm using nrf51822 module for bluetooth connectivity in one of my projects. I'm able to compile the code in keil v5 without any errors or warnings. But I'm unable to find...
Hello,
I want to allow users to change the device name as they like. I've been reading about it and I know what needs to be done, i.e. write to the device name characteristic...
i want to add a PA for a nrf51822 chip inorder to extend the coverage. i choosed a PA IC named RFX2401C.i am wondering how to deal with the TX pin and RX pin of RFX2401C.could...
Hello Guys,
I use BMD-350 rigado module for development. Now I want to programme it using raspberry pi 3.
I am using OpenOCD in raspberry pi to programme nrf52 chip...
hello,ereryone!One nrf52832 as ble_central,and another nrf52832 as ble_peripheral.
and the ble_peripheral (nrf52832 )set static passkey:
#define SEC_PARAM_BOND 1
#define...