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:...
@Michael Dietz
Hi Michael!
I am not sure what happened to my last question regarding the BLE example using Segger Embedded Studio. It is no longer visible in the post...
i am already use sdk10 and Eclipse gcc tool chain set-up.. but when i am programming on nrf51822. so, it's not work. also, it's working on nrf51422 QFACAB0(0x0071)..
GIVE...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have the ble_app_hrs example working well with DFU.
When I take main.c from the example code and put it into an RTX project, the DFU stops working.
Symptom: nrfToolbox...
Hi,
I have a python scipt that uses pynrfjprog to program some custom information into a board's flash to be used by my application (calibration parameters, serial number...
I managed to compile the ble_app_uart on windows 8.1 with cygwin. I had to remove all abspath on the makefile, as launchpad gcc is not compatible with cygdrive notation.
...
Hi, I use the NUS most of the time.
(SDK 7.2 & S110 7.1 with IAR 7.1)
As you know, HID keyboard or mouse bond with centrals (smart phones).
After bonding, when using...
nRFgo was unable to read attach to the boards I have with the QFAABB parts, but reported QFAABA parts correctly and programmed them. nRFgo was at 1.21.02.
I updated to...
Hi,
I'd like to retain a value in RAM after any type of reset, including a watchdog timeout, so that I can read it back in the bootloader immediately after a reset.
...
Hello,
I followed the tutorial to use Eclipse GCC and both examples (blinky without softdevice and HRS with S110) work fine, i.e. I can build and flash them.
Now I try...
Hi,
First of all I appreciate the way nordic has put tutorials on the website for the newbies.
I am working with putting custom services in my code, and its working...
Hi everybody!!!
I am working on ANCS on NRF-DK51 (nrf51-sdk-9.0.0) and I get the disconnected reason 0x002A same as this topic . They said that to overcome this problem...
Hi,
I am using nRF52382 controller and we are planning to put RTOS on it. Is it possible to use the same RTC for system ticks as well as to set current time?