Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi everybody I'm using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
Hi
We have managed to change our firmware BLE settings in order to be iOS compliant
However Android side we notice that it is more difficult to scan and especially...
I am using the v1.0.0 sdk at_client sample project with the v1.0.0 LTE Link Monitor on an 0.8.2 nRF9160-DK board. I have upgraded the modem firmware to 1.0.0.
The AT%CMNG...
I am trying to transfer data from a USB to serial converter board (called board A) to the nrf5 board (called board B). I made the connection over a bread board, the transmitter...
hi i'm use nrf52dk
and segger embedded studio
also i'm mcu beginner
The value was obtained using a magnetic sensor.
now i want using the ble
Now we want to send...
Hi,
I started working with nRF9160 and took AT_Client and added support for my own commands. Additional to that I added HTTP example to it and they are working great together...
Hello,
i have a very easy goal, i want to generate a hex file which combines all parts and flash it via nrfutil or something like that onto the device.
I followed a few...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
Hey , i'm using nrf52832 with SDK 14.2 . I'm trying to send 3-axis accelerometer data through BLE . Is there any example for SDK 14.2 to achieve this ?
Hi,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
As shown in below snapshot I am just doing below...
According to the blog below, hardware design of nRF9160-SICA has been fixed on May 31st. https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf9160-development...
I am designing a pcb just the nRF 52840 MCU. The design of the PCB is based on the reference design from Nordic. When ordering the PCB I came across a problem that the vias...
I have 4 gpio inputs on the nRF52840 working and sending these states over the BLE. I tried to add a few more gpio inputs but I get an error =4 which I think is NRF_ERROR_NO_MEM...
Hello,
I can successfully put my nRF52832 into System OFF mode, however, the Debug Mode Interface is still running, so the current consumption is > 2mA. What are the command...
I have a nRF9160 DK need to update modem firmware to v1.0.0
According to C:\nRF91\mfwnrf9160100\README.txt below, I should use nRF Connect Programmer to update modem firmware...
In the light_switch example of nRF5_SDK_for_Mesh_3.1.0, I noticed that generic_onoff_client.h has a union for holding the current message packet. However, there is only one...