Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
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...