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,
I am using the stts751 temp sensor with nrf52832 for temp data logging for short time. I want to save temp data in the internal flash memory but I didn't find any similar...
I followed the instructions in https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fsdk_config.html
and pasted the appropriate text...
Hello,
I have been trying to get the ADC working but for some reason, the adc_read function throws an error of invalid argument ( -EINVAL (-22) ). The adc_channel_setup...
Hi all, I have tried to follow the step to get up and running with my new nRF9160-DK, however, I am not sure if the Application FW has been successfully updated (how would...
Hi,
We are using a bootloader/DFU based on the secure_bootloader example with USB transport from SDK15 and It works fine.
Now, we are trying to add the possibility to...
hi.
i use nrf52840 to d evelop a keyboard .i connect and be bonded by a pc,now i want to delect to the bond info of the pc,and after this ,my adv cant be scan by this pc...
Hi Nordic Tech Support team,
One of my customers is having some problem with UARTE implementation. They used the ble_app_uart example ( pca10056 with SoftDevice 113 )...
Hello Everyone,
We are developing one custom device using open thread protocol.
We are using SDK - nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71 and Dev-kit - nRF52840...
IN Establishing the friendship,I received the following error
/** The Low Power node was not able to send transport command due to internal fault. */ NRF_MESH_EVT_FRIENDSHIP_TERMINATED_REASON_INTERNAL_TX_FAILED...
I want to send ADC data over bluetooth. When I searched, I found the following contents.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsds_s132%2FSDS%2Fs1xx%2Fble_data_throughput...
I am using the nRF51422 development kit with the SDK 11. I am trying to run the proximity application located in ble_peripherals. When the project is build I am receiving...
Hi,
I am using ble_sdk_app_hids_keyboard example:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_hids_keyboard.html...
Hello, I lived in Taiwan and I followed nRF9160 DK Getting Started and met a problem at establishing connection with nRF Cloud with my board.
The previous steps are all...
Hello, I'm trying to run C++ code on the nrf52832 but I'm getting an Hard Fault when sending a floating point to an ostream, like in "std::cout << 13.5f;". The FPU is enabled...
Hi All,
I'm trying to interface a SD Card with nRF52840 DK.
I've got a SD Card socket and a FAT32 formatted 8GB sd card.
When I run, fatfs example , I get following...