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 ,
Would you help me to find right material(App note, source code/project) to implement below case:
My nRF51822 connected on beaglebone black(BBB) over UART this will...
Hi,
I want to implement a DC/DC converter setup schematic for my projet and I don't know how to make the difference between the AVDD and VCC_nRF supply tags given in the...
Hi, all!
I have a Quesion about Maximum Voltage & Current of internal DC/DC conv. & LDO of nRF52832.
I'll design circuit using olny internal DC/DC conv. & LDO of nRF52832...
Hi.
Is there a (lazy) (dummy) comfortable way to make an nRF518 chip (in my case, nRF51822) communicate with the built-in bluetooth adapter of a laptop with windows 7 or...
Hi,
I am trying to connect a GPS through UART to nRF52 and get the reading and write it to the serial USB of my PC. I am using app_uart_init() and app_uart_close(). My idea...
Hi, I would like to handle in the twi_event_handler the case when the p_event->type == NRF_DRV_TWI_EVT_EVT_DATA_NACK differently and not treat it as an internal error.
...
I'm trying to use separate antplus network key, but I still can receive messages from devices that are configured with another key. Device A was using network key 0,0,0,0...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Hello,
I have designed m custom PCB and i have verfiy my antenna maching network with the spectrum analyser its is perfect matching but the real problem is when i measure...
Hi,
I'm using the Master Emulator DLL to build a VB, everything seems go fine. However I found that if there's a device discovered but fail to connect by some result (eg...
Latest ble-driver-win version is 0.5.0 and supports SDK up to version 8.1.0.
s130 v2.0 needs SDK v11.0.0 (API changed).
So should I understand that ble-driver-win cannot...
In the datasheet it is mentioned that the tx current is 10mA without DCDC. In our board, we are seeing a Tx peak current of 13.5mA. So my question is the does that quoted...
Hi everybody,
I have some troble getting the record_url sample running in my own gcc based build environment. The function calls to the nfc library always return ok, but...