I am working with the unicast samples where one board is configured as a server and the other as client. Initially i had trouble installing the SDK, but it seems to be working...
I am developing a Github CI pipeline to automatically compile, sign, and upload firmware images for a nRF52840 device.
Because I don't have direct control over the machine...
How to change Device Information in nRF Cloud? Where do I find the code setting this info? Where is "App Name" and "App Version" defined?
The application is nrf_cloud_multi_service...
Hello everyone,
I have been assigned the task of finding a wireless modem with integrated LTE Cat-1 bis support. I've come across the nRF9161/60/51/31 family, which indicates...
Hi,
I am using SDK v2.6.1.
Is there any course available on DevAcademy for WebSockets?
For WebSocket i take reference of v2.6.1/zephyr/samples/net/sockets/websocket_client...
Hello, We have a custom PCB with both the nRF9160 and nRF52832. Currently, the nRF52 functions as an HCI controller connected via LPUART to the nRF9160. We're at the stage...
SDK15.3
nRF52840
S140 v6.1.1
Q1. I have an RTC compare event connected to a Timer count task over PPI. The Timer is configured in low power counter mode. My question...
Hi, I am strugling to get the power comsumption down to the number I have been reading on this forum. I followed the instruction of the dev kit manual . When measuring the...
Hi, I'm getting regular crashes with my app: SOFTDEVICE: ASSERTION FAILED. Using and NRF52832, SDK 15.3.0, SD 132 6.1.1, and Mesh SDK 3.1.0. With DEBUG defined, I don't really...
I'm trying to interface 2 SPH0645 mics to the nRF52840 DK.
Little did I know when I bought them (the mics) that you need to waste 2 timers + 2 pins + memory space to make...
Hi,
I am trying to measure a signal using the SAADC driver on SDK 13. I have used the example from the nrf52 playground for low power ADC
I have a few questions on best...
Hi,
I have a nRF91 development kit and want to connect P4 to the Segger Jtrace for ETM streaming. In the manual, it stated that a 2×10 pin 1.27 mm pitch surface mount connector...
Hi,
Is there any way to get network time without previously setting it with AT+CCLK?
I would like to implement sort of "fake time" by initialising it with the network...
Hi, I'm struggeling with this stage on the "getting started assistant"
"Clone the nRF Connect SDK"
Is there any step by step video to help me do this, I have probably...
I have one service with multiple characteristics(11). Out of 11 characteristics I have 7 characteristics which have notify as their attributes. So when I select the notification...
I have been using nRF9160: LTE Sensor Gateway to send data from nRF52832 to the cloud. The nRF9160 is subscribed to nRF52832 and hence gets updates after every certain period...
Hi,
I'm trying to use Power Profiler Kit (PPK) with nRF52 DK to measure the power consumption of our custom hardware. My setup is as described below: - The PPK is connected...
SDK:15.2
IC:NRF52840
Hi,When I upgraded the device using usb dfu, after entering the app, there will be an additional current of about 180uA(Sometimes appear).
Both...
Somehow my nRF9160 DK board has become essentially unresponsive. Flashing new modem using nRF Connect Programmer, and downloaded nRF FW, "seem" to work. But nothing else....
The asset_tracker repo now has a file called: prj_nrf9160_pca20035ns.conf
Is this still compatible with the nRF9160 DK that is using pca10090n ?
What does the pcsNNNNNn...
Hello everyone,
im using the nRF52840 DK, softdevice s140 and the ble_app_tamplate example. In this example i can send data through the GATT protocol. But i want to change...