HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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 ,all
I have a problem in my project .I want to use gzp preload ack feature .When the host receives datas ,I would use this function "void gzp_preload_ack(uint8_t* src...
Hi,
I've asked a few questions previously regarding programming of the nRF24L01/+ for simple data interchange between two devices, and my questions were answered -- many...
I want to use the development kit for Bluetooth 5.0 IoT product development.
Is there packet sniffer software available for the nRF52840 development kit?
If yes, will...
hi,
I used gpiote to capture an external interrupt when I found an anomaly.
I configured the interrupt input io, burn the program can be normal operation, when...
Hello everyone,
I tried to connect with nrf51 with andriod 5.x .On connection indication the Master (android ) shows the following values of connection parameter (taken...
Hi guys
Given that the sample capacitor is 2.5pF max, the quoted source resistances that are supposed to match the settable sample times seem to be extremely conservative...
Hello,
I'm trying to set up an app that enables the command line interface (CLI) over UART as well as the logging.
This is the what the main looks like:
int main...
I have set up the peripheral to transmit some dummy data, device information service, battery service and HTS service. I am getting started with the "central" now. Can some...
Hi,
First,i want to develop my project via SDK12.3 hrs project. I download the SD and app in hrs project in SDK12.3 via Keil ,but it does not work. I enter debug mode and...
Hi,
as far as I see, I can enable or disable external interrupts using NVIC_EnableIRQ() and NVIC_DisableIRQ . Is there a method to check if a specified external interrupt...
Hi everyone , I am trying connect two NRF52832 board over Bluetooth then display on Terminal over UART . Pls , give me an example for this problem .
Regard.
I would like to update ble device name from device1 to user2.
How i can do this in swift language . i m atrung to update by ios app.
is below way is right? but not able...
Hi Nordic,
I was reading the Wiki page for porting OpenThread to a new hardware platform ( github.com/.../Porting-Guide) and I noticed there isn't a "flash.h" header file...
MIN_CONN_INTERVAL
MAX_CONN_INTERVAL
SLAVE_LATENCY
CONN_SUP_TIMEOUT
Hey guys,
I want use my device with Android as well as iOS, but i am facing some issues for...
Hello, when reading the source code for a mesh node provisionee, I stumbled upon this MACRO function:
NRF_MESH_ASSERT
Edit: it is in ble_mesh_v0.9.1-Alpha\mesh\src...