Hi,
I am currently working on a prototype with Silicon Labs Thunderboard sense. I am looking for a replacement product that has NRF BLE module. All I need is a BLE module...
I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
In our specific application, we have an analog input signal to the AIN0 pin of the nrf52840 chip.
We know that the maximum negative voltage in a GPIO must be -0.3 V, and...
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...