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...
Hello,
I am using the RADIO peripheral to send BLE 4 advertising packets back and forth between 2 DK's (nrf52840 as transmitter, nrf52833 as receiver) following the radio...
Hi,
Nrf52 52840DK,SDK17 S140.
how to broadcasts continuous data? (Continuous broadcasting, with different data each time)
code as follows:
SDKs\nRF5_SDK_17.0.2_d674dde...
I have VSCode 1.63.0 (Universal) on macOS 12.0.1 with ncs v1.7.1 and a board with an nRF52840 MCU. I'm using the "hello_world" example. If I power cycle the board I can start...
Hi,
I'm trying to connect to hook-up a debugger in VSCode to my target but am unable to. The hardware is custom and JLink connects fine with nrfjprog to program and erase...
Hi,
I'm trying to ,create a development environment for Alexa gadget in nRF52832.
here is the thing which I'm using:
1. nRF connect for desktop version v3.9.1
2. Toolchain...
I had a Thingy91 that I think I bricked in trying to upgrade the firmware. I'm able to see the device in desktop programming, but it says erasing then gets to a 100% screen...
Dear, I am new to Nordic. I created a simple project for testing. There is a small fucntion to display "Hello World". After , Re-build Solution.. the memory used is as shown...
Dear community,
I am evaluating the nrf52 chip on the nrf52dk. I am using the peripheral_uart example, built for nrf52810. I have stumbled upon an error which I'm not sure...
In our BLE connections we often receive a BLE_GATTC_EVT_WRITE_RSP event with gatt_status 0x01F2.
Looking at the list of GATT_STATUS values, this must be an error in the...
Hi, based on my previous posts ( 2nd post , 1st post ) regarding the ble_app_uart_c multilink example I now face another issue.
When I run the multilink example on my nRF52840...
Hello,
Until now we compiled our company project using SEGGER Embedded Studio command line tool 'emBuild' that was called from a custom Makefile like this:
But we...
Hi all,
I want to self provision my node. I am using nrf52832 dev board, mesh SDK v 3.1.0, light switch client example. You may wonder why self provisioning, when there...
Hi, I am currently utilizing an app that supports multi link; however, I was only able to get 7 maximum stable connections. My goal for this multi-link is to connect a sensor...
Hi,
I am trying to run the DNS example provided in the Nordic Infocenter as part of the Thread Border Router setup, but it is not working. I am getting "Error 28: ResponseTimeout...
Hello,
I tried to implement the HX711 example from Vidar mentioned here ( https://devzone.nordicsemi.com/f/nordic-q-a/34112/best-approach-to-interface-hx711-with-nordic...