Hi all,
I am running the lsm6dso zephyr sample on my nrf52833 dev kit. I am unable to set the sampling frequency. I get this error after flashing:
This is my overlay...
I am looking into the possibility of using an nRF5340DK to probe SPI pins. For context:
There is a total of 3 devices in the system: the master and slave being used primarily...
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...
I have the following problem in my app:
Connect with BLE
Using the device works
Disconnect
Connect to BLE Device
Start Gatt.DiscoverServices()
Android does...
Hello Everyone,
We are using nRF52840 DK with Segger Embedded Studio (SES) using SDK v15.0 We are sending few command to sensor via SPI for reading sensor value. But while...
Hi everyone,
I have some questions / problems about the advertising report in the nrf52832 dev board. I'm using the example code from here : https://github.com/NordicSemiconductor...
Hi,
I've been implementing the BSP functions on a 15 button custom device based off of the nRF52832 (in a BL652 Laird Module). At a minimum I need to be able to disconnect...
Dear support team,
I'm using the demo ( thingy52-mesh-provisioning-demo).
I want to create an opcode hadler to enable/disable proxy service.
So that I can send messge...
Hi for my use-case I need the RTC in the NRF51 SoC to run continuously and uninterrupted (we know running out of battery will be a concern). Keeping the NRF51 system on 24...
I need some example code to write vendor specific service on latest development kit i.e on nRF5_SDK_15.3.
There are couple of example codes available, but in particular...
Hi
We want to put the processor in deep sleep, with minimal power consumption. When we measure, we see that the SIM is powered throughout the sleep period. Is this normal...
Dear All,
I am using the nRF52832 in conjunction with a W5500 SPI-Ethernet controller by WizNet. I already implemented a TCP server, a DHCP client and an MQTT client by...
Previously I used the MQTT example and connected it to our own server successfully. However, I want to do the same for the asset tracker application latest release (v1.0.0...
HI
I am using nrf52832 modules with SDK 11.0.0, s132.
I am able to advertise and scan the devices and display RSSI and peer address.
For my project i want to display...
Hello,
I am trying to configure a UART to use in the nrf9160. I am using zephyr's uart.h
This is a snipet of the code I have right now.
Code as it is executes successfully...
Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
In order to send an SMS in PDU mode, I need a Service Center Address. Normally, you can find it via AT+CSCA, but this does not seem to be supported on modem firmware v1.0...