Hello,
I am working on a project that will require external flash. Is there an example program compatible with the following external flash device?
M95P08-I - Ultra low...
How do I preprocess a C file (typically done by passing the "-E" option to the compiler) in VS Code with nRF Connect SDK 3.0.0 or later? I want to see how a complex macro...
Hey,
the USB connection to my nRF54L15-DK isn't working anymore.
It is not showing up in nRF Connect Desktop and I can't find it under /dev/tty... or /dev/cu...
The...
I am relatively new to embedded and am wondering if there was a "best practices" guide / checklist for production deployment somewhere. Things like making sure you are using...
Hi. I'm trying to write a simple MQTT app. I am consistently getting these KConfig errors to do with variables I'm not using, and I have tried to set CMake to ignore these...
Good day,
I've developed a board with a MDBT50Q on it. I'm using the Reg0 DC/DC and LDO Mode Disabled reference circuit ( https://www.raytac.com/download/index.php?index_id...
Hi,
I have the issue that my Zigbee device reports the error "Production configuration is not present or invalid (status: -1)". I followed the guide from this( https://docs...
Hello everybody.
I'm trying to modify the original firmware that comes with the nRF51822 to make it sweep all of the permitted levels of transmission power.
I was able...
Hello,
I want to read the temperature value continuously on mobile scanner app. I implemented the program as stated in BLE Characteristics beginner tutorial and I am using...
Hey guys,
I’m trying to come up with a way to know if an advertisement was received via BLE_GAP_EVT_SCAN_REQ_REPORT, but then not actually send the SCAN response. It’s...
Iam using softdivice 110 and sdk 10.0.0, iam using spi driver for interfacing with spi slave device(flash memory device). I need to send command and then receive the data...
Hi,
I am trying to implement an ECG measurement device. nRF52832 collects the sensor value through SPI and send it to smartphone using ble_app_uart code. I need to send...
as sd132v3.0.0 got some Exciting functions.
I tried to use in my production.
everything work fine, except for dfu.
Trouble is:
when i upgrade from softdevice 2.0.1...
Hi, I am working on reading battery voltage of nRF51822 Microcontroller.
I have used the openbecon(internet) code for ADC configuration and reading.
I am getting 28...
Hello,
I am trying to update temperature value through BLE characteristics example but while temperature update in following function I am getting error code 12291.
...
Hi i have to read some data from a temperature sensor.
twi_temp_read((int8_t *)&temperature);
this below what do?
temperature = ((temperature >> 12) & 0x000F) ...
Hi,
In SDK12_NRF52 custom project not work to me NRF_LOG_MODULE, I have this in main.c top:
#include <stdint.h>
#include <string.h>
#include "nordic_common.h"
#include...
MyZip (1).zip Hello,
I'm trying to run a ADC example for nRF51822 in Keil 5.21 MDK, but error is raised up.
I've done following before:
-installing all packs,
-tick...
Hi there,
Any help on setting up gcc compiller to use with bbc microbit? And a simple example?
I know I can use the mbed platform to program it (among others)... but...
I just setup Keill uVision V5.21 with nRF52 DK. I was able to flash the ble_app_uart example onto the board. When I realized that I missed out the softdevice, I just drag...
Hi everybody,
I am designing a beacon that works with s130 and can act as peripheral or central. This beacon has two custom services, and can connect to two different devices...
Im using sdk 11.0 and s130
When i add pstorag codes to my project which has bluetooth communication ,it does not work
I wanna send data to flash and i wanna read it
What...