Hello,
I have always been able to use VSCode to find various installed toolchain versions, but today I suddenly cannot find toolchains other than v2.2.0.
I checked and...
Hi,
We are currently in the process of evaluating the nPM1300 PMIC for our project and I would like to know if there is a way to supply Vsys using the battery even when...
Hello,
i have one PPK2. Recently i find the current reading from PPK2 is relatively large compared with actual current value.
For example, actual current value vs PPK2...
Hi i am facing the issue with initializing the peripherals when the device is wake up from the deep sleep this are the logs i am getting after wake up this taking to log to...
I am currently developing firmware on Qorvo's DWM3001C module , which integrates the Nordic nRF52833 . I am using nRF5 SDK 17.1.0 and the SoftDevice S140 .
My base project...
Hi there.
I am trying to implement a 16-bit, 32kHz, 2 channel i2s interface which is being fed by a FIFO (the final source of this FIFO will be a DAB/FM radio module but...
Our design has an nRF5340 with a 32 MHz high frequency crystal and an accurate 32 kHz external rail to rail clock chip (+/- 5 ppm @ 25 C). We would like to measure the actual...
Hi,
I faced a strange kind of issue while i was burning the same code on nrf51442 and nrf51882 chip. The code is running fine on the nrf51442 chip but the code wasn't running...
My µvision crashed during programming and will no longer respond to trying to program it. It boots into the bootloader mode. My computer sees it but the precompiled binaries...
Hi ,
I am using nRF51 SDK with S130 soft device lib, and it is running well when downloading the example of ble_app_uart. But when I want to modify the service UUID from...
Hi,
I'd like to check the battery level in my BLE device, and I can set a timer to handle the checking, however this means that Timer 1 would need to powered up, and hence...
Hi,
The situation: nRF51 has established a connection with the iOS/Android (custom made)App. The nRF51 goes out of the Bluetooth range. Eventually, the Bluetooth connection...
I have looked around but have been unable to find doc explaining this. If there's something around, I'd truly appreciate a pointer.
I have an existing (solar powered) device...
Hello,
i'm searching for informations about calibrating the SAADC of the nRF52. And i have read here: Link
For nRF52, there are no calibration
values that I know of...
Hi Sir/Madam
I wrote a small program for low current verification on nrf51822 development kit with starter mother board.
The program is based on "blinky_example" project...
Hello to all,I have developed a board using the NRF51822;
Currently I am using SDK v11, S130 v2.
I have a problem in my bootloader, since bootloader_app_is_valid (from...
Hi, i want to jump from my app to the bootloader, i used the function
void bootloader_app_start(void)
{
vMBt_eStopAdv_Exe() ;// Stoping the BLE ADV
sd_power_gpregret_clr...
I have a question about when the application is erased during serial DFU single-bank update:
According to the S110 Serial HCI documentation , the serial update packets...
Hi,
I just purchased an nRF51 sniffer. I have set everything up as per the UM. When I invoke the sniffer application, it says scanning for devices, but nothing shows up....
Hello.
I'm investigating how bootloader works (bare minimum), especially how it brings control to an application (already flashed at 0x1B000, s130 SoftDevice also present...
Hi,
I'm creating a simple SPI bootloader without SD for nRF51822 based on this post
The bootloader is connected to Freescale 22F through SPI and it will be without any...