Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi,
This post is just to share with all of you (who would need it) a simple application interface (attached here) that uses the nRF52840 USB since we spent some painful...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Hi,
I work on an AOA projet and i have a problem.
I have already made a transmitter (with an nRF52833) and a receiver (also nRF52833) and i can see the CTE send by my...
I need to add a custom BLE service with over 20 custom characteristics. During the gap nitialization step, I set the BLE security mode and security level like this:
sec_mode...
Hi All,
I was trying to upload the latest revision of some code i wish to verify before pushing to production and was using the command line to generate the bootloader...
Hello Community,
i'm currently working with NRF5340dk. My application collects data from sensors for now and display it on the terminal emulator. Next step for me is to...
Hi ,
Am following the below link https://devzone.nordicsemi.com/f/nordic-q-a/83402/ncs1-8-0-52840-mcuboot-spi-external-flash-can-t-build-pass ,
am able to build it for...
hello,
i am using nrf52832 with accelarometer i want to put my board in shutdown for current consumption for that i am giving this command sd_power_system_off(); whenever...
I need to be able to change the device name the SoftDevice uses AFTER the soft device is up and running. To change the device name, To do this I use
errorCode = sd_ble_gap_device_name_set...
Hi,
I currently have a macro in the nRF Connect Mobile app (Android) that displays RSSI every time I receive a temperature signal. I am saving the logged temperature and...
It seems that not all UICR registers are erased on this nRF52840 chip
nrfjprog -f nrf52 --recover
Just make sure one more time:
nrfjprog -f nrf52 --eraseuicr
nrfjprog...
Hi,
I am using nRF Connect SDK 1.9.1. Need to configure 2 UARTS one for debug messages and the other to connect with host CPU. Please help me with the following:
1. Can...
Dear support
I am developing my application based on central_multilink example and have a few questions:
1. in call back function connected() , I wonder why conn_connecting...
Hi,
I am trying to perform the read characteristic values from the nRF52840 DK to Android studio (Java) to a TextView. I have looked at the Android Blinky example but in...
I am using NCS 1.7.0 and latest nRF5340 DK
I am trying to update netcore firmware using the process defined here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1...
Hello,
I am using an nRF52840 as a central BLE gateway with nRF connect SDK 1.8.0. I was looking for software changes to increase the scanning range. So far I've found the...
I am getting data on my Azure cloud using asset tracker code
I am enable to find tag as you can see from the Image , there was tag before sensor data , for example
before...