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 am attempting to flash sdk11 examples onto a QFAB board compiled using arm-gcc over JLINK SWD p20 via the NRF-51DK.
While running make flash, the nrfjprog command...
Hello I found example for dual bank bootloader ("examples\dfu\bootloader\pca10040\dual_bank_ble_s132"). And it works well.
Do you plan also to add a SINGLE bank boot-loader...
hi all,
I am using SDK version 8.
i want to make button as ON and off switch.
REQUIREMENT:
When button is pressed counter should keep on incrementing when i released...
Hello,
I would like to simulate the spreading of a disease using the nrf51822 beacons. My question is if my envisioned project is possible as I'm completly new to nrf51822...
I would need to change a timer into single shot mode. My code is as follows:
static const nrf_drv_timer_t m_timer = NRF_DRV_TIMER_INSTANCE(MY_SAMPLE_TIMER);
nrf_drv_timer_init...
using S130, SDK11,
CANNOT work the two heart rate sensors which have the different deivce name ?
when it connected the heart rate sensor A and eveything is OK.
but...
Hello,
I want to use nRF52832 at 2V. But I am not sure what would be the current consumption of radio during transmission and reception with DCDC regulator on. In datasheet...
Hi, after some research and reading several posts (especially this one ), I am still confused about the Flash endurance on the nRF52.
In the product specification for the...
Hi,
I developed a device and I ship this devices to custemers. Now I want to update firmware of this devices with user friendly app. Is there any app updating app for customers...
Hi,
I scan for nrf51 hrs peripheral devices.
It discover them but they have a static pass-code, how can i pair to them from my central device?
I use SDK11 hrs_c s130...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
I am trying the ANT-OTA DFU Update using two nr51422 pca 10028 board. One is sending Transmission messages in the CHANNEL_TYPE_MASTER mode, while the other is receiving Messages...
Hello, I'm a beginner for nRF51822, now my status is sticking on those SDK_11.0.0 BLE examples, while I could successfully running non-BLE (such as examples of bsp/uart)....