GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
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...
Hi,
according to my system architect it should be possible to use a standard https://github.com/NordicSemiconductor/pc-ble-driver on the nRF52840 Dongle for implementing...
Hi guys, I'm trying to measure deep-sleep current of my application quite precisely to obtain a reference measurement to evaluate against for further improvements. The setup...
I tried to add a chip of our own design to NCS, but when I tried to write the device description file, I ran into two problems:
1.Even if the chip description file is compiled...
Hi,
I'm using the example project usbd_msc and I am having no luck having the volume come up on windows when I plug in the nRF_USB line. I can see "nRF52 USB MSC Demo...
We are currently getting our firmware ready to test devices for FCC and other radio testing. We have an AThost-like setup that passes AT commands from a terminal over a BLE...
.Hi Nordic Support team,
I'm using NRF52832, SoftDevice S132, SDK version is nRF5_SDK_17.1.0_ddde560.
I want to transmit 9 bytes of data collected from an I2C sensor...
Hi,
the I2C burst write function below work perfectly <16 number of bytes. Once I transfer more that this, the return code throws an error "-28" and my scope doesnt even...
Hello, I would like to develop an automated tool for our production line to use to perform DFU on our nRF52832 system. Is it possible to communicate with the nRF52 Dev kit...
Hi, I developed a custom board and I am able to toggle other IO pins but somehow pin 10, 9 wasn't working. After some research, I found that NFC must be disabled to make it...
Hi,
I am trying to set EDRx en LOG_INF the result using following code:
static struct lte_lc_edrx_cfg drx_cfg ;
//enable EDRx
LOG_INF("== Setting EDRx =...
Hi,
I have a custom board with a nRF52840 and the nRF21540 FEM. To control my FEM, I have added the following to my code to my nRF52840_nRF52840.dts file:
/ {
nrf_radio_fem...
Hello Everyone. I tried to run the ble_app_multirole_lesc example on SDK 16.0.0 to test the numeric comparison match feature on bonding. And found that the handling of this...
Hello,
I am currently updating from SDK v2.3.0 to v2.5.2 but I am not able to get the 'psa' functions working correctly (as they did with previous SDKs).
I am trying to...
Hi, How to find out what function is being called, when sw interrupt occurs? I have created a timer that should call a function. But I'm having a hard time finding what function...
Hi,
I am working on custom board which has nrf9160 as modem and stm32 as host controller.
here I am used lwip stack on stm32 controller to get the IP address.
I have...