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...
I'm using the nRF52-DK (SDK11.0.0+s132) and added in some example code from the RTC example (the RTC2 tick interrupt with prescaler=0 to toggle a GPIO) to the ble_hrs example...
Hi there!
I don't know much about FCC, UL, CE certification and want to learn. I am using the blend micro module which uses nrf8001 chip in my project. How do I get my...
Hi, i've just started to use the nRF8001, so forgive me if this is an obvious problem.
i'm using the nRF8001 with a microchip PIC processor.
i'm using the ace_tl_demo...
Hi,
I have read ANT Message protocol and Usage and tried to implement shared channel according to section 8.2. I am using nrf51422 and S210 and SDK 10.0.0
My master...
I'm trying to use TDD for my development of a BLE peripheral application, but I'm running into some problems. I'm using Ceedling, CMock, and Unity for my TDD environment,...
I'm trying to scan beacons. This is what I added to the example ble_app_uart_c :
case BLE_GAP_EVT_ADV_REPORT:
{
const ble_gap_evt_adv_report_t * p_adv_report = &p_gap_evt...
Hi all,
I have a problem in architecture of my application based on SD132v3 SDK12. It should interact with an iOS device as a peripheral and receive some data to display...
Hi,
I am using NRF51822 and SDK11 with S130. I have enabled WDT with 2000 as reload value as I'm using 1 second timer. But I want to immediately reset when a certain condition...
Sir,
We are using your radio component in our system since many years. We are in the process to get conformity with Japanese rules.
The lab in charge of testing is asking...
Hello,
I'm trying the ota tester with pca10040 board however the ota tester won't run.
System hangs around softdevice_enable() and goes to app_error_fault_handler. ...
In Android 5.x (API 21) and up, we are experiencing a problem with our BluetoothLeScanner, on some Samsung models like S4 Mini and S5 Mini.
More precisely, an error is being...
Hi,
I would like to use assembly language instructions for the following piece of code:
nrf_gpio_cfg_output(PIN_EN_BSTR);
for(int i=0;i<NUMBER_OF_SHORT_PULSES_TO_TURN_BSTR_ON;i...
Hi,
I wrote a function setting some GPIO pins, initiating an SPIM transfer (with EasyDMA), then waiting for the SPIM handler to signal end of transfer, and then set some...
HI,
I am using nrf51822 to communicate with ADT7320,using nRF51822 as the master,and the ADT7320 as the slave.I used the SPI master example,then i want to get temperature...