Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
i am using mpu 9250 and and using https://github.com/Martinsbl/nrf5-mpu-examples this examples.
the question is can i use magnetometer on spi protocol?
because i have...
1. When I use NRF52832 as the ANCS client to get the notification attributes, if the data exceeds the size of a packet and requires multiple packet transfers, is it the BLE_GATTC_EVT_HVX...
Hello, I am working on a project which requires using FreeRTOS with the nrf9160. Setup: - Boards tested on:actinius icarus, Thingy91) - VS-Code with Ceedling as build tool...
Hi, I have implemented OTA DFU on Android with your official DFU library. We want the DFU to happen in background at a certain trigger (car driving, triggered from device...
Dear Members,
How can I connect via ANT+ to Garmin GSC10 ?
then display cadence and speed value in UART ?
Is it related with this function in ant_bsc_rx_d52_s212.uvprojx...
Hi
My problem is very simple but I don´t know how fix it.
I have a project in my work and it goes very well, but when I returned home,I have build It and it goes with...
Hello,
I'm having an issue with my nrf52832 with and ICM20948 IMU attached. My issue is related to wake up on motion. I believe I've set it right but I can't make it work...
Hi.
I have several issues when trying to respond to Direct Methods (using v1.4.0 of the SDK):
In azure_iot_hub.c:
evt.data.method.rid = atoi(topic->prop_bag[0].value...
Hi !
I am working with a NRF52832 and with SDK 15.2.
For my application, I need sometimes to deactivate the Softdevice to begin some radio tests.
So I have programmed...
I am doing the procedure described in the nRF52840 specification, figure 193 "UARTE reception with forced stop via STOPRX".
I am using 1Mbps with hardware flow control....
I'm testing out the Thingy91 Asset Tracking Application, but I notice when I poll the Accelerometer, I only get junk data back. +/-20m/s^2 on all axis. I'd test this application...
Hi! This is the first time that I develop a BLE system with this MCU, I want to know if it is necessary to install so many vias making a shield around the entire pcb. If so...
Hi,
i'm using SDK11 with NRF52832
After a pin falls from HIGH to LOW The GPIOTE_IRQHandler calls a function in my program to read 8 bits from the bus (Inside the interrupt...
Following the seminar today I tried to build and run this example.
built on command line using west (non-secure nrf9160-DK target)
in a continuous loop I get
```
SPM...