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 just followed the steps for migrating to peer_manager - as lines out in the tutorial.
However i will never ever get a callback to pm_evt_handler.
I am trying...
Hi,
I am facing some issues on the Android part of the BLE.
Firstly it takes around 20 seconds for the android phone in scanning mode to find the nordic board. This...
I encountered the following error while adding device manager to ble_uart_app in SDK_11 s130 using the hardware nrf51-DK. I'm using Keil compiler.
._build\nrf51422_xxac_s130...
While using the device manager, I encountered this line;
#define SEC_PARAM_MITM 1 /**< Man In The Middle protection not required. */
Since security is important, is...
Hello!
I'm trying to test several types of ANT communication like broadcast, background scanning, etc.
And When I check ANT broadcast rx example, I realized that some...
Hi Support Team,
i want to know the voltage range of AVDD(internal DC/DC output) of NRF51822 when DC/DC enabled, please help to check.
i don't find this information in PS...
I use nrf51822xxac, sdk 9.0.0, sd130. When I connect to some beacon as a central I no longer receive BLE_GAP_EVT_ADV_REPORT and I am not able to receive advertising packets...
Hello,
We do not want our beacon on at all times. I suppose our need below has been asked before.
Is there a sample snippit of code, or a document on ble_app_beacon...
hi:
i want to create timer in my code, i create timer and start the timer ,but the timer do not work,i found timer number can not exceed four,detailed information in the...
I found a bug in the FreeRTOS port provided by Nordic for the nRF52832 in SDK v11.0.0. This bug only applies if configASSERT_DEFINED is equal to 1, as the affected code is...
Hi,
We are assessing the pros and cons to port our software to work on S130. We are currently using S110 (Peripheral) and S120 (Central) on nRF51822 rev.3.
Based on the...
I am running ble_app_uart sample code on nRF-dk using SoftDevice n130. It is working fine.
Currently, when nRF UART app connects to ble_app_uart, user does not need to...
I have hard time in start a twi in nrf52832 with SDK11.0, I can't initial twi ,whatever i do ,when i build is still an error ,here is my code:
static const nrf_drv_twi_t...
Hello. Nowadays I'm trying to upload the softdevice for the RTOS based on the freertos.
As you know, determinism is very important for the realtime.
I want to know the...
Hai guys,
I am using nrf51dk, S130, and Keil to develop a simple project. My aim is to send the sensor data from the nrf51422 to the mobile app.
when no mobile is available...