HI,
I am using the NCS V2.9.0 ,nrf Desktop sample;
I want to mouse can pair 3 hosts, and i can select one of them connect and work;
I set CONFIG_BT_MAX_PAIRED=3 and...
I have a custom nRF52832 board with outputs on P0.07 P0.08 P0.09 P0.10 and I want to write to them. 7&8 are working ok but 9&10 are not.
Let me emphasise THE BOARD IS WORKING...
Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
Hi Nordic engineer
I am evaluating a project based on nRF52840 and there is a question need to be confirm before schematic design start.
Due to limitation of power resource...
Hello everyone,
I'm trying to set up the Wifi stack on the nRF7002 and use it with MicroPython, but encountering a lot of difficulty with it. I cropped up a network_wlan...
Hi all,
I have a custom board build with an nRF9151. I'm able to connect on int with USB/UART, I can send and receive AT command. Right now I'd like to send certificat to...
Hello, I'm developing a BLE Central application using the nRF52 SDK. The central connects to multiple peripheral devices (nRF52832), each sending 6-byte ADXL345 accelerometer...
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...
Hi I wanted to ask if there is a driver/library for the mcp25625 chip? Also for the communication do I use " SPIM — Serial peripheral interface master with EasyDMA " or "...
I'am achieving lowest power consumption in connected mode. I can't identify source of short spikes every 40Hz when mcu is in low power mode. I'am sure that it's not application...
under code is my sdk main code and i want to change code to Sensor --I2C-- nRF52 --UART-- app but where i have to start and change ?
/* Copyright (c) 2010 - 2017, Nordic...
I've been doing some testing with Mesh DFU and I've noticed some unexpected behavior around handling missing data segments.
As I understand the Mesh DFU protocol, if a data...
I have issue about calibartion using saadc.
I use 52832, S332, SDK 15.3.0
when calibration is excuting, ANT+ and BLE is also doing.
I use low power mode in saadc.
...
Hi
I want to know if there is any source code of thingy91.
Because I want to follow thingy91 for making a product with the use of the same antenna, and I want to know...
Hi,
Recently, I was trying to move my project from STM to Nordic IC.
I just wonder how to implement the below codes into the nRF52832 or how to program it in Nordic environment...
Hi,
I want to set sending power(+4dBm) of NRF52810/NRF52832 with SDK 15.0.
Now,i find i should use the order of sd_ble_gap_tx_power_set(uint8_t role, uint16_t handle,...
Using a AF_INET UDP socket on the nrf9160 I will get ENOMEM when I send a bunch of datagrams over the socket. I understand how there can be a limited number of buffers for...
I am trying to debug the dfu bootloader using SES. This is my first time using SES. I opened the example project and everything builds fine. The image loads on the device...