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...
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...
Hi Nordic Team,
I am using a simple GPIO (tx/rx controlled via GPIO) FEM (PA/LNA) with connected to nRF52840.
I know I am allowed to crank up the TX power of nRF to +2dBm...
Is there support in NCS for MCUboot images encrypted with a different encryption key (not the same key as the signing key)? How is that configured (via prj.conf, etc)?
Hi, I have a nRF5340 based target board running SMP server plus MCUmgr. My ultimate goal is to reproduce on Windows the DFU over serial I already do from Linux. Tese are the...
Im trying to interface ADXL345 with nrf52DK via I2C. Im using the reference drivers in below link
https://devzone.nordicsemi.com/f/nordic-q-a/40822/adxl345-and-nrf52832...
Hello,
I am trying to connect a BLE HRM strap with nrf52382 using example/ble_central/ble_app_hrs_c/pca10040/s132
I am getting this on debug
<info> app_timer: RTC...
Hi,
I am having issues programming my custom nRF5340 board and was hoping to get some advice on the issue.
When programming using nRF Connect for Desktop (Windows 10,...
Device nrf52832 Custom board and nrf52DK with nrf52832
SDK 17.0.0
IDE Segger
when SPI interface is initialized by nrf_drv_spi_init, then MISO line behaves as follows...
Hi! Recently I have been working with Nordic products, starting with NRF52DK. I want to pair/bond cycling equipment (BLE and ANT+) with NRF52DK. After no success with ANT...
I am using pc-ble-driver-py to create a custom scanning and connecting application, but I'm running into an issue regarding the UUIDs of a particular service after connecting...
Hi,
I'm able to successful download and flash my application firmware using AWS S3, but unable to use Microsoft Blob Storage successfully.
I'm using Thingy91 with SDK...
We are currently developing for a product that uses the nRF52832, using Segger Embedded Studio (SES) 4.52c, and the ARM GCC toolchain (2019 q4 version.
We have set up...
Hello, I am a beginner, and I have the nRF5340, and I would like to measure how far and how fast data travels. I don't know how to do my testing with this device.
For example...
I am trying to use multiple DPPI channels for my own purpose after enabling BLE (hci_rpmsg) and MPSL on the nRF5340 net-core. According to the nRF5340 product spec, the net...
I'm working on an application that utilizes CLI library, and I need to add CLI commands as in the code below:
But when I attempt this I get an error message:
error...