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...
Hello ,
As mentioned in another question, I would like to use the nrf51822 SPI slave peripheral to benefit from the DMA capability although I want to behave as an SPI master...
I can't seem to find where/how the BLE address gets randomized so it changes periodically when using the BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE address type.
-It seems...
Are the OVERRIDE parameters useful in any way shape or form when using the NRF_2MBIT mode?
Is there any reason other than BLE compliance to use the OVERRIDE parameters...
I cannot uninstall MCP on my W7 x64 system using the normal control panel add/remove programs method. It appears that I need to re-run the original installer which I no longer...
Hej,
that might sound like a dumb question, but what is the minimal setup to program an nRF51822 SoC using the SWDIO/CLK ports?
What external hardware is required...
As nRF51-DK User Guide said: "If you have swapped to the mbed image and want to revert back to the J-Link image, download the latest SEGGER J-Link software from www.segger...
I have bought the Beacon Kit because it matches my needs in terms of PCB shape and size, I have Evaluation Kit as well and use it for debugging purposes, but would like to...
I want to know the time range of advertise timeout.
Why it doesn't work if I set the time to 360 seconds?
It can work if the time less than 180 seconds.
Is the range 0...
Hello,
I would like to develop an application that makes photos using a small camera from the omnivsion series and send the data via Bluetooht, using the nRF51822. These...
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...