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 ...
Hi,
I'm try to set up a UDP server on a nRF9151dk, and send data from a remote pc to the devkit. I have tested my sim and networking works correctly, I am able to use coap_client...
Hi,
I am using the nPM1100 in my new application, where the system power circuit includes two additional 250mA LDOs configured to provide a 3.3V output . I am also using...
Hi,
I am encountering the following build error with the BLE peripheral example after migrating from NCS 2.7.0 to 2.9.0 and when CONFIG_BT_LL_SW_SPLIT=y is set in prj.conf...
Hello,
I'm currently creating my own custom board for NRF 52832.
I put everything together, but I can't detect my custom board through Bluetooth using the NRF connect...
Hi,
I am using nrf Connected SDK v2.6.2 on windows 10. I try to create a blank application project for the device ADXL363 on SPI2 bus on the nRF9160DK board.
I basically...
hi:
I use ncs 2.8.0 ,nrf9151 dk and v2.8.0\nrf\samples\net\https_client.
I modified the DigiCertGlobalG2.pem
this is log:
connect() failed, err: 111.
What is the...
Hello,
I was wondering if there was a way to implement a physical on/off switch to the npm1300 that would allow the outputs to be isolated form the battery but still having...
We have designed a vehicle tracker that uses the NRF9160. We have found in the past that sometimes after the radio has been running for a while it gets into a loop where it...
Hi,
I try to develop a Bluetooth speaker using the nRF 5340 DK since i do not have a separate audio Dk for this. I am using the sample code Audio unicast client for this...
Hi
I have a project developed on the nrf52840dk / nrf52840 dongle and am trying to build it for the Laird BL654 dongle. The build fails due to a missing 'runners.yaml' file...
Hi all,
I'm looking into speeding up my workflow using remote development containers on ARM servers, but it seems some tools are missing, nrfutil the first, to run a fully...
When I get a custom board, how do I detect and flash it? I have three options on the board:
I have a USB cable with:
GND
D+
D-
+5V
OR can configure the usb...
Hello, I'm trying to get nrf5340_audio example running on nrf5340 audio dk.
I'm able to build the code and run it however i'm unable to bond with my mobile phone with android...
Hi,
I'm using ncs 2.9.0.
I configured the GPIO in device tree like this:
And I used it in .c as follow:
But FATAL ERROR was got when the gpio_pin_interrupt_configure_dt...
Hi! In order to get more accurate battery SOC measurements I need to provide a custom battery model to the app. So, I had to use the nPM1300 EK + Fuel Gauge board to profile...