Hello, I am working with a Seeed XIAO nRF52840.
I'm able to get an average of 500 uA in SYSTEM OFF mode. However, for this application, the current consumption during wake...
hi support team,
i want to confirm the FEM control when using nrf21540ek for mesh demo "light" with 52840dk.
i set :
CONFIG_BT_CTLR_TX_PWR_ANTENNA =20
CONFIG_MPSL_FEM_NRF21540_TX_GAIN_DB...
Hi,Team,
I am developing Pawr using nrf54l15-dk.
I want to realize the connection and communication between the broadcaster and the upper computer software nRF Connect...
For VDD-nRF in the nRF54L15-DK schematic When I check the schematic, I can't tell which part is internally generated.
When I check the actual board, VDDM_nRF and VDD_nRF...
Hello! I want to run project on nRF52832 , SDK17.1 with periph and central modes.
I have added those services to the my project. And it's works. But when I have uncommented...
Hi guys
Does anyone know what sort of modifications are required to set up the existing MQTT-SN example ( https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
I'm trying to operate the ''twi_sensor" example of SDK 15.30 , using Kielu5 , but the compiler is issuing errors for the syntax of the TWI libraries. From my side I only changed...
We received a new batch of Thingy 52 enclosures... but the many of them have a third wire going into the battery. Why the change? How can we tell the versions apart? Is this...
Hello, As I read, including company identifier is mandatory in ble adv packets. I see value 0x0059 being encoded in adv packet. How can I get my ble adv packets scanner implemented...
Hi. I want to use nrf52811 with FreeRTOS with SDK 16.0. I have trouble with configure RAM_start in a linker file.
I tried to use the value 0x20001ae0 from "ble_app_blinky...
Hello,
I am using NRF52832 with nRF5_SDK_15.2.0.
I have met lock up situation. Actually, Device is running but it doesn't wake up.
I am using 2 external interrupt...
Hi,
I am using NRF51422 in our project .We thought of using SDK 12.3 and softdevice S130. This nrf51422 Bluetooth act as a central and this Bluetooth should connect to other...
Hello,
I’ve developed a BLE peripheral product using Simblee (nRF51822 revision 3), now discontinued. We’ve decided to switch to Laird’s BL651 module and implement the app...
We have a prototype with nrf52832. Now we are going to prepare it for sale in Europe and USA. We are faced with the issue of certification.
As I understand we need:
1...
Hello
I'm trying to get spi to work on nrf52. First tried to use it with adxl372 driver but got nothing on device_binding returns null. Next I tried to create own driver...
Hi, I am now studying on the basis of advertising tutorial example.
When I connect to the device, I want to turn on the led4 in the main loop(To just study), but I don't...
We need a simple program that can be used as a terminal program on Windows (with nRF52840 dongle attached) to a remote device running the BLE UART service.
Essentially,...
I would like some guidance on how to start a project using the nRf52840 - i.e., what sample programs would I start with? The project is a remote control lighting application...
I used the example pin_change_int from peripheral examples and commented the OUT pins. In addition I added the sleep commands to the main while loop. This is the code:
...
Hello everyone,
I'm currently working on a project that requires a nrf52832 chip to relay raw beacon data over UART to an esp-12F module. I am having a difficult time figuring...
Hi.
I have NRF52 DK.
I have successfully flashed TWI sensor example on to the board.
However, when I move forward with other projects in SDK like ble_app_uart and ble_app_blinky...