Hello, we are developing a BLE application using nRf52833. Because of the waterproof & stainless steel casing requirement with rechargeable battery charging capability, we...
Trying to set up a PPK(II) to measure the current in my nRF 52833-DK and preparing my nRF Connect for desktop to do so, I notice that this tool is demanding a V7.94i version...
Hello,
I am working with the NRF5340dk, nrf7002ek, and PPKII. I am unable to get the DK to power up with the PPK. I used a knife to break the trace but for some reason...
Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
Somehow a program I have running on a nrf52840-DK board will enable protection. This kind of screws up the small application I am testing because it seems to lock out the...
Hi Nordic team,
We're experiencing two issues related to partition handling in Zephyr/NCS and are looking for your guidance
Issue 1: settings_storage is erased after BLE...
Hi,
I am trying to program the custom nRF9160 board using SEGGER JLink/SWD programmer , For same of the boards when connected to custom board and trying to select the device...
I've tried to upgrade the firmware using the DFU feature of the android nrf-toolbox app, but it returns the "REading file failed" error.
this happens only with my phone...
Hello,
I am using sdk 11 and I am refering to code ble_app_uart. I am using nrf51 and I want to add passkey to this code. So do this I added
// Add static pin:
uint8_t...
Hi,
I measured the throughput using the ATT_MTU Throughput Example.
I referred to Testing in the following URL.
infocenter.nordicsemi.com/.../ble_sdk_app_att_mtu.html...
Hi,
Is Ibeacons are normal advertising packets ?
Will all the BLE Central which scan receive this ibeacons ?
Can I use NRF51822 as a device which receive the ibeacon...
as far as I am concerned, when I use PPI or SHORTS without interrupts, I DON'T need to clear the corresponding event registers, and task will be triggered once the event is...
Hi, Noric
When I use Master Control panel to connect my nRF52 for DFU, it shows:
Then when I press "Start", it shows:
Plz help me.
Which example will be flashed...
Hi everyone. I am working on a project while doing my undergrad in EE and am confused on a few things.
I am using Raspberry Pi 3s with the NRF24L01 (NRFL) chip and code...
Hello!) Have some problem with custom pcb, created for nrf52832. After mounting all components a connected pcb to nrf52dk through P20 port. Chip was correctly detected in...
Hello,
I faced the problem of high power consumption when using a large number of the inner periphery.
Currently used:
SPI1 -> Accelerometer, ext. serial memory
TWI0...
Hi,
I am facing an unusual issue. My team has created a custom board using nRF52 and testing with HRS sample from ble_peripheral folder. Using the nRF Connect mobile app...
I've heard of a Bluethooth device called a N51802 QFAA0, which is possibly a nRF51 rip off / clone.
Has anyone else heard of this.
From what I've been told its fitted...
I'm tryinng to minimize jitter on my LED when I switch between .2 .4 .6 .8
I'm using a nrf51822 for my testing. The jitter is so bad that it has a strobe effect.
I reviewed...
Hello. I have a question and a request for Nordic developers.
It is really super-helpful that in SDKV12 you converted to having a master sdk_config.h that contains what...