first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi all,
I have been trying to get my Nordic nRF51822 transmit continuously on a particular channel for FCC certification. The Test lab wants me to test the product in 2402MHz...
Dear Forum Users,
I am trying to send the data in a burst. Thanks to this post I have managed to achieve ~2,5 kB/s. However this lasts only for few seconds. Then the stream...
When i load the example radio_test pca10040 in Keil i get the following error messages
Error #544: Required Software Pack 'ARM.CMSIS.4.5.0' is not installed
Error #544:...
Hello
I plan to use two Bluefruit LE Micro devices that contain the nrf51822 as BLE beacons.
I also plan to use a BLE receiver (on another arduino) to receive the beacons...
Hi,
I'm using GCC with SDK11 on linux. I'm able to build successfully. When I try to run "make flash" or "make flash_softdevice", I get error nrfjprog command not found...
I just got the nrf51822 evaluation kit. I followed the instruction and installed everything per instruction. When I tried to open “Blinky” project, I am getting the following...
Hello,
I have a peripheral based on the nrf52 that connects to my Android phone already in direct advertisement mode.
I am trying to get a NRF52 central working with...
Hello! I'm trying to use the PWM on a board containing an nRF51822 device. However, simply including the nrf_pwm.h file multiple errors are trigered, such as the following...
Hi everybody !
I try to use nrf52 DK with OSX
I follow this link
devzone.nordicsemi.com/.../
and I have a problem with this step :
launchpad.net/.../ download
...
hi,
i tried to make a ac dimmer circuit controlled with dc
i use nrf51822
this is my dimmer circuit
aaand this one is zero crossing detector
finally this...
I've been puzzled after looking at the current draw figures for the nRF52832. If the advertising interval is supposed to be 20ms.
Can someone explain why the advertising...
I have followup question to the one asked in this thread:
devzone.nordicsemi.com/.../
I'm also using the device manager in DFU so that I need both the pstorage_raw and...
Hi !
I'm working with the pca10040 and nRF5_SDK_11.0.0_89a8197.
I tried to run the DFU bootloader example with SEGGER Embedded Studio 2.2 ( following this tutorial ).
...