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...
It is good practice to prefix all functions from a C library with a prefix, to avoid collisions with other libraries that the end-user may link with. Unfortunately the Nordic...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hello,
I need to read by Battery Voltage using ADC. My Battery is 3.3v which is being stepped down to 2.1V using a LDO regulator. So my VDD is 2.1V in DC/DC mode.
Now I...
Hi guys I'm sending data from an nexys 4 fpga through an spi to my nRF51 (pca10028) I have the fpga set as the master and I'm able to read data sent to the nRF51 through my...
Hi.
I'm using nrf52 as slave for another device. I'm reading test string from the nrf buffer and I can see extra zero (rest of the content is then offset by one -> corruption...
Hi, i know this question has been ask before but, i was reading and readind and i could find a way to do it. I got the theory but when i'm going to implement it in my code...
Hi there,
i cannot get the hrs_c example to connect to a heartbelt.
The heart belt is found and a connection is established:
[APPL]: >> DM_EVT_DISCONNECTION
[APPL...
Hi
I am working on nrf52 using BMD300 RIGADO board.I am trying to run BLE UART example of nrf SDK 11.0.0.But while I am running the code I am getting errors as
: struct...
In Nordic infocenter/nRF5 SDK v11.0.0/Examples/Bluetooth low energy examples/BLE Central & Peripheral/, I found a example project which name is "Experimental: BLE LE Secure...
BLE is first initialised in my code, then SPI is initialised. If no SPI transfers are to be executed in the code, the code compiles, runs correctly and BLE functions correctly...
I have a very simple program that generates a 50% duty cycle clock using the NRF_PWM0 on the new nRF52 device. Unfortunately, my Tektronix 1GHz oscilloscope doesn't lock to...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
Is there a way for firmware running on the nRF52 to detect the presence of a SEGGER (or other) SWD capable device? I've looked through all the nRF registers but couldn't find...