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...
NCS version:v1.5.1
board:nRF5340DK(0.11.0)
first,i use SES Embedded open radio_test project and choose nrf5340dk_nrf5340_cpunet ,and use [west flash --erase] download...
I am using nRF Connect SDK Tutorial - Part 1 | NCS v1.4.0.
I am using MacOS and nRF Connect SDK v1.6.1 .
a. The JlinkExe executes but JLinkRTTClientExe doesn't show any...
As noted in recent past cases, we have an issue with the state of the nRESET pin that is causing unwanted resets when connected/disconnected from external hardware (programmer...
I used NRF52840 Base on NRF SDK15.3 and freertos.
I have two task call nrf_crypto_aes_crypt a t the same time occasionally return NRF_ERROR_CRYPTO_BUSY. And also I add mutex...
Hi
I am developing with nrf52832 development board and sdk17. I'm trying to communicate with redpine rs9116w through spi but get some problems.
I have an other nrf52840...
Hi,
I'm a beginner at this, I'm a software developer so I've never worked with hardware but now I need to and I don't seem to be able to make it work.
I would need help...
Hi,
I have nRF9160 Power Measurement DK board, (PCA63511 Rev 1.1.0). And
nRF52 dev boards (nRF52840) (PCA10056)
I measured my program as: with nRFConnect version 3.2...
I have a project I have been working on for a touch switch using the nRF52840. I have been developing it using NRF Connect 1.6.0 and testing it on the nRF52840DK board. It...
I have some code handling the `BLE_EVT_USER_MEM_REQUEST` event. When I try and call `sd_ble_user_mem_reply` from within that handler, It is returning `NRF_ERROR_INVALID_STATE...
Hi,
My application has several characteristics that require read/write authorization. But for some peer I only want them to have access to some certain characteristics...
Hi,
I have a custom board based on the PCA10015 where im not getting any contact between the NRF9160 and the IBASIS SIM.
The SIM is in the correct way and i have the same...
Hi,
I'm having trouble finding out which versions of ncs, modem firmware, and SUPL library are compatible with the B0 revision of the nRF9160 that we use currently. I'm...
I'm using the nrf52810 with S112 in peripheral mode. Using the example blinky firmware and mobile app works perfectly with my Android and iPhone. However when I add in passkey...
Hi,
I am trying to use nRF52840dk and the download_client library to download files from my CoAP server.
I am using the CoAP Server example, and I have added the following...