It seems BLE stops advertising after the first connection. Is this expected behavior? Should I restart advertising in my "connected" connection callback?
prj.conf:
main...
Hi,
I would like to know if nPM1300 supports an input voltage of 4V for Vbus. According to the datasheet, the recommended operating condition for Vbus is from 4V to 5.5V...
Hi, I am trying to set my acqtime different to the max value. And the build throws an error unless i set it to ACQTIME_MAX.
It appears in the header file it needs some other...
Hi,
I need support to get my brand new nrf9151 development board LTE connection up and running.
I have bought this kit and it came with 2 SIM cards as per documentation...
Hello!
We are planning to implement OTA update of an application and a second stage bootloader in our product. As a bootloader chain, we will use NSIB + MCUboot as the nRF...
There appears to be a bug with commenting in prj.conf. If I do this:
# This is the appearance of the device from the BLE SIG Assigned Numbers List (384 is general remote...
Hi ,
I am trying to implemenent DFU on nRF52840. Aim is to store new image to slot on QSPI external flash but it seems like nothing is sored on slot 1 as when I upload...
dear everyone!
I order a kit- nRF52 preview DK:
www.nordicsemi.com/.../nRF52-Preview-DK
And i also download nRF52_SDK_0.9.1_3639cc9.zip:
developer.nordicsemi.com...
Hello,
I'm writing a driver for an I2C device (it's an external led driver).
My current code executes following steps ...
First I changed I2C configuration :
static...
Hello there.
I'm porting some code that previously worked on S110 stack v7 to stack v8 and I'am experiencing some issues.
After receiving a BLE_EVT_USER_MEM_REQUEST...
Accoding to the "how to generate the INIT file for the DFU",I have configuration Boot loader.hex,but i don't known how to configuration Soft Device.hex.The following is the...
Hello Nordic~
I want to control button debouncing on my nrf51822 based custom board. I went through the button_debounce example found in [Board/nrf6310/debounce_example...
Hi All,
I'm using ble_app_uart Application to send some notifications from Peripheral to central device. I'm using API ble_send_string() to send notifications to other...
I have an iOS app which is a central to a peripheral running on an nRF51822. A similar Android app works fine and is able to connect to the peripheral, discover services,...
I couldn't find anything with the search here or google so I felt free to ask.. maybe someone already updated to Windows 10 and can tell if everything works well?
Hi ,
I am trying to advertise HID Keyboard Example forever untill the device is powered off
Please let me know how to do this and also how to power optimise.
Kind...
Can I calculated elapsed time from one event using TIMER1?
If yes,how?I can not find none register which one to read for get counter value(how many ticks have passed since...
Hello, I follow
this page to start the rpi2 for 6lowpan.
when I tried to run RADVD Daemon as follow:
Set IPv6 forwarding (must be present).
sudo echo 1 > /proc...
Hello!
I recently purchased a RedBearLab nRF51822 board where I want to use several DS1820 temperature sensors.
For dealing with the OneWire (1-wire) protocol I found...