Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
Hello,
we run an application on a custom board with nRF52840 powered by an external power supply and buffered by a supercap. The supercap then provides the energy for the...
Hi,
I have 2 nrf52840-preview dk board. All of a sudden both the devices are not working any more.
I have referred to some suggestions and tried all the below cases and...
Hi!
Absolute beginner here. I'm trying to use npm1300 (using the evaluation kit for now) with an RP2040 microcontroller (also using RPi Pico dev board). I am powering RP2040...
Currently, I'm using nRF5340 Audio on a homemade board, and I've managed to get the sound input from the gateway as a LINE input and the sound coming out of the headset, but...
Hello ,
I am trying to program external custom board through another nrf52dk via SWD interface to check if external programming method works. The connections between two...
We are using BLE and QSPI at the same time and want to have maximum RF range. Sensor data is collected, encoded, and written into flash via QSPI. This goes on for a few minutes...
I have a question: Is it possible to use BLE Long Range mode (Coded PHY) in the NRF52840 with mobile phones? If not, is there a solution to use it in parallel with normal...
I am using NRF52840's NFC with apple wallet but it requires certification from Apple to be used as tag reader. How can I get it certified so that I can read data from apple...
Hello,
I need to be able to send/receive binary data over this BLE UART Service (bt_nus) on macOS. I'm using the peripheral_uart sample project with no success. It seems...
https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/drivers/spi_flash/src/main.c#L36 may I know where I can find the pin connections used in this example
"const...
Hello all,
We're on the initial stages of a design that requires Wifi (ideally) in a very challenging environment, where in the worst case scenario the temperature could...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
I have a BME688 connected to a NRF52840DK and I cannot get a working I2C communication using Zephyr. Below are all sources:
app.overlay
main.c
prj.conf
I was...
Hi.
I am trying to disable the RESET pin (P0.21) on the nRF52810 microcontroller (custom board) and set it up as a normal I/O pin.
I'm using the SDK v2.6.0.
I don't...
Hi, my device is central device( Central UART ) and I couldn't get stable pairing with peripheral device with display which provides passkey code. The scenario: 1. From the...