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,
On the nRF5340-DK, i'm succesfuly using the example code:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/peripheral_uart/README...
Hello Support,
I just started to play with the self provisioning "Mesh-Demo" sample to get a hang of the BLE Mesh. Since I am working on the nRF52480 DK and don't have a...
Is the Common Application Framework considered ready for production use? The fact the "Common Application Framework overview" page links to "Common Application Framework preview...
This is a follow-up to a previous ticket https://devzone.nordicsemi.com/f/nordic-q-a/83842/error-when-building-configuration-for-non-secure-boards , the problem persists and...
I have connected a nRF5340 DK board which the Programmer can connect to. I then drag the two .hex files for the Heart Rate Monitor demo over to the File Memory Layout window...
I've was able to use brand new PPK2 to make test measurements few days ago and it was working fine. I've connected the unit today and software have issue recognising the device...
After reading through the nRF21540 datasheet, I have a few questions.
1. Is section 5.5 saying that even though the spec for VDD is 1.7-3.6V, VDD needs to be between 3.45...
Hello everyone,
I'm now having a problem while using nrfx_spim_xfer on nrf52840. I want to use nrfx_spim_xfer with a callback when transmitting is done.
My setup code...
Hi,
For a development evaluation, I am looking to program nRF52833 to have it interface with "IS25LQ040B" serial flash chip through SPI-1. I found lack of examples and...
I am using the "nRF5_SDK_17.0.2_d674dde" for nRF52 development.
Would like to get the SoftDevice and nRF52 device for confirmation after OTA.
1. When using the sd_ble_version_get...
I am trying to send a OnOff output cluster information to Co-ordinator when a button is pressed in the nrf52840 DK. The problem is the during the initial registration, the...
Hi.
i want to power my nrf52840 with 2 AAA batteries i connected them directly to the module. Is there any Bluetooth signal strength difference when battery voltage drop...
Hello !
I have taken example /examples/crypto/nrf_crypto/aes/aes_ccm
and modify & g_nrf_crypto_aes_ccm_star_128_info instead of ccm
and initialization is failed
...
Hi everyone,
I'm looking for the max output current VDD can source (REG0) when the NRF52833 is configured as High Voltage Mode (see pic for context).
The NRF52840 has...
I need to send bulk data to an MQTT topic on a server hosted by AWS. I'm trying to use datamode option the serial_lte_modem sample but I'm running in to lots of problems....