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...
Hi folks,
I'm trying to build an application with the CAF, and I'd like to use the sensor manager module, but I've run into a few problems -- any help would be appreciated...
I am currently developing with the nRF5 SDK and infocenter.nordicsemi.com is the best location to find information on this legacy firmware. I am aware that the nrfConnect...
Hi, I have problems with debugging for the NRF9160-DK. I installed the latest VSCode tools (as described here https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.99-cs2...
Good afternoon,
I am trying to send some analog data from a function generator to my nRF7002 DK and visualize the output in Putty. I use printk to print the values and I...
Hello.
I modified multi-nus central example to connect with four peripheral devices. I don't use uart at all, I don't need it, I don't need routing, I just send 16B frames...
Hi!
I am confused regarding NUS, L2CAP, ATT and GATT.
We are using NUS with data length extension to communicate between two nRF52840 boards and want to maximize packet...
Hi, here in the documentation ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/config_and_build/board_support/processing_environments.html ) for the latest...
I have been trying to interface the Witmotion WT901 sensor with the nRF5340 using the I2C interface. I have previously run the exact code on the nRF52DK and it was working...
Due to the allocation of Flash resources, only 100KB ROM for the app , and if we use Keil, we will have about 20KB of margin for additional code development, but we have to...
I'm new to Zephyr and have inherited a project that uses the stm32 h747 disco board. The last build shows:
Memory region Used Size Region Size %age Used
FLASH: 363268...
I'm trying to download a largish file (~167KB) via HTTP/TCP/IPv6 but the modem crashes every time around the same point during the download. It's spits out error 122, which...
Hi,
I just ran into a strange issue and traced it back to a KCONFIG problem... It seems that if I have BOOTLOADER_MCUBOOT and SECURE_BOOT configured "y" I end up getting...
Hello,
I' have problem with CMAKE and Zephyr in VSC. Please, see following error:
[main] Building folder: blinky_13
[main] Configuring project: blinky_13
[proc...