Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
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...