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,
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...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
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...
Hello,
I have one central and one peripheral device connected over BLE. The peripheral has a custom service characteristic containing the firmware Version value. After connecting...
On a custom board we are using an RTC chip to generate the 32khz clock.
I have verified that the hardware register is set to external, bypass, and the src is xtal. The clock...
when i got a nRF5340 DK,
firstly,i use the vscode to open sdk and build ,
secondly,start to run the ncs2.1.2 sample (path:v2.1.2\nrf\samples\bluetooth\peripheral_uart...
I wan't enable approtect by add this line in main.c:
const uint32_t approtect_set __attribute__((used,at(0x10001208))) = 0xFFFFFF00;
but when i compiled at IAR,its show...
Hi, I'm setting up my environment on a new laptop. The project I'm working on requires tflite-micro and before I found that I needed to add tflite-micro to the 'name-allow...
Hai Team,
I am working on NRF52840 based on the BLE Connection handle
Here I am using the ble_app_multilink_central example of SDK
case BLE_GAP_EVT_ADV_REPORT: { uint32_t...
Hello,
I'm following this tutorial to learn how to create a Matter application from template. I did all steps and wanted to build the application. However, the build failed...
Hello,
I'm using the nrf52-quadcopter example from NordicPlayground. After successfully building the project and connecting the MPU6050 , I got a hang during sensor initialization...
Hello,
I had bought 3 sets of Audio DK and had managed to brought up in BIS and CIS mode using the default sample project, however the output is mono output. Can I checked...
I've started to get this error when trying to do a DFU update on nRF Toolbox (v5.0.8): "Can not create Firmware".
The same firmware file worked before on the same device...
Hi. I'm using nrf5340. I confirm internal clock(LFRC RC osc) exist,I want to remove external 32.768kHz X-tal. If yes, how can I turn on LFCLK RC oscillator in my source code...
Hi,
I was successfully able to flash the peripheral_uart code to the dongle and then connect to the Nordic APP.
But it does not connect with the UART when in BLE mode...
I am working on nrf52810. I raised the RAM size in the linker file, which is larger than the real physical RAM capacity, for the testing purposes. I anticipate a hard fault...
Hi:
I use mqtt_ Sample routine: MQTT is connected to the server, and I shut down the server. At this time, the 9160 status has not been updated, but is still connected....
Hi
1、Now we connect the VDD to the battery voltage (3.4-4.2), and the VDD_GPIO is fixed at 3.3V. In order to match the GPIO of other peripheral cpus, will all GPIO be connected...