I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
Hello community,
I am trying to develop a custom bluetooth HCI_USB code for the BL5340PA BLE controller board. The Liard Connectivity's(now Ezurio) BL5340PA : https://www...
Hello,
i've been trying to do some exercices from the devAcademy on my nrf52840 DK but when i tried doing the "lesson_2_exercice_1" this is the result i get :
[00:00...
Dears,
We used with successs the Power Profiler Kit II to make current measurement using the NORDIC desktop monitoring software.
Does the Power Profiler Kit II is supported...
Hi
I tried to route the LFCLK (32kHz LFXO) on a GPIO similar to the method that has been described here:
When I run the code on the nRF52832 everything works fine, i...
Hi,
I execute the compiled program under VSCode. After the program is executed, I press the restart button and find that it will re-download the program every time, which...
Hi i planing to create some PCB with chip NRF52810-QFAA-R.
The pins on package is bit small so i wonderng if is possible solder this chip with home equipment (solder stencil...
Getting undefined reference to `<already_defined_variable>'
So I was using SES v5.70a
Actually I was new for the developments using SES for Arm MCs
I picked up an...
I'm using the nrf52832 wth nrf SDK17.
I defined a linked list to organize my data.
Usually, I add or delete data in ble_evt_handler and operate them in other interrupts...
Hello,
I'm developing for a 5340 and using VS code, NRF SDK, and a Segger jlink plus.
My app with Wi-Fi enabled is large:
Memory region Used Size Region Size %age Used...
Hi, this is the error: C:\nrf_sdk\nrf5_sdk_17.1.0_ddde560\components\libraries\log\src/nrf_log_backend_uart.c:87: multiple definition of `m_uart'; Output/Debug/Obj/ble_app_blinky_pca10040_s132...
My main goal is to update the firmware over FOTA on a nRF5340, but with a signed firmware update file, and the bootloader verifies it. This is possible with mcuboot and works...
Hi,
We have been using SDK version 2.1.1 and currently are in the process of migrating to SDK version 2.5.0.
Would be helpful to get some hint regarding what conditions...
I am facing issue with BLE advertisement in nRF52833. The board I am using is rayBeacon : nRF52 on-the-go Development Kit. The code I am using is example code from nRF Academy...