I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
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...