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...
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...
Hi everyone!
Setup:
Currently, I am using the nRF52840 DK board to evaluate neural network models directly on the nRF microcontroller. To measure the power consumption...
Hi!
I'm using an external flash (SPI NOR) to store the secondary partition slot of MCUboot. According to datasheet, the SPI NOR chip in use supports 4KB, 32KB and 64KB paging...
I am having a problem to get the board to do DFU without entering the bootloader mode. Furthermore, when the board entered bootloader mode, it showed only a single slot with...
Hi, In our custom board, currently we using SWD with segger J-link for DFU Is there any another option except segger/dev-kit ? Can we do DFU through USB/UART ?
I am trying to setup visual studio code with nrfConnect extension on MacOS 14.6.1 running on apple silicon.- After installing the extensions, I am not seeing the welcome menu...
Hello! I'm trying to connect to a peripheral Bluetooth device with the device information service using version 15.3 of the nRF5 SDK and a nrf52832. When I connect to the...
I am modifying the download sample from nRF SDK v2.6.1
I have been able to modify the download URL and download files off my own AWS S3 service. I have been trying to use...
I'm looking for the quiescent current and efficiency of REG0 DCDC under the conditions of 3.0v ≤ VDDH ≤ 4.2v, VDD=1.8v.
This is to determine if external regulation using...
I have a SparkFun Pro nRF52840 Mini that I am trying to flash with a simple Hello World program. I have the SDK setup in Visual Studios, created the custom board configuration...
I have this code developed for nRF5340.
Basically it scans for BLE advertisements based on the filters added and transmits the packets through UART.
Now for certain reasons...
Datasheet sampling rate is 100Ksps, but for me PPK2 always returns:
16384 bytes in ppk2_test.get_data() (one sample period)
4096 analog samples in ppk2_test.get_samples...
Hello Nordic,
I want to power down (at the lowest power consumption state as possible) all the peripherlas.
Already checked below ticket.
Below ticket also referenced...
hi,
I use softdevice s140 and nrf5_sdk_17.1.
I import time sync demo from here ( github.com/.../nRF5-ble-timesync-demo) to my project.
My first usage version:
* nrf52...