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...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Hello all,
this is actually repost of the previous post : Porting the library code of the sensor due to my fault, somehow I have clicked on the the wrong button ...
Anyway...
Hi,
Our product is using nRF52810, and we need DFU. But the size of application Bin is over 60kbyte(about 63k). When we use S112(100K), the bootloader is 32K, so we just...
I am using:
nRF52840DK nRF5 SDK for Thread and Zigbee v4.1.0 CLI example with added code Border Router on Raspberry Pi 3+
Using the CLI, I can get an IPv6 address for...
We would like to use the nRF52840 to upload compiled Arduino firmware in hex file to atmega328p over serial port.
The latest version of the Arduino firmware would be stored...
nrf52833, custom application based BLE Central Uart Project.
s140_nrf52_7.2.0
Our average Power use in the application is 1.5mAmps. What is the proper way to manage...
Hi, I am working on ble_app_uart_c(central device) and want to add the DFU option. I have successfully added a buttonless DFU service in the peripheral application. Now how...
I'm testing a simple application based on the UDP example. It samples some peripherals and ADC channels, these values are then packed into a CoAP message. This CoAP message...
Hi,
My custom board using nRF52810, project was based on ble_app_uart_pca10040e_s112 and secure bootloader.
The size of application is 59k, and the bootloader is 32k....
Hi
I looked in the nRF9160_PS_v2.0.pdf,I can not find the voltage level of SPI signal pins,Does the voltage level of SPI signal pins equal to the voltage supply to the VDD_GPIO...
Hello,
I am using SES environment with nRF Connect SDK 1.9, SoftDevice S140 and nRF5_SDK_17.1.0 to clone the nrf52-ble-multi-link-multi-role example on Github ( https:/...
I'm facing some issues over connecting over to AWS with a custom board, the board was connecting before and the code connects with AWS using a Thingy91
Hi,
I'm trying to develop a simple application on the NRF5840 DK using the NRFConnect SDK inside VScode. I am struggling to see how to add external libraries to an application...
Hello,
I am using the nRF 52840 DK board. I am trying to implement the code for the HX711 in Zephyr.
I was just comparing the code with Arduino which I have written and...
Good Day.
I plan to use nrf52840 in my development, but at the moment this microcontroller is not on sale. But there is an nrf52840-Dongle on sale.
Can you please tell...
Hello,nrf_pwr_mgmt
I am doing basic BLE advertising on the nRF52840 DK board and using nRF5 SK 17.0.2. I can see the current consumption is ~50uA but after using nrf_pwr_mgmt...