I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
Hi
I have integrated the example code for mesh dfu provided in the nrf mesh sdk5 in my main application . I have followed all the steps mentioned in this dfu guide. The...
Hi,
We have a working LwM2M device based on nRF9160 and NRF Connect SDK 1.1. When we run with a short register-update period (30 seconds) on a NB-IoT network it works. When...
Good Morning,
I would like disable passkey in the example "peripherals_hids_keyboard". I am able to connect with differents hosts (2 smarts and i computer) but I'm having...
On SoftDevice S140(V7.2.0)
ble_gap_adv_report_type_t status has four types.
BLE_GAP_ADV_DATA_STATUS_COMPLETE BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_MORE_DATA BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_TRUNCATED...
I am using nRF Connect SDK with VS Code on Ubuntu 20.04. I have installed SDK using the nRF Connect for Desktop and Toolchain Manager.
When I start VS Code I get the following...
Hi, I am trying to see the connected devices by executing the "lsusb" command, these are the steps I followed:
1.- Connect USB / swith NRF power Source to USB:
2.- Click...
Our development environment extends the NCS for our 9160 and 52840 hardware. To create a command line build environment in v.1.x.x, I was able to leverage the env.cmd file...
I have migrated an application based on the peripheral uart sample, running on a Fanstel BT40 board, from nRF Connect SDK v1.6.1 to v2.0.0. The application receives one line...
Hi,
I am trying to send data to a http server, and are trying to error handle. I am looking trough the documentation on the send() funciton in the socket.h library, but...
Hi,
I have an issue with interrupts on TIMER1 on nrf5340 NETCPU. My setup involves 2 timers that are linked via DPPI, TIMER2 counting microseconds and TIMER1 counting milliseconds...
Hi!
I am currently using the ADC to take two thermistor values from 2 AIN pins. Currently we are using the 10 bit ADC but I am looking to achieve 14 bits with oversampling...
Hi Devzone
currently we found the time cost for memset has increased after the project the use NEWLIB_LIBC
inside the project , we use funcation k_cycle_get_32 to calulate...
I'm making a device that has a nRF52833 along with an IMU, SPI flash and an LED. This device is running off a CR2032 battery and, of course, we're trying to stretch the battery...
Hello. I'm making an application that sends Mqqt data to a broker using the zephyr\samples\net\cloud\mqtt_azure example. I am using the W5500 module for internet access. Everything...