Hi, nordic team
There is an issuse happened in my custom board with nrf52833,programming in ncs v2.9.0.
peripheral side is programmed base on peripheral_hid_keyboard and...
Hi all,
We are currently developing a modem application for use with a Linux host, based on a nRF9161 using nRF SDK 3.0.0 and toolcahin 3.0.1
When compiling the Serial...
Hi,
I'm using nRF SDK 16 for my application on the nRF52840 custome board. When I set both parameters (i.e., support for coded PHY and 1M PHY ) in the scan initialization...
Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
Howdy!
I am attempting to develop a system using an nRF52840 and an ADS131M04EVM (ADC). Our application requires us to collect data at a high sampling rate (>= 16k SPS...
I have a nrf9160 DK but when upload SLM application to it i can not send AT commands to it over it's usb port but in asset tracker application it works i want to modify SLM...
Finally we got our prototype boards and proof of concept firmware code done and we are a bit stuck on the average power consumption over time for the entire sensor that is...
Is the mcuboot module compatible with RTT logging? I've setup mcuboot and my main application but cannot see any logging.
I have the following in both prj.conf & mcuboot...
Dear all,
I just writing a little piece of code (no softdevice, using sdk 17.00), that in theory toggle a led based on 2 compare (CC[0] and CC[1]).
The strange thing...
I am using SD 132 6.1.1 with a GATT server and when the client sends a Read Multiple Characteristic Values command, the nRF responds with Request Not Supported. I need to...
Hello,
I bought the Thingy 91 and tried to follow the instructions on the getting started page.
I started by downloading nRF connect - Programmer v 3.5.0. Then downloaded...
Hi,
I have noticed ever since I updated my nRF9160 DK modem firmware to the latest version v1.2.0 frequent registration dropouts and very sluggish MQTT performance.
My...
Hi, I recently bought a Nordic Thingy 52 and it looks great ! It looks like there is a decent mic and speaker on the device and I was intrigued if the device could act as...
Hello,
I am trying to do communication with external module using UART0. But when I connect pin P0.28 (RX of UART0) to external module to receive the data, there is no data...
Hello,
I am working with SPI on the Nordic nrf9160. I am currently on the DK.
The board I need to interface through SPI works at 25MHz (minimal frequency) and I would...
Hi everyone,
I know that I can configure the resolution of app_timer by adjusting the prescaler form sdk_config.h
However, what is the practical purpose of prescaler...
Hello,
I have created an empty mbed-os program from Mbed Studio, add sum LED on off logic and compiled against nrf52840dk board. After generating hex file, I upload the...
Hello,
I have created an empty mbed-os program from Mbed Studio, add sum LED on off logic and compiled against nrf51dk board. After generating hex file, I upload the program...
Hi, I want to write 510 bytes of data to my BLE Characteristics, so I set parameters ble_gatts_attr_t max_len as 510 and its variable length attribute. Also I set NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
Hello,
I just bought a new nRF5340 PDK and wanted to learn it a little bit. I searched on the internet and found very useful information about nRF53 architecture.
But...
Hi,
We have a question regarding a custom implementation of flow control for nrf52840 using SDK16 w/ SoftDevice 7.0.1. Currently, our sensor's primary micro transfers data...
A newbie here. I am studying the simple_timer application in the nRF5_SDK_17.0.0_9d13099 library.
The sample application sets the clock frequency to the timer at 16MHz....