I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello All,
I am attempting to use the scanning module to scan with a filter. Right now I am trying to implement a short name filter.
I am using the nrf Connect extension...
Hi,
I am trying to use a Modbus(TTL to RS485) converter to work with Nrf52832.
I am using rtu_client ( https://github.com/zephyrproject-rtos/zephyr/blob/main/samples...
Hi,
I'm evaluating a scenario of using an nrf9160 with an HMI, communicating via modbus tcp connection.
The hardware setup looks like this:
HMI <-----> Ethernet switch...
Dear All,
I am trying to use sscanf in a project and I am getting the message that it is undefined. I am including <stdio.h>.
I cannot understand/find the reason of...
Hello everyone,
I'm taking the "Bluetooth Low Energy Fundamentals" course For all the examples I followed in the training, from what I understood, we loaded the peripheral...
Hello, we are trying to use the shell over bluetooth but in default it also uses the uart contorroler of the board. us there any configuration option to disable the zephyr...
I have not messed around with devicetree much before this point. I'm trying to create a custom dts and bindings for my device. Within my custom dts file, I reference the nRF52833...
I am working with nRF52840 with MAX86141 and learning how to setup the SPI connection
Here is an opensource example : https://github.com/JON95Git/zephyr-spi-directly
And...
Hi Support Team,
I am using the nRF7002DK board for our product POC (Proof of Concept) purposes. We plan to use the same MCU, the nRF5340, for our final product.
I have...
Hello,
I am using an nRF9160dk with the nRF52840 acting as the BT controller running the Bluetooth: HCI low power UART sample ( https://developer.nordicsemi.com/nRF_Connect_SDK...
modem_info_get_current_band expects an uint8 pointer to store the band into, but scans for an unsigned int (probably above 8 bit) in nrf_modem_at_scanf. This leads to memory...
Hello
I am working on a WiFi application using a custom board equipped with both the nRF5340 aswell as the nRF7002. When requesting a WiFi connection using the net_mgmt...