I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
nRF52840, SDK16.0.0, S140v7.0.1
We use SoftDevice (RTC0) and app_timer (RTC1). I'm trying to configure RTC2 and TIMER0 to do PPI-driven crystal timing as described in...
I'm using the empty_app_core project for the APP CPU and my NET CPU binary does not start. I suspect the NETWORK.FORCEOFF is holding the NET CPU in reset upon startup. I tried...
I have encrypted 12 bytes on the nrf51 and sent this + 4 byte MIC across to an Android device.
However, when I try to decrypt on Android using a Cipher with "AES/CCM/NoPadding...
Hello everyone,
I would like to developpe my own custom board, I would like to know if it's simple to replace micro USB by USB C and if someone has already do that to help...
A.
while (true) { while (app_usbd_event_queue_process()) { /* Nothing to do */ } if(m_send_flag) { static int frame_counter; size_t size = sprintf(m_tx_buffer, "Hello USB...
hello I am using nrf52832. I am advertising some data and scanning (on the same microcontroller) for other nrf52 devices(which will have the same firmware). When the other...
Hello,
I'm using SDK v16.0. I'm trying to change the default UART pins from 6,8 to 45,46. In the pca10056.h I have made following changes.
But I still see log on pin...
I am using nRF Connect 2.3.2 on iOS 13.6 on an iPhone 11 Pro Max. I can scan and find my nRF52-DK with the flashed application and the service is correctly advertised (e.g...
Hi, I am using 2 x NRF52840 Dongle, When I program one of my dongle with NRF SDK 17.0 example blue ble_peripheral>> App_blinky it works fine and gets connected to nrf connect...
Hey,
I am using nRF51DK and have used it to print logs for debugging (via RTT)
If I wish now to have a full terminal capability, and to write to the nrf51422 as well just...
Hello,
I am learning to create library in segger. I am using segger example https://wiki.segger.com/How_to_create_a_library_project_and_use_it_in_executable_project
I...
Has anyone managed to get arm-none-eabi-gdb to work with Segger Embedded Studio?
I'm trying to use a Black Magic Probe with SES. I can connect to the nRF dev board with...
Hi,
In our product, I would like to wake up by NFC and than transmit data from the nRF52832 to a PC application over NFC.
My question are:
What NFC type is the most...
I can't seem to find the right configuration item to set to disable the spinning up of the sensor_sim task, which I have no need of in my application.
I've tried setting...
Quick question I think. I'm using the NRF52 to program a PIC16 over SPI. The PIC16 switches it's line to output once it receives a particular command so as such I need to...