Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
Hi.. i am using nRF52832 ... 15.2 sdk Version. i'm trying to communicate between a central device and a peripheral.so if multiple peripherals are present and all of their...
1. I use buttonless DFU. As I understand it, at startup the bootloader checks CRC of the application, and if it is ok it jumps to it. So if I accidentally deploy an update...
I tried with the DK and my own USB-serial adapter and both fails at 1M with HWFC with this error:
nrfutil dfu serial -pkg bltest.zip --baud-rate 1000000 --flow-control 1...
Hi I would like to interface the nrf9160 with amw136 (silicon labs) module wifi.
The amw136 has the interfaces: serial (UART, remote terminal), SoftAP and WLAN client (concurrent...
i am working on nrf52832 DK, i am trying to upgrade my development kit firmware using mobile
and i successfully build "secure_bootloader_ble_s132_pca10040.hex " application...
I'm currently using this setup on a fitness device prototype that will send battery status, scores and relevant infos. RPi >>>RFM69 915MHz )))))) ((((( RFM69 >>> Adafruit...
Hi,
I am using the softblink library in SDK 13.1 to control a RGB status indicator LED. It works fine, until I want to change the PWM settings or the LED pin.
The change...
I'm developing an interface I2C to one sensor including SCL, SDA and open-drain return to know if
the sensor is ready to work. After Reset by "Build and Run" form Segger...
Hi,
I'm a new guy for the development in nRF52840 and try to build the application by using 802.15.4. I have two questions, as follows:
Firstly, when I follow the instruction...
Hi, environment is nRF5_SDK_16.0.0_98a08e2 windows SES target is nrf52840. I am using the nordic dev board. The final product is a wearable, which will connect to a smartphone...
Hi All,
I'm using NRF52832 for our product. I test bootloader functionalities with development kit. The software system is also tested separately by directly programming...
Is it possible to achieve 2Mbps real speed when sending 2Mbs of data in BLE.50?
It supports USB 2.0 H / W, but the actual speed is full speed. Is high speed possible with...
What is the need for a provisioner? Is it mandatory to have provisioner while client and server communication? In which condition provisioner needed in mesh network? Which...
Hello,
This is more a question than a issue. I am working on a sample to transmit data from MOSI of the SPI to UDP. It is possible to see received data through SPI on LTE...
I would like to make a timer to check the GPIO status.
The current code is like below:
I already checked that timer function is worked by implant the specific event...