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...
Dear All, We will do a production with over 1000 Nordic nrf9160 devices, for which we need to program the modem firmware (v1.2.0) and the application software. We would like...
Hello, I started learning BLE/nrf about a week ago and I faced an issue that I unable to handle more than one connection simultaneously.
I have a pretty simple application...
Hi,
I am using nRF52832 and SDK v15.00 for development.
I am working in ble_app_uart peripheral example. I have a task where I need to configure another UART communication...
Hello Everyone,
we are using Nordic's nRF52840 controller with SoftDevice S140 and the default Bootloader(C:\nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10056_ble...
Hello, I am working on a nRF52840 and started with the SDK15 gls bonding example. The device has no buttons or display so we are stuck with 1v2. We are hoping to incorporate...
Dear friend,
I want to implement ota data packet request through my own code. In the \examples\zigbee\ota\client example, line 876-1268 of zb_zcl_ota_upgrade.h finds the...
Hi there,
I'm using a nRF52-DK for a while, but now I made a bad misstake: overwrote the interface firmware. I pressed accidentally the RESET button and flashed a wrong...
We use NRF52832 in the remote control of the car。 We measured the average current of power consumption at about 1uA.Every 300ms, the current curve bounces to the transient...
Hi all,
I have two questions about BSP buttons management.
I see that the BSP supports the short press and long press for a button. However it seems to handle only one...
Hello
I want to read the values of two potentiometers from the Ain0 pin and the Ain1 pin through SAADC.
I could easily read one value through the saadc example, but I...
Are you able to enable internal pin pulls for UARTE pins, specifically the selected RX pin?
On page 490 of the nRF52833 datasheet, footnote '35' states that "High baud rates...
Hi Nordic Team, I have been working a project where I will need to send audio using I2S protocol to an audio chip. The audio chip will only accept a select set of values for...
Hi
We searched a lot of stuff regarding FOTA update in nRF52840DK using Lwm2m and coap protocol. But we could not get help in the right direction. We could not find any...
Hi,
In our app, we have updated from NCS 1.3 to 1.4 and suddenly calling bsd_shutdown() blocks the whole application for up to 10 minutes. Probably it is now waiting on...