In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
We are developing with the nRF9131EK. But there is no documentation of this board.
https://docs.nordicsemi.com/category/nrf-91-series
Can You add the information like...
Before developing our custom board, we connected our MCU to the DK via pins 26, 27 and after disabling VCOM0 via the DK configurator, we were able to communicate using AT...
Hello,
I wanted to know if the "direct test mode sample" could be used for the EVK-ANNA-B402C that integrates the nRF52833 in its SIP.
Because building with the board...
I have a nrf52840dongle and a nrf54l15 custom board. And I flashed bt hci_usb demo into nrf52840dongle, uart_peripheral demo into nrf54l15 board.
Now I want to use my nrf52840dongle...
I am performing a BLE DFU update on an nRF52840 using the nRF Connect Android app (v4.29.1) . The app successfully uploads the DFU package and reports that the update is completed...
Hello, Nordic team.
We started to fight with the nrf52-ble-image-transfer-demo repo (congratulations on the project, ovrebekk ).
We are using the nRF52840 DK (PCA10056...
How to control the Power (change from 8 dBm to -40dBm) we can relate and keep this delta as reference and check the rest of the current?
How to set the Standby and Sleep...
i am using SDK 1.9.1 to notify data to peripheral to central device i am using ''bt_gatt_notify " api to send data to mobile but i am able to send only 20 bytes data to central...
Hi
Is there anything in particular I need to do to enable ZMS for the nRF54L15?
I am trying to include the ZMS sample code into my own sample built for the 54l15 appcore...
Hi,
Can anyone tell me the difference between BLE IPC and BLE RPC implementation? I'm little confused.
Refer to these kconfig symbol,
SB_CONFIG_NETCORE_IPC_RADIO_BT_HCI_IPC...
Greetings!
Our device will use WiFi network to send data to the Azure's IoT Hub, where it will be further forwarded to our cloud. As the used network won't be controlled...
Hi Nordic support
We have ealier used your legasy SDK16.0 on nRF52840 where we where programming our device serial number in the UIRC area.
NRF_UICR->CUSTOMER[0-4] where...
Hello,
I am using the nPM1300 IC on a custom PCB with the nRF5340 + nRF7002 + nPM1300 configuration. sdk v2.8.0
I am trying to read the battery status (ADC value) via...
I have problems when I connect to my mqtt broker, it looks like it doesn't do a CLEAN_SESSION.. according to server logs.. I see when I connect to test clients ( pc ) with...
Hi, I recently purchased a nRF52840 dongle with the intention of creating a Bluetooth mesh provisioner with it. The first thing I tried was flashing the mesh_shell example...