I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
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...