Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
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...