Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
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 am new to embedded device development and I am wondering if I could get some help on SPI control from nrf51422/51822 chip with dev kit to AD9837 wave generator. I...
Hi,
I am try to create a PWM output which can move the specified number of steps.
Please find following source code
After I execute above problem, I can get following...
Respected sir,
There is added external reset button at SRU532 module, and changes are given according to it using wakeup button at code.When wakeup button is used then some...
Hi all,
I am trying to implement a multilink central with UART. I had looked through the forum on all discussions in about this and followed this thread to come up with...
Hi guys,
I'm testing the 52810 duf function.
hardwar: 52810
using SDK: 15.3.0
softdevice: s112_nrf52_6.1.1_softdevice.hex
download software: nrfgo Studio
bootloader...
I am trying to flash the blink example from SDK v15 into my custom nrf52840 board, I am using pc10056 example.
I connected my ulink2 to swdio, swclck, gnd and vcc of my...
Hi,
Since the last update of the 'Getting Started Assistant' (0.9.0) from 'nRF Connect' 2.6.2 on Windows, I can´t set up or compile any sample of the SDK for the evaluation...
So I've been having a problem the last few days - using the NRF52832 we have an SPI chip connected his chip requires a clock signal (1MHz) that is being generated by the NRF...
We have written code based on SDK V12.2 and found it doesn't support power saving mode. Given that it's very complicated to transplant to higher version, how can we fix the...
Hi,
I want to interface two QENC with nrf52840, I saw QDEC example and it works as expected.
The problem I am facing is that QENC has four pins of which two are for power...
Hello,
I am having strange issue. I'm getting some data from custom service and characteristic. I can see the data being received is correct. However, if I try to pass the...
Is there a set date for the release of a tracker SW with working GPS? And secondly, will there be a step by step instruction how to upgrade the software on the dev. board...
Hello,
I'm an Embedded system student and I would like to make an extension for ZigBee for which I need to make changes to the underlying ZBoss stack.
Is it possible for...
Hi!
Most of the project's application code is written in C++.
SDK headers are guarded with the extern "C" therefore when including no problems arise with linkage.
The...