Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
SDK17.0.2 example dfu\secure\bootloader
in the dfu_public_key.c it say's that "This file was generated with a throwaway private key, that is only inteded for a debug version...
Hello,
I am using the vl53l5cx TOF sensor and implementing the ULD using zephyr. My setup is a bl654 board using zephyr on sdk 1.9.1. However I am running into an issue...
Hello,
I'm currently trying to implement a simple scenario: Using the nRF52840_Dongle, provide LOG output to the console.
This is the main program:
This is the usb_console...
Is there somewhere I can download a prebuilt microecc library? I've tried to make it for a few days now and have had no success. I've added GNU Tools ARM Embedded to my path...
Questions about 'comparing nRF52840 vs nRF52832', what are the big differences between them?
hi, all.
How are you doing?
I want to apply nRF52840 instead of nRF52832...
Hi,
I am migrating code from NRF SK 17 to nrfConnect SDK and I would like to create a library of source files to share between different apps.
I am able to add the individual...
I want to write numbers in my flash memory so I used this function "nrf_nvmc_write_words" but in it couldn't save float numbers in my flash memory
it is like that in nrf_nvmc...
Hello All,
I am using nrf52840 in my project. So basically the architecture is the sensor devices(ble peripheral) get connected to the central module(ble central). Now I...
hi support team,
customer is finding that 832 erase page takes more time than normal conditions, that is when the temperature is -20, erase speed is much slow.
as our...
Hi all,
I am confused about nrf52832 Tx/Rx max current. I am using PPKII measure the power current of NRF52 DK PCA10040 , As the following screen shot, :
In DC/DC mode...
Hi,
I'm working on a custom board based on PCA10100, nrf52833 but it seems to be stuck at the function "lfclk_spinwait".
my custom board does not have an external LFCLK...
Hello,
For my application I have a need to buffer data for, say, 8 GPIO pin outputs and continuously generate those buffered outputs in parallel on the GPIO pins. I have...
Hi,
According to the BLE core specification, a host can communicate with multiple controllers via HCI. I want to confirm whether zephyr's BLE stack supports the feature...
Hello,
I am working on a project using the nRF5340. I will eventually be supporting OTA DFU for both cores so I need to be able to statically define the partitions for both...