Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
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...
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...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
I am new to android studio. I downloaded git hup zip folder and also dfu folder. I unziped both in a same folder.
I opened the extracted folder using android studio. But...
Am using NRF52,S132 softdevice
devzone.nordicsemi.com/.../
I took the answer by Ole in the above question as my reference . According to this once I stop advertising...
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...