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,
The following define is present in file nrf_sdm.h, SDK 17.0.2:
#define SD_FLASH_SIZE 0x26000
I think it's wrong, it shall be 0x27000. But it's maybe not used...
I am working with a IC that requires SPI clocks to be synchronized (in phase) with its system clock. Currently the IC's clock source is connected to one of the nRF52's GPIO...
problem: in BLE data length negotiation , In the response from slave tx doesnt go above 216 , and rx doesnot go above 54 .
s140
Experimental UDP example - sdk v16.0 (...
Hi.
I'm pretty new with SEGGER Embedded Studio and with nRF9160 dk.
I would to receive time with NTP serveur but I'm lost.
I don't know what to use. if it is better...
Hi, I am working on nrf52840 and I am trying to enable the repeated pairing attempt protection. (PM_RA_PROTECTION) After enabling the module I can see the logs telling me...
Hi All,
I want to create a Thread network with multiple OTBRs, which is based on two nRF52840 run Thread RCP hex provided by Nordic SDK.
I created the thread network by...
Hi there,
I would like to set my dongle into DFU mode from software, I am using the USB-CDC-ACM class, and the softdevice as a central device.
Ideally I would send a...
Hello,
in our project we have a nRF52840DK as central and a nRF52832 chip on a custom board as peripheral. The software on the nRF52840DK is based on the ble_app_uart_c...
Hello
I use mpu6050 and I want to use a 'Complementary Filter' to get the angle of the X, Y, and Z axes.
Applying this filter to the value of mpu6050 seems to reduce...
Dear all,
Greetings!!!
I am using the NRF24LE1E module. I want to pair my device with host using a button. Button is available on device side. Please help me to do it...
now ,nRF52810 's serial port receives bytes.when the bytes sent by peripheral devices are mode then 20 bytes,nRF52810 will die.if the bytes are less than or equal to20 bytes...
Hi, all
(nrf52832 pca10040 s132..)
I'm trying to send / receive data with custom data using gpio ..
My custom device's baudrate is 9600 so I initialize uart like this...
HIGH LEVEL: I am simply trying to build the ble_app_uart example on top of the Buttonless DFU example from the NRF SDK. I have confirmed that I can successfully get the default...
I'm using an nRF52840 dongle and the nRFconnect app on a windows 10 PC. I'm trying to discover the UART comm port commands and responses so that I can write my own connectivity...