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...
Hello, I am running bluetooth example.
I am using the nRF52832 board and SDK 14.0.
I modified the multilink example to make a slight modification and connect it to another...
I have a windows side application and an Android App, both of which are set to capture data from the Thingy Sound Service.
On the windows application, the data after being...
I need to be able to reserve some flash to permanently store manufacturing values that will never change. I did this on an nRF51 by reserving a 4KB block and setting the necessary...
Hi all ,
I have problem . I have 1 NRF52832 dev kit . It connect to STM32 devkit via UART . I want to tranfer firmware of STM32 from smartphone to NRF via BLE , and from...
Hi,
I added this in SystemInit() (just below the CONFIG_NFCT_PINS_AS_GPIOS section) within system_nrf.c so that I could easily turn on or off the APPROTECT read back protection...
I am using Thingy 52 and I need to use multiple sensors on the board. But the API reference is really poor and there is no examples on this. So I don't know how to configure...
I'm trying to debug a high current issue on a custom board based on the nRF52832. I'm currently loading a modified blinky app (entire main.c included below). On the nRF52DK...
hello,
I am using nrf52 DK and MPU 9255 .I am using source code given here here .of this link,I have taken 'nrf5-ble-data-ready-interrupts' example .code builts fine in...
Hi all,
I have a Thingy52 and a nRF52-DK.
I have successfully setup 2 different Eclipse projects to compile code for both hardware.
On the nRF52-DK, i was able to build...
I am developing Firmware for NRF51822, S110 in Eclipse. I Heard that there is two mode in Firmware. 1. Debug mode 2. Production(release) mode. Is there anything like that...
Hi,
Currently I am browsing the mesh sdk to get enough information for my own implementation,
However sometimes its quite difficult to see what a C/H file actually does...
Hi,
I am trying to use nRF52832 dev kit(pca10040) as my connectivity board and STM32L4 as my application board. I have flashed ser_s132_uart(examples\connectivity\ble_connectivity...
Hi,
I have seen alot about the declaration process with the Bluetooth SIG but couldnt find my specific case.
We made a BLE application with the NRF51, a PCB Antenna, SD130...
I haven't found specific documentation on this so I would like to be absolutely certain that the fields in the softdevice info structure are used how I think they're used...