Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
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...