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...
Hello,
I have some problem on my mesh application. (similar application as simple-onoff model)
Sometimes, the server(sensor) devices fail to transmit packet while receiving...
Hello Nordic Community, this is my first post, although I've been using the forums extensively for development.
I've been working with ESB on the nrf52832. The protocol...
I'm playing around with the light and switch examples with the Bluetooth mesh SDK on nRF52832 devices. I'm trying to find out what the maximum distance would be given changes...
Hello, I'm new to this devices. I have several NRF52840 devices and i want to connect them to a Raspberry PI via BLE. I'm not using sensors yet, I just wanna establish a simple...
Hi,
I use nRF5 SDK v15.0.0. In my application I need to change Bluetooth identity address. I can not use BLE_GAP_ADDR_TYPE_RANDOM_STATIC address type, because I need to...
Hi,
I have migrated my projekt from SDK 14.2 to 15.2, the bootloader is basically the secure_bootloader example with some tiny adjustments. When I try to upgrade my product...
Hi all,
I encountered problems porting MbedOS based software which uses Bluetooth Low Energy from MbedOS 5.10 to 5.11 to use the extended features od BLE 5.0.
The ble...
I have interfaced two Nordic nRF52840 boards with one as master an other as slave .
In the image attached signals from down depicts Salve seelct,SCLk MOSI and MISO of Master...
I run into problem, I think for now resolved, but questions remain: Do I have to stop BLE whenever changing ADC config? What did not work?
I don't know why it does not...
Hi, we made a custom board with nrf52832 and flashed example code experimental_ble_app_blinky from sdk13.
We are trying to change the radio txpower other than 0db (default...
Hi all,
I have a nRF52840 development kit and flashed (I believed it flashed successfully) with direct test mode .hex file from SDK 15.2. What I facing was not able to run...
NRF52840 - SDK 15.0 + Some register based custom functions. S140, 6.0.0. In order to work around some of the hardware limitations with SPIM in the context of a project, we...
The PWM Driver has all sorts of fancy stuff for dealing with clever sequences - but I can't see anything to just set a simple, steady, fixed duty cycle!
How does one just...
I need to configure 2 devices as relay nodes in order to relay messages from the client node to the server node
How can i implement this in the light switch example ?