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,
I got the error message when programming the nRF24LE1 :
"An error occurred when programming the nRF device. The infopage seem to be broken"
and also "The infopage...
Hello,
I am trying to create my own design using an SMA edge Antenna, and I am very closely following the Altium Design files provided by Nordic for PCA10005.
I have...
Hi,
I have a case where the receive end event is triggered even though the receive base address and prefix shouldn't match. Some background:
Initially the receiver is...
I am working with the nRF51822 S110 and having trouble implementing SPI. In other devices' SPI protocols, MISO can be held high until the device is ready to transmit data...
I'm uising the NRF51822 PCA100001 eval kit. I'm trying to open a couple uVision 4 projects in uVision 5. Unfortunately, it keeps telling me to install the software pack. I...
Hey,
I am designing a custom PCB with the nrf51822. I would like to use the reference layout that Nordic provides, specifically nrf51x22_qfaa. My project involves reading...
I have recently started using the new rev 3 parts with 32K of SRAM and I was wondering what the timeframe is for the softdevice to take advantage of the extra memory?
My...
I would like to understand when I would need a wired programming (with help of TC2030 connector) interface and when I would need OTA. I am trying to find the easiest and fastest...
Hi,
What is the difference between using WFE and sd_app_evt_wait to force the processor into sleep mode?
We're trying to optimize for power consumption, and somehow...
I have experimengted with prepared write on Nordic 130 softdevice and found it's quite
low performance in terms of throughput.
First, between iOS/Android device and Nordib...
Hi Nordic's experts
We got a RF problem in certification test, attached picture is the measured occupied bandwidth, the value of OBW is 1.73MHz , but the guy in the lab...
Hi,
Does anyone known what the maximum frequency is that the timers can operate on ?
I want to count a signal that is 24Mhz while the clock frequency is only 16Mhz.
So...
Hi :)
In my program, just ONE pipe to use advertising service data is not enough. There is the function:
lib_aci_open_adv_pipes(const uint8_t * const adv_service_data_pipes...
Hello,
Sorry for this newbie questions.
I have a side project (connected device) that will need a BLE component for communicating with phone apps (android, iphone). I...