I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Hello.
I have a product that I am working on which a peripheral and it is able to communicate test data over BLE UART connection. For development purposes, we have internally...
Hi Team,
I have 1 nRF5340 Audio DK. With the steps mentioned in below links, I configured Json file to Gateway and I'm able to achieve it. ( developer.nordicsemi.com/.....
Hi,
We are developing on a nRF52832 MCU and we tried to enable MPU on the whole RAM region (addr: 0x20000000, size : 0x10000) But when we create a new MPU region around...
Hi,
So I have seen there is a clean -up option to set the architecture core HW registers to their warm -reset values as specified by the architecture before running the...
Hello everyone,
using Segger Embedded Studio, I encountered an issue with the TWI libraries. My device consists of a custom PCB controlled by the nRF52840 (programmed with...
A simple and maybe trivial question. When in a thread I wait data for example with
is it like call continuously the k_yield()? How the api above works in the underhood...
Hi
is there any example or Tutorial to start from the beginning stage of developing Multiprotocol (BLE and Thread)?
I've tried searching many articles still unable to...
Hi,
Chip: nRF52840
OS: nRF Connect / Zephyr: v2.3.0
Problem: Saving coredumps to external flash
We're trying to add a bunch of debugging features to our firmware before...
I am using the PCA10040 nRF52DK board
I want to connect the UART RX and TX pins of the nRF52832 to my target CPU
I have cut the connections at SB16 and SB14
I can see...
Hi Sir,
As we know, Matter 1.3 supports Electric Vehicle Charging.
Do we have any plan to support the example of Electric Vehicle Charging?
If yes, what is the time...
Hi, We are using a Segger JLINK to program a nrf5340 product using the SWD interface. We have been successfully programming units using a design where there is a 100k pullup...
When we try to test the stability of the UARTE peripheral, we find that when inserting and removing the RX pin, the uarte_handler callback function is very likely to goes...
What is the recommended UART SUSPEND sequence to use the PM_DEVICE_RUNTIME? I am having trouble using the PM capabilities with the UARTe driver. I am developing on the 52833...
Hi,
I am trying the https://github.com/NordicDeveloperAcademy/bt-fund blefund_less1_exer1 using nRF52840 DK. I am able to connect but not able to detect button press. I...