Hello - We're designing a new app for our product in Flutter. I was writing the proof of concept for the firmware updates, but I hit a roadblock with a Mcu Mgr Error: 25 ...
Hi there,
I am using an NRF54L15 custom board and am trying to set up a functionality using DPPI + PPIB. using a single in (1 event) and single out (1 task). I have two...
Hi,
I'm trying to get the debugger to work on my target board. I created the attached simple program to eliminate complexity.
The debugger starts, but it starts running...
Working on the nRF52833DK board and based off the nrfx_spim_spis advanced non-blocking example sample. I've already converted the SPI master to use the Zephyr driver instead...
Hi.
After 3 days I've finally got littleFS working on a custom nRF52840 board. I am using nRF connect SDK v2.9.0 which includes Zephyr v3.7.99 with some additional Nordic...
Hello, I hope you are well.
I created a new driver for an i2c accelerometer with 2 gpio interrupts, but it does not build properly. When calling `static const struct device...
Hello everyone,
I'm working in a ble project that use uart interface. When I sent string data in nrf connect app, the uart_event_handle is not called.
I started my project...
Hi
I want to use the nRF51822 to do the BLE product.I have read the datasheet of nRF51822.I have some questions:
1、Can the I/O of nRF51822 support 4.5V~5V input?
...
Hi All,
My goal is to change the advertisement(when not "connected" to ble device) in every SPI Interrupt, depending on the data received i set corresponding data in advertisement...
In porting over my project from Keil to GCC using SDK 8.1.0 I can build and run just fine when I build with Keil but when I build with GCC and try to run sd_softdevice_enable...
Hi,
I trying to write an application with android for my nRF51822 device
I use Battery service example but every time i update battery level i need to request for changed...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
Hi,all.i want to run DTM on pca10028 develop board and connect it to my pc via USB (JLink CDC UART Port) on the board.My pc operation system is ubuntu10.4. what is the port...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,all. i run example.py(nAN34 document) on ubuntu10.4,then get an error:
./example.py:line 13:unexcept error near "(";
./example.py:line 13:'def main():'
what's wrong...
Hey there,
I am having issues downloading the SDK for the NRF52. It just goes to a blank part of the page. Is there a better way for me to get a hold of this SDK?
T...
So after reading some material it seems like I can pretty much define which pins are responsible for I2C communication. Is there any limitation to which pins I can set? Does...
Hello,
There are many anomalies in the NRF52 Revision Engineering A (QFAA-AA0, QFAA-AC0) .
This revision it is the current chip?
If so, do you know when there will...
I am trying to build the "Getting STarted" example app. I got it to work with Keil. Now trying Eclipse.
I got all the includes in the project set up and these all resolved...
I am working on getting the ble_app_hrs example from SDK 8.1 within Eclipse. There seems to be no association between the INC_PATHS in the Makefile with include files within...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...