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...
Is it possible flash a nRF52833 over Bluetooth using the nRF52840 (PCA10059)? Or initiate DFU mode over Bluetooth using the dongle or a PC?
How could this be achieved?
In our application we want to connect to our server using LWM2M to exchange some data. To make a connection secure PSK key and indentity needs to be set to lwm2m objects:...
Hi,
I want to run my calibration code only once and this data store in flash (using FDS library) and not again even after restart. Is there any example of this kind of usage...
nRF52832, SD 132, RTOS, SDK13
Can anyone let me know how CPU will do when waiting for a message like below?
evt = osMessageGet(main_msgBox, osWaitForever); //wait...
Hi, I've got nRF Connect 3.6.1 installed on Windows 10. I just launched it, saw "Update" for all its individual apps and did so. Now most of them show an exclamation point...
application : examples\ble_peripheral\ble_app_hrs_freertos
I am using nRF52832 with sdk 17.0.2,+ freertos.
I need to implement low power with LOG_ENABLED,but the Power...
Hello all,
I am currently working in a project that uses the nRF5340 SoC, nRF Connect SDK and Zephyr. The system has multiple sensors to measure various quantities such...
How is it possible to run a DTM Test on a custom board using the nRF Connect Tool?
I am able to run it successfully with 2 DK boards, but I need to run it on my custom PCB...
1. I had done the pairing without any authentication but now I want to do it with the authentication with an authentication key.
2. please provide some sample code regarding...
Hello DevZoners, I hope you are all doing great!
I'm struggling to understand how this works.
I've been following the NCS Tutorial part 2 to implement the PWM peripheral...
Hi,
I am working on nrf5340. I would like to change the TX and RX default pin of uart0 to <33> and <32>, I modified the file "nrf5340_cpuapp_common.dts" as below.
The...
I've been develop the other MCU;s DFU driver for the nrf52832 recently, and I ran into several problems.
The first I show you my DFU step in the RTL8720( Be the central...
Hi there!
I'm using the nRF Connect SDK with the VScode extension for developing an application for the nRF9160DK. I've taken the lwm2m_client sample as base and rewrote...