I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hi, faced a problem while transferring a project nrf52810 on nrf52832. I changed project settings and file paths comparing projects. The connection with the phone became very...
Hi,
I am trying to evaluate the asset_tracker_v2 on the thingy91, and its low-power items.
Perhaps I am missing something, but changing the config in the cloud seems to...
Hi,
I try sdk 17.02 nRF52840 usb audio demo, I want to achieve 48KHz stereo music play by a I2S DAC.
Because I need to compress data in main while(1) loop, I found that...
Hi,
I'm little confused regarding BLE NUS and characteristics.
I know that the characteristics are used to expose data, but we also have BLE nus which is used to send...
Hello,
I have 2 questions:
1. Could you tell me the current consumption of a nRF52832 running RTC with external 32 kHz crystal and no RAM retention? Is it 1.9 µA?
...
Hello,
I use nrf52840-dk as central_hr and nrf52833-dk as peripheral_hr, examples from NRF Connect SDK.
It works well, but I want to implement reading Device Information...
I got following error when use the Command Prompt feature
After i run "ncsmgr init-ncs" from bash, it shows
$ ncsmgr init-ncs Checking out NCS v1.6.0 ...FATAL ERROR...
Hi,
I'm developing with 52840 DK, trying to add peer manager to another project I've modified from ble_app_uart (basically I've added saadc, SPI, USB and I2C module based...
Hello
I was setting up the nordic thing 91 (1.4.0, 2020.23) using this video https://www.youtube.com/watch?v=xQ7hDzRULJQ&ab_channel=NordicSemiconductor .
Things were...
I'm starting to design a custom board around the NRF52820 using a 3.7v battery and there is no reference circuity for VDDH using Battery/Ext. regulator. Any tips on what I...
Hi,
We are in the process of evaluating coded phy transceiver for our next product. The product is a IoT node which will send sensor data to centralized gateway and will...
I am using nrf_drv_twi_rx to initiate an I2C read transfer but the interrupt isn't fired for the RX transfer when the ulTaskNotifyTake is used, but seems to work without ulTaskNotifyTake...
Hello, I am making a system with 20 peripherals to a central base on nRF52840. I followed the firmware."ble_app_uart__saadc_timer_driven__scan_mode" from NORDIC playground...
Hello, i I am designing a prototype, the goal is to be able to control a small engine. This engine will be activated when a message is received in MQTT. I currently succeeded...