Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hey there!
The DFU over serial was successfully implemented. Unfortunately, I was only able to update the first node of my mesh, not all of them.
The first node in the...
Hello!
Recently I want to write a hci vs command in zephyr using nrf connect sdk, when I track ncs_v1.9.1\zephyr\samples\bluetooth\hci_pwr_ctrl samples code and find it...
Hi, for nRF5340 the "Build code" is a string of 3 chars
H - Hardware version code P - Production configuration code F - Firmware version code
https://infocenter.nordicsemi...
Hi
I am testing a thermometer peripheral using the nRF52840DK. It is advertising using BT LE Coded (BT_LE_ADV_OPT_CODED) with an advertising frequency of 3 seconds.
...
Dear Nordic Support Team,
I would like my nRF9160 DK to connect to multiple servers using TLS. Among others, I have read the following documentation: nRF9160: Simple MQTT...
APN setting of nRF9160 cannot be done well.
I am using soracom's SIM, and the contents are as follows.
(When I checked, it was a SIM that supports LTE-M.)
Name: Any (Example...
I'm relatively new to both nRF and Zephyr platforms and I'm wondering how to disable UART on the UART pins (such as p0.19-p0.22 on the nRF5340 that I'm using) so that they...
WHAT IS THE MAXIMUM OUTPUT CURRENT OF DCDC IN NRF52833 OUTPUT IN HIGH VOLTAGE AND NORMAL VOLTAGE MODE?
I AM POWERING UP TWO SENSORS WITH IT THAT USES CURRENT IN MICRO AMPS...
Hello there,
I am developing a door lock system. Where in final product door lock will be controlled and monitored by BLE+ZigBee. So far I have complete success of controlling...
Hi,
Much like the poster below, I have ran into some issues during FOTA when my flash usage gets VERY CLOSE TO 100% (Much less than a page left), disabling some features...
Hello, I'm working on implementing the buttonless DFU feature in my application. For now, I'm following this nrf52-ota-dfu-ble-part-4 and nRF52832-buttonless-dfu-development...