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...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
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...
Hi,
I am developing a product for the 433MHz band. Due to the space constraints I had cut the ground plane to very small and also had to rearrange the components away from...
Hello everyone,
This image was copy from "infocenter.nordicsemi.com".
I'm trying nRF51-DK (IoT SDK) with Coap server , (raspberry pi with Coap client by python example...
Hi,
we are using RTC2 with APP_IRQ_PRIORITY_LOWEST. But the code hanged inside the interrupt handler. when we did step through debug, we came to know that in nrf_drv_common...
In nrf52_SDK/examples/peripherals/rtc we tried adding the UART prints and verified. It was working fine for RTC0 but fails to do for RTC1. Could you please give any hint on...
Hello together..
i have a problem with the nRF51 DK.
I tried a little bit with this DEVkit i.e. copy the blinky example to the JLINK storage.
This works fine.
Regarding...
Hello,
I am developing a new product using S130 on nRF51822(QFAC). My product use LCD as spi interface and ADXL345 sensor as i2c interface, also test it, works well without...
Hi all:
To saving power I implement the function to read data after interrupt is triggered..
below are my codes..
My expectation is..
Let CPU enter idle mode to wait...
I am trying to set up a GPIO interrupt, and found that whenever Button 1 is pressed, if Button 1 or 2 is pressed later, the app will reset. This is even if there is any other...
Hi.
I want to make a device which can connect each others and communicate with NUS.
I need not to use any other service without NUS.
I made nus_c service which is a central...
Hi
I can't seem to find this in the datasheets, what is the active current consumption of the nRF52832 chip, I'm interested in the maximum expected current consumption...
Hi!
I want to connect a nrf51 dk with a beacon and I'm using the UUID to make the connection. In the beacon code I define the UUID in this way:
ble_uuid_t adv_uuids...
I use nrf52832 with softdevice s132_nrf52_1.0.0-3.alpha for a ble application on own pcb.
first I'm not sur of adresse to use for iROM and iRAM areas. I've this parameters...
//Hi Everyone!
//I am programming a nRF52832 through the SDW interface and am having trouble answering some questions.
//So, first off is simply checking my understanding...
I have a recent dev board and am using SDK11 with gcc.
I can build and flash OK
The blinky sketch runs
However, when I load up examples/ble_peripheral/ble_app_proximity...
We bought the Beacon Kit from Nordic. I'm trying to use the firmware code on a similiar beacon board based on same Nordic Nrf51822. The board has same button and led pins...