Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
Hi, in older SDK there seemed to be a simple way to redirect stdout (simple_uart.h), but in SDK 11 I cannot find these functions. What is the recommended/minimal way to redirect...
I use the nrf51822qfaa,s110 v8.00,SDK V10.0.
I use PWM module with a piezo buzzer.
Now I need change the buzzer frequency,
How can I change the PWM frequency?
for example...
I started looking at the alert notification example. I just can't see how people understand the complex state sequences the peripheral (or central for that matter) go through...
I am using em::blocks and arm gcc with ble nano from readbear labs.
I built the template example but it is not working.
The output hex is the same as if i had built it with...
Hi, I am about to purchase PCA10040 V1.1.0.
I heard that one has the latest chip revision nRF52. ( ref. link )
I'm very excited to start with the new feature in nRF52;...
I have a peripheral and a central.I set my peripheral which have the function of static Pin,for example: When I use cellphone to connect to my peripheral , the cellphone must...
Hi all,
I am trying to read and write in ble central and peripheral code with softdevice s130. Here i can able to connect to particular ble device with unique ble device...
When trying to setup the gcc toolchain with Eclipse Luna IDE, I ran into the problem when I can't set a break point when debugging with the GNU ARM J-Link Debugging Support...
Hi,
I am new to Nordic semiconductor's chips. I recently got a nrf52 and I would like to make a portable temperature sensor using nRF52 dk. I have analog sensor that basically...
im using an external acceleromter to trigger an event once the device shaked. I configured the event pin on nrf51 EVENT_PIN as an input this way:
APP_ERROR_CHECK(acc_config_motion_detector...
Hi all,
I can able to blink led in mesh synchronously, but some time it fails in synchronization. when a new node enters into mesh it takes current mesh value, but for...
Hi all,
I am using ble mesh code for synchronizing leds in mesh network. I need mesh part, but itshould not integrated with version. So i can able change state of led,...