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...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
Hello,
I am using Unity game engine to edit my project and I need to add a ble DFU function into my project at this moment. I had download a ble plugin from the unity store...
Hi,
I have 3 of nRF52840 boards, SDK V2.2.0 and nRF SDK V15.0.0.
I already tested the light switch control example, and saw it working with one client and 2 servers and...
Hi Nordic,
I have added new files to my project and added their path to user include directories of common configurations. When I build I am getting this error "No Source...
On my macOS Mojave, I have followed the 'Getting Started Assistant' in setting up the development environment for the nRF9160 but I am unable to load the asset tracker project...
Hello,
I am developing firmware for nRF52810 with SDK 15.0.0 and I need the OTA DFU features (buttonless DFU to be more specific) but there is no DFU demo for nRF52810....
Hi,
When trying to drive a motor driver, my nRF52 DK board is damaged with power rail 3.0V dropped to 0.5V.
After I desolder the interface MCU, the supply comes back...
Hi,
What is the limitation in terms of the number of bytes that can be sent over the UART to be sent over BLE on the usart ble example? I tried sending 32 bytes and it worked...
Greetings,
I am working with serial mesh (nrfSDk 15.2 for mesh 3.1 with softdevice s132_nrf52_6.1.0) .
1. I followed the serial example available and its working.
2...
Env: nrf52, sdk15, ubuntu, SES
Hi First steps on fstorage. As I just need to store and read an array of some bytes I have chosen fstorage
and I got this as output...
Hi,
I am working on DFU over Mesh for quite a bit now. I did run few tests but never run the DFU on a large network comprising of 100+ nodes. SO, I have questions about...
Hello
We are trying to finalize the layout we need for a nRF9160 module with gps capabilities.
I have downloaded the schematics and layout for the devkit V0.8.5.
what...
my code based on file "nRF5_SDK_14.0.0_3bcc1f7.zip".my hardware based on nrf52832QFAA.
my options set as:
project “bootloader_secure_ble”:
project “ ble_app_hrs ”with...
I changed the bootloader size by changing the flash start address (in the .icf file, from 0xf8000, to 0xf7000). I just want to check what other files/settings needs to be...
I need to use pin 8 and pin 20 as outputs on the nRF52 DK, to be transferred to a custom board built with the nRF52810. I'm using SDK v15.x.x.
I need to drive PWM output...