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,
For BLE, there is always an ACK in link level no matter it's write/read/notify/indicate.
How about 2.4G proprietary mode? Is it possible to just send a data without...
Hello,
I am using the nrf52832 with SDK v12.3 and PCA10040. Not using any soft devices, nor the RTC. The program is intended such that timer0 is set to toggle a pin (P0_11...
Hi,
We are working on Automotive project using nrf51824. below are some queries ,
We are basically want to use the chip as a Bluetooth to Kline(using Uart) bridge ....
Hi,
we would like to start a new product (update a design) and add Apple Homekit feature because ""Apple will now allow any registered developer to start building a HomeKit...
As i am new in embedded programming,I was trying to connect MPU 9250 with nRF52 DK by using given examples. now it is showing error
#error "No MPU defined. Please define...
i'm new in BLE, now i have project with nrf51822 and sdk 11.0.
in chip arm like STM, MPS or PIC, avr. when byte come, we have a flag set 1 to notice that there is one byte...
Hello,
Is there any way to check if the bluetooth is connected after NVIC Reset?In our project when we get a specific command from the UART, NVIC reset is done.After the...
I've run an mesh example of light control with three 52832DK board.There are some question.
[1]Now i want to add uart function to the example,then i can send msg without...
Hi,
I'm working on modification of DFU Bootloader to use external flash instead of standard Dual-bank or Single-bank version. Now it works quite well, but I have problems...
For programming the nrf52832's BLE capabilities the only option that can be used is the s132 soft device right?
According to the latest specification, the maximum throughput...
Greetings,
I have an application where the DFU of a NRF52 is performed by another microcontroller via a serial port. Once the DFU is complete, the microcontroller turns...
Hi everyone!
I'm wondering about why SoftDevice stays idle (in terms of radio operation) so "long"
("t ScanReserved" = 760 us) after channel changes during scanning? Despite...