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...
Hi,
Segger SystemView 3.30 (downloaded from https://www.segger.com/downloads/systemview/ ) does not work with NCS 1.5.1. Upstream Zephyr has updated https://github.com/zephyrproject...
Hi Nordic,
I just had Thingy:91 few days ago. I ran this KIT with thingy91_nbiot_2021-03-04_8e8c6089.hex and asset_tracker example in ncs/nrf/applications . I found that...
I would like to send and receive data to/from nrf52832 pins over BLE using android phone. I would like to capture and display output of Force Sensing resistor and control...
To the kind attention of Nordic support team,
We have got an nRF52833 gzll host that has to interact with multiple gzll devices. We empirically saw that (in our case and...
Hello
I'm using the CLI example as ZC and a custom endnode based on the freeRTOS multisensor example (from nRF5 SDK for Thread and Zigbee v4.1.0). Im trying to send a counter...
Hi, I have a problem with setting up SHELL over RTT. I have managed to get some logs from the device. Prompt `rtt:~$ ` is also shown. but whenever I try to send something...
Hi,
we just uploaded MFW 1.3.0 to our nRF9160 DKs that had engineering revision of nRF9160. They seem to be now bricked and it is not possible to downgrade to MFW 1.2 via...
My task is to create a webserver on the nRF9160DK. For this i'm using the civetweb module provided by zephyr and the ethernet-shield from PHYTEC. I got an issue i want to...
Hi everybody,
I have developed a BLE sensor based on nRF52840 (S140 6.1.1 and SDK 15.3.0) that is normally performing connectable scannable undirected advertising. Since...
Hello,
I need to use the ADC with 600mV internal voltage, ADC Gain stage = 1.
The input signal on VINP vary from 750mV to 1750mV, and input signal on VINN is fixed at...
Dear friends,
I followed the tutorial( Using serial interface for provisioning and configuration ) control a mesh node.
a) The PyACI as a host via uart connet to 52840...
Hi, teams.
I checked the operation of nrf mesh network. (mesh sensor example, and light switch example)
It works well. Thank you!
By the way, I have a question....
Hi everyone,
I am having a problem with dfu example. I would like to test my board with the buttonless dfu image, namely
sd_s132_bootloader_buttonless_with_setting_page_dfu_secure_ble_debug_without_bonds...
Hi,
I saw a similar post ( Case ID: 249969 ) and this just happen to me.
I have not used my nRF52840 DK for a few weeks. It has been in its original plastic bag the whole...
Hi, I am using the FOTA and download_client libraries to implement remote firmware upgrade functionality, however am not keen on having an AWS S3 bucket with public access...