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...
Hi, We are currently migrating our project, originally developed with NCS version 1.8.0, to the latest NCS 2.7.0, while incorporating MCUboot for both of them. During this...
Hello,
I am encountering an issue with the nrfutil settings generate command. Each time the command is executed with the exact same parameters, the resulting settings.hex...
SoC: nrf52840
SDK: OpenConnect 2.4.4
I have been developing an ambient noise system using I2C microphone, nrf52840 and Zigbee networks for some time. The firmare reads...
Hi,
Is nRF52811 / S140 capable of simultaneously being in peripheral (connected slave) and central (connected master) mode like described in this blog post https://jimmywongiot...
I’m working with the nRF5340 and nNF Connect SDK 2.6.1. I’m encountering an issue where, after a central device (e.g. an Android phone) forgets a bonded peripheral device...
There was a previous discussion about the option to disable/enable slave latency a few years ago:
Did this ever get implemented? Specifically interested in the feature when...
SDK: 2.6.1
I needed to add a single wire support to our device recently and I did that by using two pins TX/RX shorted and UART. It works, but current consumption sky rockets...
Hi all
How would I be able to generate and view the calculated hash that i get while using the dfu library? Is there an easy way. I'm hoping to generate one single hash...
I am looking for the code example of how to setup A-GPS/A-GNSS on a nrf9160 dk, but I am not able to find one. I am only able to find these links:
https://developer.nordicsemi...
Hi everyone, I'm encountering an issue with MCUboot on NCS 2.7.0 and my custom board based on the nRF52840. The bootloader was functioning correctly with NCS 2.4.0, but now...
Hello,
I'm using nor flash with qspi as an external storage.
I'm facing problem where i can have different NOR Flash chips (with different jedec-id). Is there a way to...
I am testing ble_app_hid_keybpard of SDK17.1.0 using nRF52-DK board. After running, if BLE connection is not made, it enters Sleep_Mode after slow advertise. At this time...
I am working with the "TF-M secure peripheral partition" sample project ( nRF5340DK, NCS v2.5.0, nrf/samples/tfm/tfm_secure_peripheral ), and modifying it as necessary to...
Hi
I want transfer 200+ KB file from master to sleave , Is there any dedicated service for file transfer in BLE.
or
what could be the best way to transfer 200kb size...
With conventional python virtual environment and Zephyr west, things seems to work well. I decided to give it a try to nRF Connect for VSCode and I observed that it not use...