Hi,
I started the LBS example on the nRF52DK_52832 kit and connected the PPK2 kit to the P22 pins for measuring power consumption. I am not sure if I did something wrong...
Hello forum ,
As i m working in nordic nrf52840 where i have taken adc value of photodiode ,then i have created service and characteristics i will share the image for that...
Hi,
Does Central or Peripheral UART enable ACK/NACK in the code for BLE communication? How does Peripheral recognize if Central has received all the data ? Is there any...
Hi
I had a device that did not start up - because it was waiting for the 32KHz clock to be stable.
So I tried to change the setting below from 15pF to 5pF and it started...
Dear forum, I am testing out the radio on the nrf5340 using two evaluation board connected to a SES setup, but the receiving board only gets garbage and the checksum is never...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi All,
I need to read the data written on RX characterstics of nrf_uart Service from my board using bluez.
I'm using interactive mode of gatttool with my Nordic sensor...
Hi,
I need to design a small nRF52 board, with a 3cm by 3cm size. I am very new to antenna design, so i have some questions, in order to avoid ruining it. The reference...
I'm trying to write 32bit word on flash memory every 25ms, but when I read the memory using nrfjprog I noticed that it write only 16 words (32 bits), in this code saveToFlash...
1,How do I send a data packet using BLE Peripheral? What API should I call? How should I prep that API? Do I have to care about the format of the data that will be sent, or...
For starters, I'd like to use an Arduino Uno to receive a Bluetooth signal from the nrf51 DK and
turn an LED on/off.
What materials do I need to do something simple like...
Dear Nordic developers,
SPI_MASTER peripheral behaves in a way, that I cannot understand from manual is it normal or no.
I have implemented something similar to loopback...
Hi.
Currently using the examples of
examples/ble_peripheral/ble_app_uart
examples/ble_central/ble_app_uart_c
from nRF51-SDK V10.0.0 ble_nus and ble_nus_c.
We can...
I'm experimenting with BLE multilink central S120 softdevice on pca10028 and several of my custom BLE devices based on S110 softdevice.
Is S120 multilink central capable...
hi:
I combined ANCS example and HID_mouse example @SDK 9.0,but there is an error when iphone connect the device ,err_code is 0X8010,(err_code = dm_service_context_set(&m_peer_handle...
Hi Experts,
I modified a DFU bootloader from SDK 9.0 for nrf51822_xxAA chip. However, I encounter code size overflow problem when building it.
I found the ROM1 configuration...
Here are my 2 scenarios:
I need a radio chip that will be used to form a mesh network in dense bush with each node up to 150m apart. Is this possible?
I need the...
Hi all,
Edit 25 Dec '15: Rewrote post for better readability:
I am trying to modify the dual bank DFU bootloader example to work on our custom board that uses a nRF51822QFAA...
Dears:
I try to use nRF52_SDK_0.9.0_0c82e3e SDK pheripheral pwm example and set the channel1(led2)
duty to 0.
But i still could get the signal about 400mv with LED2...
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
Hello,
I want to add uart debug support to the BLE DFU bootloader (nRF51822, S120, custom board).
Therefor I increased the possible size of the bootloader (start 0x39800...