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...
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...
Hi,
I am trying to create an application for nrf52810 soc. I have a problem on selecting board name and the SDK version
I am having nrf52DK (nRF52832 soc) development...
Folks. I developed my own circuit using nRF 52833 and I`m trying to upload a new firmware via SWD interface. I'm not getting connected to the target for any reason. Is there...
Using SDK 17.0.2 and the nRF52840DK, I am setting up SPIM with a memory IC (not actually hooked up though, just looking at the signals on the oscilloscope). This code is executed...
I'm facing a problem with a product I'm developing. The problematic setup is as follows:
Two nRF52832 peripherals (S132 v6.0.0), each notifying on two characteristics...
Using: Windows Pro 10.0.19041 Build 19041
I'm trying to run Trace Collector for an issue with the nRF9160 and FOTA. I go to run the Trace Collector and it starts, but says...
I am using nRF52832. For reading ADC value for battery level percentage i have used 800k and 1M ressitor value. But while reading ADC Current cosumption is reached to 3 to...
I am trying to copy from this example:
https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/ble_app_uart__saadc_timer_driven__scan_mode
but I get:
./nrf5_SDK_Current...
Hi,
I'm trying to understand the PSM availability of my local network.
After playing a bit with the RAT and RPTAU values, I found out that using RAT=16~30 secs and RPTAU...
Documentation states that k_fifo_is_empty() returns 0 if data is available in the fifo (which is really implemented using a queue).
I'm receiving some spurious interrupts...
Hi,
In these conditions "custom device connected+bonded and whitelist enabled", when the device scan for beacons it see only the smartphone bonded to the device (don't see...
Hi! Looking at the product specifications V1.1 specifically 5.2.1 Electrical specification, one can see that on Sleep System On, full ram retention wake up on GPIOTE Port...
Hello,
I have following problem.
I use the nRF52840 DK and want to run it in nRF only mode, so I have the minimum power consumption. If I set the DK to low power mode...
Hi,
I encountered fota_evt_handler in azure_iot_hub.c is missing the call to azure_iot_hub_notify_event for the AZURE_FOTA_EVT_ERROR case, resulting in the application not...