Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
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...
Hi
We are currently in the midst of our production process and are utilizing a microcontroller that communicates with a BLE chip. As part of our quality assurance, we aim...
I want to use XY485 converter for serial communication between 485 relay and nrf52832. The converter does not need enable as it does it on its own. I have implemented this...
Hallo everyone,
nrf52840 Dk (Master device)
MAX86140 (Slave device)
I have been working with an AFE (Analog front end) sensor recently. It is a 19 bit charge ADC with...
Hi there,
I have some nRF5340 Audio DKs, and have got the example nRF5340_audio application working fine. I am using VS Code on Windows for this, and SDK 2.4.0.
What...
I am trying to run the NCP light_zc sample (with nrf52840 dk on usb) on latest RaspberryPI 4 (aarch64)
The sample starts, does some communication on usb then the nrf reboots...
Hi,
I am trying to use the UART on my nRF9160DK board.
In my program I have 2 uarts in use. uart0 is used for printk output and uart1 is used to receive data in async...
Hello! I'm working on an application with precise timing and I'm using timers and PPI.
In the callback pulse_end_cb() I seem to get garbage instead of the parameters, which...
Hey, so we have been building a prototype similar to a hearing aid with the nRF5340 Audio DK. I had a few queries regarding the DSP block of CS47L63 Hardware Codec which is...
Hi,
I'm implementing a BLE GATT peripheral that has no display but it does have a button.
I'd like to make some characteristics only available to devices that are BONDED...
Hi,
I am using CJSON_LIB from nrf-sdk modules, I even tested this cjson lib in such a simple way in helloworld app (I attached the sample project.), and after running for...
Hi!
We're looking into possibility to use nRF5340 and nRF7002 to provide BLE and WiFi access to an external MCU. The idea is to use one of NXP's MCUs as the main processor...
In the Power Profiler, when I select a larger area in the data logger, then it stops updating the selection time. It works great till 16:40m, but then stays at this value...
Hi,
We have developed our code against SDK 2.3.0 and I wanted to try to upgrade the SDK to 2.6.0. I had to remove CONFIG_OPENTHREAD_CHILD_SUPERVISION from my prj.conf, but...
HI
I basically define uart_init(); in Main.
And use DEBUG below to decide whether to use UART.
#ifndef DEBUG
NRF_UART0->TASKS_STOPRX= 1; NRF_UART0->ENABLE =...
In the transition from SDK v2.5.x to v2.6.x, Nordic removed support for boards that don't have the nonsecure (_ns) configuration in the Azure IOT hub sample. In other words...