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...
Just two questions regarding the new nRF52840 to make sure I've understand it correctly;
For the NFC, this is passive only? So it acts like a tag and is not able...
I've been trying to for two days. Using nrf52DK, SDK12, no SD, Keil5.
All I want is to get printf() to work over ITM/SW/Debug, I'd even accept RTT if I had to. I can't...
Hey I am trying to create a blinky project from scratch on
System: MAC OSX
Eclipse Neon
GCC 4.9
I am trying have it eclipse managed make.
I am at a point when after...
Hi, I was wondering If I need to wait for a response from the server that a command was executed before executing another command or if the BLE stack takes care of this under...
Hello
i m searching for a method to send a big buffer with TWI to a slave. The Buffer is read from flash. because its a soundfile its needed to send the buffer without delay...
I am trying to set up a nrF52 -> Rpi v3 -> Exosite through CoAp as in the nrF5 iot sdk. The nrF52 to rpi works as I am able to ping the nrF52 through its global link address...
Hi,
I am writing a code base on the reference manual of nRF51422. In section 29, UART, I don't understand the differences between TASKS, EVENTS and REGISTERS. Aren't they...
Hello!
I'm trying to use the ram_retention in sdk 15 alpha to retain RAM in system off mode and do some power profiling.
The default code seems to retain 8 kB of RAM...
My project needs to use 2 different TWI instances and 1 SPI instance. I knew that it is not possible to use three instances at the same time in nRF52.
To implement 2 TWI...
Hi Nordic,
I am trying to enable the DC/DC converter on a PCA20006 rev 1.3.0.
I am using the softDevice S130.
1. Using the sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE...
Hi.
I am using saadc example code or SDK V13 with the following requirements:
Voltage input up to 70mV,
Resolution: 50uV
So I did some modification to support...
Hello,
yesterday I got a Thingy:52 device at an event held in Frankfurt/Germany. At home I've tested the DFU for the latest firmware and observed that the image was transfered...
Hi,
I’m having some troubles with example code : ble_app_uart_s132_pca10040. The code compile well in Keil and I can prog it in the nfr52 but it doesn’t run. When I check...