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, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Hello,
I have been testing an encoder using the QDEC peripheral.
The encoder produces 256 pulses per rotation. Testing without any load assigned to the motor, the encoder...
In SDK11 through 17, MCLK is limited to 16 selections. None of which match the 256 x LRCLK or 384 x LRCLK standard. I looked at the CLOCK, thinking I could assign it as a...
I am working on nrf52840 with nrf connect sdk zephyr example scan_adv, I want to modify it for example scanning for 2 second and advertising for 5 second, I tried to use ...
Hello
I am trying to change the code from the HAL code up to NRFX in order to make it event-based instead of using infinite while loops.
I am using 52840 on a custom...
I am developing a bicycle powermeter using the XIAO BLE nRF52840 Sense Breakout board with an AD7799 on a dedicated PCB i also made. I use Segger Embedded Studio v5.42a and...
Hello,
I have now one application that runs on two different boards with different device tree. So inside VSC (Visual Studio Code) it Looks like (under nrfConnect)
Under...
I know part 15 talks about bluetooth requirements, could someone tell me precisely where the FCC says bluetooth devices need a 32 MHz external clock source? Thank you
Hello, recently i've been trying to test the nRF9160-DK.
I flashed the program simple MQTT to the board, I changed all the configuration in order to connect to the server...
What will be the best option for a system that requires low latency and high data throughput.
I have a system with a sampling rate of max 1000 sps for eight channels with...
Hello,
I want to use the Bluetooth Low Energy application with nRF52840-Dongle.
As far as I know, I need to burn the dongle with some suitable fw.
1) Where is this...
Hello,
I am using SoftDevice S140 SDK 7.2.0 with IAR environment . Each time I burn a new image I need to clear all my no init parameters. I tried to read the reset reason...
Hi, i do not have CAT-M1 or NB-IoT in my country. I would like to know if there is any solution i could implement to obtain cellular connectivity while using the nRF9160?...
For reference I am using NCS v2.0 and VSCode NCS plugin programming in C++.
I am trying to get the example ESB TX example working from the nordic sample ( link ).
(Notably...