Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hi,
I used nRF52932QFAA ,SDK14.2 uart bootloader.it works well with softdevice loader 5.0.0.But when I download my app(without softdevice),it cannot work.
Flash composed...
Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
I wanna implement this code for the app inventor, but there was several problem here. I can't use array or index for developing my trapezoidal method.. like this..
code...
Hello,
We are looking for a developer a single task project. We need to provide all of our developers with the same development environment, so we are looking for someone...
Dear devzone, I used two nRF52840-DKs to download v2.8.0\nrf\samples\bluetooth\mesh\dfu\distributor and v2.8.0\nrf\samples\bluetooth\mesh\dfu\target programs, and configured...
1. When adding CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y to the configuration as shown in the diagram, does it enable the use of the CC310 accelerator?
2. My understanding is...
I am currently working on two separate sample repositories: one for a standard 1:1 BLE connection with a mobile phone and another for a PAwR node that transmits data alongside...
Hello, I want to make my project DFU OTA compatible, so when I tested on development it works fine once I created my pcb using nrf52840 module in it. So it is taking huge...
Hi
I have set up VS Code (1.93.1) on my Mac (mac OS 14.6.1) with nRF packages and zephyr installed. My nRF5340 DK is also found (however, instead of a nice identificaiton...
Hello, I get a compiler warning when I try to log a float value using the LOG_INF macro in my project. The code I'm using is from the cell-fund course: lesson 6, ex. 1. Toolchain...
Hi,
(nrf52840, custom device, nRF5_SDK_15.3.0_59ac345)
I am working on a BLE project involving one central device and two peripheral devices using BLE NUS. The peripheral...
Hello,
What is the max data size for NUS?
According to BLE data throughput in the S140 document, it looks like 247 but the data was sent successfully with NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
I was trying to get a simple Zephyr project to build and run on the Arduino Nano BLE 33 which has a NRF5248.
In VSCode with the NRF plugin I select "Add build configuration...
We have developed a custom board with an external 32 MHz Crystal but I am having trouble initializing everything correctly. With the Zephyr "Hello World" example code I can...
Hi,
I was at the stage to do current measurment on my nrf52DK for my application, but once I cutted SB9 and powered it back by USB, the 4 leds on the board lighted up...
I programmed a nrf52840dk board (PCA10056 3.0.0 2022.7 1050288497) as a sniffer. It works well.
Now I want to flash it to zephyr samples/basic/blinky by "west flash". west...
For background, a few years ago our company had a contractor build up a simple peripheral button and I wanted to use that hardware to learn nRF SDK for VS Code and the Zephyr...
Hi. Currently evaluating this DK.
I'm using project that is based on samples\subsys\usb\hid-keyboard example from SDK v2.8.0-rc2.
I have added more input pins via Zephyr...
Hello,
I am trying to use SPI driver to read BMI270 IMU data on my nRF52840dk. I stucked at verifying the sensor ID step. According to the datasheet, sensor ID is stored...