Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
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...