We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
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...