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...
I am trying to use secure bootloader project sdk 17 nrf52832. But micro ecc lib is missing. I installed GNU compiler, make, Git. From infocentre also tried how to implement...
Hello,
I would like to implement the following failsafe for unused program areas for nrf52.
1. Filled the unused program areas with undefined Instruction.
2. The UsageFault...
I am using a nRF52840 dongle with nRFconnect v1.5.1 in SES. I have followed This link to do it. But got stuck at "Editing CMake List.txt" step.
Please tell if there...
Hello,
Is that true I only need the HFXO to be on right before issuing NRF_RADIO->TASKS_START = 1?
As long as the radio is not in TX/RX status, the HFXO can be turned...
Hello,
I'm writing software for my own board with nrf52840 and SIM800C modem.
I try to connect to MQTT broker. It works when I have TLS disabled or have TLS with certificate...
I'm building a custom system based on the NRF52832 and S132 SoftDevice with SDK 14.2.0.
Our secure bootloader (bonded) is based on examples/dfu/bootloader_secure_dfu. It...
Hello,
I'm working on a project with the nRF52840 PCA10056 board. I want to use Thread protocol. But I'm not sure if Thread supports Coded PHY, a feature of Bluetooth 5...
Hello, I have a nRF52832 DK and a nRF9160 DK and I would like to establish a Bluetooth connection between them and also send data to each other. How can I do that?
Running the Zephyr LIS2DH sample program on a custom board works fine until I configure it to use the trigger and then it throws the z_arm_mpu_fault() error. It doesn't matter...
Dear Team,
chip- nrF52810
I notice a startup current sequence existing for 26ms and the average value is 600 uA. This sequence is present when waking up from systemOFF...
Hi,
We would like your pointers for our following queries:-
1) Would like to know about which firmware stack we can use for provisioning nRF52840 Nordic boards via nRFMesh...
Hi,
I want to do this with nrf9160:
Transmit data (JSON strings) from the nrf9160 to some receiving end, and measure current profile for different amounts of data. It...
Hi,
I successfully send the status of the button from the Switch board to the Light board in the light switch example in nRF Mesh v2.2. .But how can I send other sensor...
Dear community,
we are using nRF52840 (s140) and nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 to develop a multiprotocol (BLE, ZB) application. Regarding the sending...