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,
I have an issue that is urgent for me, as we wish to add DFU capabilities via pre and post production hardware. I am using Android 10 on Samsung Galaxy A10 to test...
Hi,
I was able to create a device driver support for a DAC, model TI DAC80501Z. In the first place I put the driver in zephyr/drivers/sensors.
I works fine.
Then I made...
Hi Team,
Please provide the nRF52 based module Characterization, software testing for FCC/IC/ETSI certification test procedure and document
Is DTM test enough for FCC...
According to SDK documentation for GFX library :
“After generating a font, you must change FONT_INFO::height to be described in bits (pixels), not pages”
But in the provided...
Hi,
I can build the blinky_pca10040_s132 example and I loaded it in the nrf52840-DK without errors but nothing happens in the bord I can´t see any lead blinky.
Please...
Hi
We are sending devices for RF/wireless testing and need test firmware that allows for the Bluetooth frequency and transmission power to be easily adjusted. Does Nordic...
Hi.
As you have made a progress in your development of both hardware and software. It would be greate if you remove old videos from youtube. I have just spent some time...
Hello.
I am using nrf52832 and Segeer Embedded Studio.
I want to add a timer function to the ble_app_uart example so that the sensor value is read every 50 ms.
So I...
I am trying to build nRF5_SDK_17.0.0_9d13099\examples\ble_peripheral\ble_app_uart for the PCA10100 DK.
I am using DFP 8.32.1.
I get the following warnings:
RTE\Device...
Hello
I am wondering if there is example where dfu is implemented within application and bootloader is only coping image from flash bank to application space. My companys...
Hello all!
I'm finding a lot of what I'm able to do with the nRF52840 mostly straight forward, especially with the wealth of examples included with the SDK. I'm currently...
Hi!
I'm using nrf sdk v1.3.0, for power saving, i'm have to activate and deactivate lte, after a few time activate, send http request, get data and deactivate lte, the modem...
I am working on design of low power BLE sensor based on nRF52. Sensor data is included within advertising packets, in manufacturers data field. I would like to detect event...
I have troble when try to change custom service to Environment Sensing Service in this sample
https://github.com/maidenone/custom_ble_service_example
I used the sample...