I refer to and the answer answer given by AI referring me to you.
I need the lithium battery only to about 8-bit accuracy to reduce the leakage current. Please provide...
Hello! I was wondering if there is any advice from trying to get Non-simultaneous firmware updates using sysbuild with the following constraints:
Must update both App...
I'm using NCS v2.9.0 and attempting to communicate with an ADXL372 IMU over SPI. Occasionally, the MCU successfully reads from the IMU and begins printing values. However...
I'm updating our nRF5340 firmware from SDK 2.4.2 to the SDK2.9.0. After few modifications, I was able to compile it using the SDK2.8.0. Now I'm trying to compile it with SDK...
I am having a problem after installing 2.9 where I am getting a problem on some projects where the nRF addin does not seem to work
When try to create a new application...
Hello, We are having an issue on our nrf9160 custom board and application where we receive an AWS IoT mqtt Disconnect while waiting for an PUBACK from AWS!!!
We are using...
Hello Nordic Community,
I’m encountering an intermittent issue with my BLE peripherals, which are based on nRF5340 + nRF7002 SoC , while testing with nRF Connect Mobile...
I have a question about “BLE_HCI_CONN_INTERVAL_UNACCEPTABLE”.
SDK: 15.3.0 Example: ble_app_multirole_lesc (source changed from sample) Device: EYSHJNZWZ (nRF52832)
The...
This microcontroller is advertised as mbed enabled. Does that mean that it can be easily programmed using mbed api in an mbed environment. I want to work in a c++ environment...
I am trying to use the nRF52-Development kit with (N52832) and using nRF5_SDK_15.0.0. What my application is to broadcast an iBeacon Packet (with Major, Minor, RSSI and UUID...
Hi,
I followed this tutorial ( https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/merging-two-ble-examples-together ) of combining UART example with other...
Hello. I use nrf52832 on Adafruit Feather board among with nrf5 SDK. As a default I can log any info via NRF_LOG_DEBUG to my serial monitor. But how can I use Serial input...
I was wondering if the standalone nRF51822 microcontroller has support for i2c. If so which pins are supported. There doesn't seem to be any reference on i2c for the board...
Hi,
I bought a custom nrf52840 board and I need to program my firmware on this SOC with PCA10056 DK debug output port. in below you can see part of shematic of my custom...
I have some custom models in my mesh application in addition to SIG standard models. As can be seen with interactive_pyaci script when i read the composition data of my device...
Hi guys.
I'm working with a nRF52832 custom board.
In my case my board communicates with the LIS3DH through i2c protocol. In the other hand based on LIS3DH datasheet the...
Sir
about the
while(1)
{
sd_app_event_wait(); //stay here until a interrupt or connection occurs...
}
During the time that there is not a interrupt and no connections...
Hi,
I've recently switched some prototype code from using MQTT to a custom UDP-based protocol. What I noticed is that if I have the unit sleep for longer periods of time...
Is it allowed and possible to change the configuration of one pin from input to output chararacteristic (and back) during the normal work flow. I need this possibility for...
Howdy,
To achieve the lowest possible power consumption on the nrf9160, it is noted that it is necessary to disable the UARTs that are not used, when in sleep mode. However...
I'm unable to write a softdevice to my nrf52840, can someone please point me in the right direction?
I was able to program the board just fine using nRFGo Studio, but I...