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...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
Hi, i have been working on initializing the UART periferial based on the UART example in the SDK5. I got following error.
1> error: unplaced section: .log_dynamic_data_balloc_log_mempool...
I have recently installed nRF Connect for desktop V3.0.0 on my ubuntu machine and I installed the Bluetooth Low Energy App but it doesn't launch and I keep getting this error...
What happened to the webianrs.nordicsemi.com web site? It is inaccessible currently and the Events page on the main site references broken link for the video archive of the...
Hi everyone,
I am doing an evaluation for a Bluetooth Mesh based project. There is however one huge source of uncertainty that I cannot find definitive answers to, and that...
There appears to be an issue in the end-handle in the example code to retrieve characteristics for a service. Currently the code is:
// Search for end handle. for (uint8_t...
I've tried this with S132 and S140 7.2.0 and NRF SDK 17 on an NRF52832. I get random NRF_FAULT_ID_APP_MEMACC errors, that seem to be triggered by long running functions (though...
Hi ,
We have requirement for firmware update over Ethernet [ external Ethernet ENC28J60 module interfaced over SPI] 1. Is bootloader customizable for adding SPI driver ...
Hi ,
I am a beginner using nrf24l01 module and arduino. I need just to glow an led in the arduino module whenever other nrf24l01 module nearby( second nrf24l01module also...
Hi everyone,
Id like to know if anyone has tried to implement NFC Blocker Tag on NRF52480 or any similar nRF5 chip using their SDK. In general the purpose is to block a...
Hello! Is it possible to select to which interrupt types WFI (wake up from sleep mode) reacts?
I have a system with nRF51 where RTC clock initiates temperature measurements...
Hi,
The project "Thingy Mesh Provisioning Demo v0.7" which is available here on GitHub is for " Nordic nRF5 SDK for Mesh v3.2.0 "
Question: Is this project only supported...
Hi,
On our board, we have a nRF5340 + nRF9160 that turn on as soon as power is provided to the board.
We would like to reduce the inrush current drawn by these components...
Hi all,
I am working on CAN driver for the MCP25625 device, which communicates to the nrf9160 via SPI. I am following the SPI example https://github.com/Rallare/fw-nrfconnect...
Hi,
in the timeout_handler of app_timer_create, invoking function nrf_esb_write_payload(&tx_payload),The timeout_handler function won't come in again,why? timer cancel?