Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hi,
We want to make PCB of NRF52 and we want to buy PCB design software.
Can you guide me that how many layers of PCB is required and how many pins will be required...
I've searched for enabling notification, but there are some points that I can't understand.
GATT characteristic attributes and characteristic cccd values are dedicated...
Hello,
When I check RESETREAS, I have some reboot reasons rised from software error (SREQ).
I know that these errors are not catched in the app_error_handler because...
I am using ARM-GCC (version 6.2 2016q4) toolchain and make command to compile example code.
I have updated my compiler installation path in Makefile.Windows as well.
...
Hi,
I am struggling with the Ublox EVA7M with nRF52 on i2c and wonder if anyone can share a sample code of connecting a GPS to the nRF52.
I am unable to make the twi work...
Hello
i have Nrf52840 boards.
is this possible that one device can play both role (Broadcast + Central) at the same time.
DO you have example code or any material regarding...
I'm trying to transmit from 52832 (slave) to 51822 (host) as fast as possible, so I set MIN_CONNECTION_INTERVAL=7.5ms and MAX_CONNECTION_INTERVAL=10ms . Then the device couldn...
Hello ,
I have been testing some programmes on the nrf51 chip which is on the development board . However now I'm looking into programming multiple nrf51 chips so how can...
Hi,
I was trying to add buttonless DFU service along with NUS service. I used SDK v11. Taken the example ble_app_hrs, s132_with_dfu. And added my existing NUS service....
In my application when I disable NRF_LOG_ENABLED , HardFault_Handler() is getting called. To debug this issue I defined a HardFault_Handler() in my code and inserted a break...
Good afternoon all,
We have seen something with nrf51822 a little bit unusual that we can't explain and that maybe some of you have already experienced.
In main loop...
hi everyone.I have a question about the bootloader SDK11.0 ,I download the bootloader engineering modified to nrf51822 board, the nrf51822 can be advertising, but when I upgrade...