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 ,
Could anyone please with NRF9160-SIAA-B1A-R7 CAD Files (symbol, footprint, and 3d file) for KiCad ?
Thank you for your support.
Best regards, Mohamed Obaid
I'm using an nrf52840 on a custom board and send debug messages with printk to RTT. When mcuboot is added to the firmware it is no longer possible to read the messages from...
Hi nordic support Team.
I try to build blinking led example: nRF5_SDK_17.0.2_d674dde\examples\peripheral\blinky\pca10056e Load firmware for NRF52811 and NRF52840, i see...
Hi,Team,
I am developing Long Range and Pawr using nrf54l15-dk.
For the Long Range example I refer to E:\NCS\v2.8.0\nrf\samples\bluetooth\central_and_peripheral_hr and...
We previously used the nRF52832 (with Segger Embedded Studio) and implemented OTA updates for it, along with developing a custom APK.
Now, we are using the nRF5340 (with...
My nRF52840 DK needs to interface with a convential device using the data bus and address bus. The following diagram (P.27) from the nRF52840 PDK user guide.shows the data...
Hi,
I got a question on IQ Sampling with the direction_finding_connectionless_tx/rx example.
Settings:
Sample Spacing = 125 ns
Sample Sapcing (Reference Period...
Hi,
I have an nRF5340 DK, and my BLE project runs fine on it. However, when I flash the same code onto my custom board, bt_enable() returns error -11 , which seems to...
Hi
In the newer versions of nRF Connect for VS Code, the NCS and toolchain version can be configured per build-configuration.
Is it possible to configure the desired versions...
Hi all, will need to post short as I am getting a "cannot create ticket" error.
Hi all,
I'm quite new to nrf, zephyr and embedded of this complexity but have completed...
This is odd, one thread can access i2c API just fine.
Another tread the same API call causes Secure Fault.
(These threads are mutually exclusive btw), the environment...
Hi,
I am trying to get the GPS coordinates from nrf9160 devkit so far I am following this guide . I was successfully able to get the coordinates once using:
However...
I have implemented a ublox ANNA-B402 on a custom board and am trying to flash code using the debug out header (P19). I am using Segger Embedded Studio and am flashing code...