Dear reader,
I am currently working on a project using the NRF54L15 MCU. There is plenty of documentation available for this component, and the reference circuitry for the...
I'm looking into a rare issue on the BBC micro:bit V2 which uses the nRF52833 as its (application) microcontroller. I used to be familiar with some CPUs from the 80s but my...
Hi everyone,
I'm working with the nRF9160 and trying to configure P0.19 as the UART TX pin using Zephyr. Here's the configuration I used in the device tree:
uart1_default...
I have shifted from silicon labs for BLE project. In Si labs we have burn BLE bootloader and BLE application separately. Do i need to do the same here in nrf controller? If...
Hello,
I am using nRF Connect SDK v3.0.1, together with the Find My add-on. Test case TCG013 of the Find My Network Self-Certification Test Cases R1.7 is failing on the...
I am unable to detect any i2c device when connected to the Nordic nRF54L15 DK kit. I have change the voltage from 1.8v to 3.3v and Tried and explore other pins in Port 0 and...
HI: D:\ncs\v3.0.0\nrf\samples\bluetooth\peripheral_uart Using the nrf54l15DK board can run peripheral_uart examples,connection is disconnected. However, when I use the nrf54l05...
I want to store sensor measurements taken every 2.5ms persistently. Does a write to the internal flash happen faster than this? Can I safely assume that the internal flash...
Could somebody, please tell me what it means? I couldn't find it in the docs.
uint32_t bleDeviceManagerInit()
{
uint32_t errorCode;
dm_init_param_t params;
dm_application_param_t...
Hi, can someone help designing one PCB antenna (1.6mm PCB thickness)?
Also, I intent to do another design using with amplifier and di-pole antenna (also in 1.6mm PCB thickness...
Hi All,
Complete newbie here... Essentially I'd like to modify the nRF51822 smart beacon kit to also advertise it's battery level. From this link it certainly seems possible...
I'm developing an application based on SD130 1.0.0 (latest) and DevKit board with 51422 chip.
The application uses timer for some synchronization purpose. Operation with...
Hi
Maybe I'm getting stupid, but I'm having problems to program my new nRF51 DK kit. I was working last year with the previous version with no problems, but with this new...
Hello,
I noticed the various examples as well as the ble_advertising component all check for pending flash operations and will not start advertising until they are all...
hi guys,
im developing a program to interface accelerometer MMA8452 with nrf51822.so if accelerometer is in peripheral device,how do i send the x,y,z co-ordinates from peripheral...
Hi everybody, i am working with a nrf51822. S110 with sdk6.1 IDE:keil
I want to do FLASH Erase while in a connection.
I have read this page devzone.nordicsemi.com/......
On initialization of the bsp, I get ERROR 4 (NRF_ERROR_NO_MEM) when I define LOCATION.
Why is this? Because it seems rather weird there's no more memory at that point in...