Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hello Nordic Team,
I am working on the MQTT over Wi-Fi sample I previously installed the MQTT dashboard application from the link you provided https://www.zephyrproject...
When I compile the attached example project like this:
I get the following warning:
And the compile flags for main.c (taken from compile_commands.json) are:
I...
Hi all !
I recently faced an weird issue with a nRF5340 (on a DK board, and then a custom PCB). When writting to the PWM peripheral, configured to some GPIO pins, some...
I am trying to run central_uart example which is failing when bt_settings_init function is called. I debugged further and found that
settings_subsys_init is called inside...
Hi all,
I need to generate two 1 MHz signals with opposite phases. However once I configure the decode mode as "Individual" I don't have output signals. In case of "Common...
Hi,
Where can I find the nRF9151 CE/RED RF test results for the purpose of CE delta certification of a new product based on nRF9151? (i.e. leveraging existing nRF9151 certification...
I am trying to configure the absolute time in my application, which at some point receives the time_t epoch value from an external source and should update it internally so...
Hi ! I have 5 different bootloaders for 5 pieces of hardware that I would like to cycle test OTA DFU with BLE. I have some questions
Why does nrfutil dfu ble require a...
Dear Nordic Team,
I've been working extensively on creating a custom sensor driver building on Zephyr's sensor API. Throughout this process, I've utilized many available...
Hi,
after having issues with my devkit flashing the main MCU, the interface MCU isn't being seen on USB anymore.
LED5 is blinking rapidly.
The board is a PCA10040...
I am creating a custom board with an W25Q128JVPIQTR external flash drive using SPI with a nrf5340. The pins are:
P0.08 - SD_CLK
P0.09 - SD_MOSI
P0.10 - SD_MISO ...
Regarding the operation of EJ2832AA1 (nRF52832), Please answer the following questions. nRF5 SDK : v15.3.0 SoftDevice : S132 v6.1.1
I am doing UART communication with another...
Hello, I am new here and I hope to not duplicate any other similar post (to be honest I have search a lot before writing). I am working with nrf52840DK, I have used blinky...
Hi,
Is there anyway to start after stopping the PWM with a PPI channel?
There is a start task in the PWM, but
But not defined in the nrfx pwm driver (nrf_pwm.h)
I...
We're trying to set up MQTT messaging between our custom nRF9160 device and our private AWS VPC. When using the Serial Terminal in nRF Connect for Desktop to monitor the device...