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...
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...
https://devzone.nordicsemi.com/f/nordic-q-a/65059/buttonless-dfu-on-nrf52832
When I try to DFU from NORDIC_BUTTONLESS , nRFConnect disconnects from it and connects to DFUTARG...
Hello,
I get an error message when running this function:
int ret = i2c_reg_write_byte(data->dev, cfg->i2c_addr, LSM6DSOX_INT1_CTRL, test);
I know 0x0BAE0002 error means...
Hello, With nRF5 SDK 17.1.0 release a new ifdef NRF_BLE_LESC_GENERATE_NEW_KEYS in nrf_ble_lesc.c has been added. Could you please clarify what the intention is of this generating...
Hello Team Nordic,
I think there is still a problem in the SDK 17.1.0 if not using a Softdevice (with SD all is OK):
in "nrf_drv_clock.c" -> "nrf_drv_clock_init(void)...
Hello Nordic team,
I am building an IoT solution and plan to use the nrf9160 just as a stand alone modem. App will reside on a separate MCU and talk to Nrf9160 on uart...
HI,
I am developing weight scale with Bluetooth feature. I have already developed the code to get weight scale reading using SPI example.
Also tested ble_app_uart code...
Hello,
I have currently cloned and built the latest master branch of Eclipse MQTT-SN Gateway https://github.com/eclipse/paho.mqtt-sn.embedded-c.git on my Nordic Border...
Dear N ordic S upport Team,
After I updated the nRF Connect SDK (1.4.0 to 1.5.1) and the Modem firmware (1.2.2 to 1.2.3) on my nrf9160 DK devices, the date time isn't synchronized...
Hello there,
It is actually basic for the Bluetooth connection for the nrf52840 using Zephyr, which changed the scan filter by name based on the central UART sample.
As...
Hi there,
We are currently using IAR embedded workbecnh IDE for our development on non-Nordic products. We are thus considering the possibility of also porting our Nordic...
Hi Nordic Support,
I am getting zero distance value from sensor(vl53l0x). I used SLAVE_ADDRESS =0x29 and register address=0x01. My code is mentioned below
void data_handler...
We originally saw (and reported) this problem with nRF5 SDK 4.1.0. We switched to nRF Connect SDK 1.6.0 which did not exhibit this problem. Now we just tested with nRF Connect...
Hi, I'm trying to found a way to flash production config for a project based on zigbee NCS example with OTA. Is nrfutil still a valuable tool for creating a production config...
Hi.
I'm trying to emulate my project, which is intended to run in either nRF9160 or nRF5340 boards (both using Arm Cortex-M33 processor), using QEMU, but as far as I know...