Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
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 ?