Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
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...