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 all,
I'm trying to integrate joiner into my project, here's my goal:
We will start a device as our commissioner, and while it is active, we will start the other devices...
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'm building a product using RF Digital's Simblee that uses the nrF51822 ver 3 chip. I've narrowed down a TIMER accuracy issue to BLE. The code below starts and stops...
I'm going to make temperature logger in NRF51822.
I want to use ble_app_uart as reference.
When mobile app is connected I have to send kilobytes of logs.
Now I use ble_nus_string_send...
We have used FreeRTOS a lot, also on nRF51 and nRF52. Now I'm trying to migrate our nRF52 code form SDK11-alpha and SoftDevice 2.0.0-7-alpha (?) to the most recent versions...
Hello,
I am a writing my own code for MDBT40P to blink LEDs. I have configured the LED pins and added all the necessary headers in the project. But every time i build the...
Hello
I am trying to develop my Redbear Lab's BLE mini with Nucleo F401RE since I don't have any J-Link segger and USB dongle.
Is it possible to write program through...
Hi.
I'm using PCA10028, SDK10.0.0, S130 as central.
I'm using "sd_ble_gattc_write" when i want to send string to peripheral.
But if i send this function continuously...
Hi,
For example: In scan and connected as peripheral at same time. When disconnect event happen, how do I know who is the trigger, the center or peripheral?
Thanks.
I've read diferents answers to this question. When I change the device nace from nrf Master Contorl pannel the new name is set but the advertising is done with the old name...
Hi,
I'm trying to use PCF8574A IO Expander with a nRF52-DK board to display characters on an HD44780 LCD. I noticed that I have to use the function nrf_drv_twi_tx() . Since...
I'm modifying the LED button example to fit my custom characteristic.
How could I modify the functionns to reject a value if the value is not in range?
I have the following...
Hi ,
Have connected ANT1 of NRF51822 to Balanced port Pin4 of Balun and ANT2 to Balanced port Pin3 of Balun 2450BM14E0003T.
Can you please confirm this connection is...
Hi,
I have some questions about the nrf51822. I ran the ble_app_hts on on a evaluation board and use a smartphone(the os is Android, the software is MCP) to receive the data...
Hi,
I wanted to know how the SPI rx_buffer is filled? Is it automatically filled when something is pushed to him by the SPI-slave and then goes to the spi_event_handler...
I have a ble based thermometer(using Ble -Temperature Profile).I want to integrate with Windows 7 PC .but unfortunately BLE api's are available right from Windows 8 machines...