Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
I want to send a custom message using a custom Property ID in Mesh Sensor observer example. How do I add a custom Property ID? Currently, I am using #define CUSTOM_ID 0x1234...
I am debugging an application on a nRF5340 DK using nRF Connect SDK from VS Code. (Toolchain/nRF Connect SDK v2.9.0), everything up-to-date.
The build is "optimized for...
nRF52840, nRFSDK 17.0.2, SoftDevice S140 v7.2.0
Hello! We're turning on SoftDevice and using the PA/LNA pin control to drive our FEM. Then, we disable SoftDevice and issue...
Hi,
I found a bug in the init part of the LIS2DU12 driver. The driver tries to reboot the LIS2DU12 sensor using the SW_RESET bit in CTRL1 register even if it is not in...
Hi,
I'm trying to synchronize a process using an nRF52833 dev kit using a Zephyr event.
The code looks like this:
The first routine sends an event and the second captures...
I am working on an nRF52-based device using nRF Connect SDK (NCS) version 2.7.0. The device is configured to enter deep sleep every 60 seconds and wake up via a GPIO interrupt...
Hi,
I'm using the nRF Cloud multi-service application on my Thingy:91X.
I am using the Serial Terminal to see what networks are available, but when I go to attach manually...
Hello,
I've been working on a project using nRF52832 + NCS 2.1.1 including BLE and some sensors : MAX86150, MAX30205, MP34DT05, LIS3DH
I'm sending data of these sensors...
Hello! What are the steps I need to take to switch from BLE protocol to lets say the Gazelle protocol? Is it as simple as disabling the Softdevice? If such a function exists...
We are finishing up development of our product and looking into creating our Bluetooth listing. We are using the NRF52840 SoC (Fanstel BT840F model) with softdevice and NRF...
The NORDIC tutorials are great for demonstrating how to use GPIOs to drive LEDs and read buttons.
However, I need an 8-bit bus to exchange bytes with an external display...
Hi,
I am working on an application using the nRF52840 with the Quectel BG96 modem. I can successfully communicate with an insecure MQTT broker using the BG96 modem. Now...
Hi!
I'm making a new board using nrf54l15 and I found the following issue:
/* * PWM signal can be exposed on GPIO pin only within same domain. * There is only one domain...
We have a custom board with the NRF52840 running NCS v2.8.0.
We have a problem where our device will crash/lockup. From our testing so far, it seems to be related to Bluetooth...
I have a project for the NRF5340 with SDK 2.6.1. I test the code with twister using Unity and CMock. That works great. But now I have to adapt the unity_cfg.yaml (which is...