Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
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 ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
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 ?