Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hi,
I need to store an image of size 40kB to internal flash memory. Actually i tried to store it from the address like 0x28400 and 0x2E984 (memory addresses after softdevice...
Hi, I am developing an BLE application using nRF51822.
This question is from my previous question:
devzone.nordicsemi.com/.../question-about-adc-power-consumption
...
i have purchased one of the modules. i need to interface with other modules of the same kind but how will i start programming it ,can u people suggest me the IDE ? do i need...
Hi,
I try to modify 51822 device_firmware_updates code for 51422.
But I have a problem.
When I run my code, my cell phone can connect to 51422. I can click DFU button...
According to Page5 of nWP-018, if we compare QFAA G0 to C0, G0 doesn't have a valid version reference design with the right balun. But G0 and C0 have the same valid reference...
Hi there,
We're looking to use the entire 16 KB of RAM on the nRF51822 when the S110 is disabled. We've come across an odd case, where doing this:
memset(0x20000004...
Hi there,
I am trying to learn how to develop for the 8001 chip on an Arduino board.
Does anyone know a good tutorial I can use to get to grips with how i would go about...
I have nRF 8001 BLE chip.First i want to know will this chip contains any Firmware i.e it has its services and characteristic or not? And i want to write my own Services and...
Dear Sir,
I used nRF51822, I found sometime the program reset itselft. Then I made a test program to send out the "RESET REASON"by BLE message. I found the reset reason...
When a callback function is registered via the softdevice_ble_evt_handler_set(), are there re-entrancy issues when the callback is called by the softdevice?
For instance...
HI,
May I ask question ?
I am testing the "ble_app_hids_mouse" program . When I run the program ,but it can't pair with my computer(windows 8.1).I don't have the nRF6310...
I want to connect my mouse to win7 or XP PC(but I can only buy CSR BLE dongle CSR8510A10),
It connect OK in win8 with the same dongle but report error as the title describe...
Hi,
I have a problem is that I use the 51822 as a reader to read the 24l01's radio data.Now,I use the UART to read the instruction from the PC. If the instruction is "ON...
Hi,
I use the nrf51822 to read the data from the tag which designed by the 24l01p radio module.In the whole progress, first of all, the reading module read the instructions...