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...
Hello,
I'm trying to port the radio synchronization to a nRF5340. For this i need to use a DPPI group that clear a timer and disable itself for doing the task only 1 time...
I'm getting an undocumented status value back from nrfjprog when I try to program my dev board:
ERROR: command exited with status 3221225477 : nrfjprog --program C:/mdsg...
Hi,
I'm new to Nordic tools and am stuck on getting all the pieces in place. I have:
Mac OS 10.14.6
nRF Connect v3.6.1 Getting Started Assistant
Python 3.6.3
All...
Hey Guys,
Transferring emulated project
Transferring an emulated project to the nRF52810 SoC,
If you have developed your application using the emulated project...
Hello,
I am trying to setup a Project with nrf25840 by using the nRF IEEE 802.15.4 radio driver in multiprotocol mode with ble. ( https://github.com/NordicSemiconductor...
Hii guys ,
I have a customised nrf module based on nrf52810 . I have dumped ble_app_beacon code and it works fine but when i dump ble_app_uart example code then i am not...
Hi
I have a question about peers deleting.
It is saying in documentation about pm_peer_delete:
"Warning Use this function only when not connected to or connectable for...
hi Support team,
I have one problem with window7 system both 32 bit and 64 bit, that the usb cdc driver can not be verified by windows, that software signature is not right...
hi support team,
customer has one question about TWI electricity. in the IIC spec the "tLow " should be more than 1.3 us
however, our chip interface TWI timing " tLow...
Overlapping segments detected at address 520192.ERROR: The hex files cannot be merged since there are conflicts.
should be
Overlapping segments detected at address 0x...
I’m obviously missing something from the information I’ve gathered with respect to designing a co-planar waveguide, PCB 50 Ohm transmission line. The calculations I get differ...
Hi everyone,
I've been working on the firmware for a BLE keyboard, this is my first big project using the nRF5 SDK and everything's been going great so far. I'm using...
nRF5 SDK for Thread and Zigbee v4.1.0 documentation states that only application can be updated over Thread Secure DFU. However, nRF5 SDK for Thread and Zigbee v2.0.0 documentation...
Hi,
I am running an nRF5 SDK BLE example ( Cycling Speed and Cadence Application ) on nRF52 DK as peripheral and connect to nRF connect mobile app as central, and I would...
I use the thingy 52 with the nrf52832 and the SDK13. I want to scan every 30 seconds and receive packets from other thingy's but I can't find how to initialize my scanner...