hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
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...
SDK:17.1
application: ble_app_uart(+ble_app_buttonless dfu service) bootloader:secure bootloader pca10040e_s112_ble I want to know what operations will be performed when...