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 have an optical measurement system where we need to pulse LED and sample a phototransistor precisely during the LED pulse. The rate of sampling is 1 kHz and we plan to...
HI i need help in sending a data value of 700+ continuously
1)May i know how should i format my data packet to suit the current 20 bytes of data sent through BLE
2)Is...
Hi,
I am working on application in which I want to send 1000 or more samples using SAADC and BLE over standard master control panel APP of Nordic. For sampling analog data...
I'm trying to fully understand how DFU works and am going through the nRF5 SDK v11.0.0 example bootloader ( dfu_dual_bank_ble_s132_pca10040 ) and app ( ble_app_hrs_s132_with_dfu_pca10040...
[summary]
When I update app by Keil μVision, RAM setting is reflected correctly, but when I update app on OTA, RAM setting change is not reflected.
[condition]
Old...
Im trying to read flash memory ( N25Q032 ) identifier using SPI (NRF52) but then eveytime I try to read a register, the output is always zero, I tested with oscilloscope and...
Hi,
I'm using the nRF Dongle for sniffing.
Apparently there are many problems with the sniffer application.
First of all, the CTRL+R command for downloading the FW...
Hi!
I am trying to modify the ble_app_gls example from the 8.0.0 SDK and am running into some issues. I am trying to add the nus service to this example and would like...
HI dear:
We have two questions to ask you:
1、Can we customize two different BASE_UUID in the nrf52832 ? If we can,and how to do it,We can customize one BASE_UUID (128bit...
Hi there,
I'm new to the nRF52 and to ANT, so I'm in the process of running through some of the example code. I've been able to successfully run peripheral and BLE examples...
Hello,
i'm looking for the NRF52832 QFN48 6x6 symbol and footprint in Orcad/Allegro format to accelerate my design,
unfortunately, my electronic designer don't use Altium...
I've been experiencing this bug for a while now. What happens is that a app_timer's overflow handler can't put any more messages into the queue because the queue is full,...
I need to connect to the VSS of the nRF52832-CIAA Ground
A mistake by one of the VSS was not connected nowhere.
The VSS was one N.C..
Do you have any problem with...
im sure the reference design is copywritten if i added two components and removed the GPIO breakouts and switches and led is that in any way not ok? i know nothing on RF signals...
Hi. I am trying to add DFU service to sourse code with existing service. When I try to run service without device manager + DFU or run device manager + DFU without my service...