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...
I have a custom PCB that I designed for use with the nRF52811. I have tried to connect to it using the nRF Connect Programmer to program a Soft Device but I am unable to connect...
dear folks,
I bougth my dev kit last week from digikey. I tried the asset tacker demo out of the box without success. I tried nearly everything. Updated the modem to v1...
Hi,
Is it possible to use RTC for timekeeping along with app_timer functionality?
For example, I want to use simple RTC counter register and overflow interrupt to provide...
We are using ble app uart example in gcc. The uart event handler is not responding on APP_UART_DATA_READY. When it was build on keil it is working, but due to necessity we...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hi guys,
I want to use a smartphone as a poller and the NRF52832 as a tag device. I use typical, high-rated apps desired for sending and receiving data by NFC. I tried the...
Hello, this is my first post on DevZone:-) I'm working with DWM1001-DEV board. I know that this board contains an nRF52832. I'm configuring the SAADC to measure the battery...
Hi
When I use the SDK 15.2.0 & Mesh 3.10.
This light_switch example of advertising bearer(Mesh Profile 3.3.1) default to using the channel 37.
So,I try to change the...
Hello , I started a new project with bluetooth mesh for which I am using Nordic development kits for testing. Nordic offers a provisioning application for the mesh network...
The download for the latest nRF Connect linux client (3.1.0) is linked to the wrong file.
The correct download link is available on the github releases page: https://github...
Hi,
I want to sample ADC signals and send data when requested via BLE or UART. I set a timer that triggers every 100 ms and gets ADC data. To store the data, I would like...
Hi. I'm using nRF52832, SDK13.0.0.
I need to use ECDH curve25519.
I just realized that Oberon has 25519.
There is Oneron library in ble_app_eddystone example.
I think...
I have written a flash code using fds in which i am trying to save the data 7pages(1024 each). I have defined array of record key and fie ID for it.The problem it saves for...
Hi. I'm using nRF52832, SDK13.0.0.
I need SHA256.
My code is
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256);
const nrf_crypto_hash_info_t hash_info_sha256 = { .hash_type...
Hello,
Using nRF5 SDK v15.3.0 Peer Manager drops Service Changed indications if an ATT MTU exchange is in progress, this hapens because function service_changed_cccd() in...