I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
Hi all
I just have to use 2.4MHz with nRF51822.
I don't neel to BLE and have to use full flash memory for application space up to include BLE stack.
If I control it,...
Hello,
We are trying to implement a DFU with S110 V6 and SDK V5.2.0.39364.
After starting the transfer procedure the nRF 51822 SoC restarts and disconnects.
I tried out...
I modified "pca10001\ble\experimental\ble_app_uart". I add 1 button(app_button.c) and 1 second Timer (app_timer.c)to display clock through UART to PC terminal.
But the...
Hello,
I'm having a problem with the search timing out, channel closing and not being able to reopen the channel after the sd_app_evt_wait command. How do I wake it up without...
Hi,
I am a beginner with nRF51422 (with Keil v 5.10). I am using PCA10006 and PCA10007 together with ANTware II software to evaluate ANT capabilities before I will integrate...
Hello all,
I am developing application for humidity measurement using nrf51822 evaluation board which uses custom services which i have developed. I have already tested...
I have re-targetted the S120 HRM Central to run on the PCA10001 and the only changes necessary were to re-define the LEDs and buttons. It compiles and runs with the following...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi,
I have a full working ble code form the example provided (keil), but I DO NOT SEE any uart interrupt happening. I can write data to the uart, but I can't see any interrupt...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
I am using hw TWI with the s110_nrf51822_6.0 softdevice, nrf51_sdk_v5_2_0
I am using pin 3 scl and pin4 sda of the nrf51[48]22 eval boards.
I am able to drive these pins...
Hi all!
As we know, the funtion Nordic offer to send the ble data is called "sd_ble_gatts_hvx()". But as far as I observe, this funtion just puts the data in the stack...