Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image.
I am using ‘ble_app_bliky” for my application development. In this “Button...
Hello =)
Im trying to run the ble_app_uart_c example on a NRF 52810 Chip.
i got:
SEGGER Embedded Studio for ARM V4.12
SDK 15.3.0
examples\ble_central\ble_app_uart_c...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image.
In ‘System OFF’ after GPIO interrupt, chip will reset and control will come...
Hi All
I am using nRF52832 with softdevice s132_nrf52.6.1.0
and I have to use both protocol (ble & gzll)
the default protocol is ble
after i keep pressing the button...
Hello,
I am working with nrf51822. I have developed a custom evaluation board. Accidently I connected voltage in reverse polarity to the device now i am unable to program...
Hi,
I am trying to understand possibilities provıded by Bluetooth Mesh Technology.
In my topology, there are tywo types node.
The first type of node is connected to...
Hii,
I am currently using two nRF52832 SDK boards to implement text message exchange with another nRF52832 SDK board via BLE Mesh SDK 2.0.1.
However, when I try to increase...
Hi. I'm using a nRF52840 chip and have a flavour of Proximity profile example being used with some custom services and characteristics that have been added. All is good in...
There is my function for writing to flash.
It works when NRF52832 start from reset, if works when the NRF52832 gets data over BLE but it does not works after "power down...
Hello, for some reason, the UUID's on a Galaxy Note 3 are messed up or are not being read properly. I have included screenshots of the issue. The note 3 is running android...
I'm trying to understand how the UARTs are configured on the nRF9160 DK.
The spec mentions that there are two UARTs, a primary and a secondary. https://infocenter.nordicsemi...
Hi Team,
I transplant the project nRF5_SDK_14.2.0_17b948a\examples\peripheral\uart to the project ble_central\ble_app_multilink_central, uart doesn't work.
It indicate...
Dear,
I am using LTE_M:
# LTE link control CONFIG_LTE_LINK_CONTROL=y CONFIG_LTE_AUTO_INIT_AND_CONNECT=n
and I want connect nRF91 DK with 2other systems (by UART)....
Im working with example: nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_uart
There is APP_ADV_DURATION parameter, it is maximum duration. How to get longer duration...
Hi Everyone,
We are building a product based on nrf52832 component.
We need to provide a firmware update functionality to the client/user so the end user will be able...