Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
We are using the development board PCA10040 for implementing a prototype with several GPIO interruptions.
We are trying to use the NFC pins (pin 9 and 10) as pins of GPIO...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
It seems the LTE-M / NB IoT isn't available Europe-wide yet, and roaming applies country-wise.
Can anybody share his/her experience of using the BLG840F?
thank you.
Hello Community! I am working on a small project on nrf52832_mdk beacon Where my main goal is to optimize the current consumption. I removed all the unused peripheral and...
Developing a device based on the nrf5340/nrf7002 pair, with a user interface.
I decided to use the Nordic 'buttons' and 'click-buttons' modules from the CAF framework for...
Hi All,
We are currently using this nRF-5340DK to understand the individual driver functionalities before we start our project with our kit .While doing so we encountered...
I am trying to get a pancake motor working with a nRF5340 using Zephyr in VSC. I have an intermediary board.
I keep getting this error:
I have these settings in the...
HI there, In the Serial LTE Modem documentation for the nRF9160 DK, it is mentioned that the GPIO voltage level should be 3V using SW9 when using an external MCU & UART2....
Hi, I am using the Nordic NRF52832 with SDK 16.
My device is configured to advertise continuously for a specific duration.
However, when tested using the nRF Connect app...
I am attempting to get the BMI270 sample working on an nRF5340DK, using nRF Connect SDK v1.6.0, but all attempts at device_get_binding("BMI270"), device_get_binding(DT_LABEL...
We are trying to interface Texas Instruments TMP144 using the UART in nrf52DK. We attach the sensor board to UART pins in nrf52DK put it seems that the transmitted data is...
Hi Mate,
Like most of the other tickets in this thread, I have a large application and need to DFU it using Bluetooth. I know nrf connect is not compatible with the single...
I now want to have the host and slave in SDK17.1.0 to establish master/slave communication.
What if I change? If I use nRF5_SDK_17.1.0\examples\ble_central\ble_app_uart_c...
Hello,
I am using nrf52840 on usb dongle and i would like to measure voltage on a specific ADC input pin.
According to the datasheet, i use P0.02/AIN0.
My problem is...
Version: windows 11, vscode: 1.92.2 nRF connect for VS Code sdk: 2.7.0
Hello,
I am currently using the vsCode extension nRF connect for VS Code. This works fine, if i...
Hello,
I am currently using an NRF52840 microcontroller (powered at 3.3V) to control two IR LEDs (powered at 5V) via an N-MOSFET. The GPIO pin that controls the N-MOSFET...
Hi,
I prepare my custom board on nrf5340, and i have to use 3xUART, 1xI2C, 1XSPI.
Regarding product specification, i see i cannot configure more than 4 (UART,SPI,I2C)...
Now,I have a project writed by nRFSDK17.And I want to rewrite it by NCS.
I hope to get a module like peer_manager to manage paring and bonding,and I can distinguish connecting...