Hi all,
I've developed a broadband vibration energy harvester that is able to pick up uW of energy from just a couple Hz all the way to 150Hz. I'm currently looking for...
We use SDK12.10 Main.c (d:\nordic\5142xx\software\org-sdk12.1\nrf5_sdk_12.1.0_0d23e2a\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay.
My question...
Solved: Well, turns out delay and SCK doesnt work well together haha. I imagined the sck signal to be a background thread of some sort. I was wrong.
Hi guys,
at the...
Hi
Im looking for a developer in Denmark to discuss ble technology with. Im trying to get better to understand the technology, because i have some ideas involving beacons...
This system does not work if I enable the third Pipe (Pipe2) .
The system is working without any problem as one RX and two TX (Pipe0 and Pipe1).
The problem on enabling...
Hello,
i have read if not all posts about writing to FLASH while using BLE. But could not find the desirable method.
What i would like to do is to write to flash from...
Hello,
i have read all posts about writing to FLASH when using BLE. But could not find the desirable method.
What i would like to do is to write to flash from characteristic...
My setup is a Android phone, Nordic NRF52, and random BLE devices in the area.
What I want is, the Android NRF-UART app connects to the NRF52 and the NRF52 sends information...
Hi,
i use the Aead-Lib for CCM on the NRF52840. What is the best way to Check an Mac from a Message wich only has Adata (no acctual encryptet message)?
If i try to use...
Hi,
related to a previous question I posted, , we are migrating from nRF5_SDK_13.1.0_7ca7556 to nRF5_SDK_14.2.0_17b948a.
Now we have some problems with the bootloader...
The subject really says it all; why are there four GPIOs tied to P0.18 which is the nRF52840's RESET# pin?
I'm looking at the PCA10059 Schematic available in the nRF52840...
I am currently using the nRF24L01P in an application where I am using the RPD feature to determine whether a 2MHz RF channel is "available". For example, if a wifi network...
I am using nrf52832 and I am trying to interface OLED with it. I am attaching the code below and i referred that code from https://github.com/devdprj/olednrf here,
i made...
Hi All.
I have a DK52 project where a peripheral advertises and connects to a central nRF52840 ok. I based it on the multilink_central demo, so have the LED button service...
Hello!
I went through the example project "Experimental: ATT_MTU Throughput Example" provided in SDK v15.2.0 and found that there is a configuration bit in BLE_COMMON_OPTS...
When I connect to my device with an iPhone, using the nRF Connect app, I am experiencing an immediate disconnect. The part does not have time to start pairing. I have shared...
【Question】:I want to use timer+ppi+SPI(with DMA) write DAC, but now something is wrong, when timer trigger the SPI to write DAC through PPI, it can call the "spi_event_handler...
Hi,
I use UARTE peripheral when i communicate wih PC.
This code works. Send 4 bytes.
bno_tx_buf[0]=0xAA; bno_tx_buf[1]=0x01; bno_tx_buf[2]=0x00; bno_tx_buf[3]=0x01;...
After Updating my project to the Newest SDK for Thread 2.0 today I am having problems linking Problems.
My Project uses the Channel Monitor and changes the max children...
Hi all!
I'm quite new in working with BLE device and in working with MCU also so If my question look a bit silly, please dont laugh at me
I am using a nrf52832 as both...
I've just added a 4th Peripheral-role link to my project, and the RAM requirement for the SoftDevice increased by over 3kB. I'm trying to figure out whether I can reduce this...
Hello, I am trying to develop an application using the ADC of the nrf52832. For this, I have included the "nrfx_adc.h" library into my main code. When I try compiling the...