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...
Hi,
I have a question about bit rates of spis slave (Fspis).What is the minimum bit rates of spis slave? nRF52832 need to communicate with a mcu that it only can work on...
I used a translator. Please understand even if the sentence is weird.
Hi, I used nrf52832 QFAA. (RAM : 64kB, Flash : 512kB)
nrf-intel-hex enabled us to check memory...
Hi,
i want to work with nrf9160 for cloud connectivity, can any one help me providing link for working nrf9160 sdk.suggest me how to build samples without any errors using...
Hi everyone,
I have a weird issue on connexion with my J-link while connecting to my chip. I'm using a NRF52810 which worked very well until now. When I try to connect to...
Hi,
I am using nRF52832 and SDK 16.0.0 with SES.
My project consists in an application that read temperature from a sensor and send it via BLE to another board (no smartphone...
Hi,
I am working on a product based on an nRF52832.
For testing purposes, I have setup the Unity testing framework (using Ceedling).
As soon as a module I want to test...
Hi community ! I'm currently working on mesh, more precisely on nRF52840 device. I archieve to do everything i want with it (combine BLE NUS with MESH). Now, i want to know...
Dear All,
I am using the ble_app_template as my baseline. I have created a custom service with various characteristics and I am able to broadcast my service, connect and...
Our compliance engineers are failing the unmodulated FCC test for our radio because the signal only spans 1MHz, but needs to span 2MHz. We do not have this issue when using...
Hello all,
I'm working on a prototype for a device that simultaneously scans and advertises in certain cases. I have been able to do everything so far except scan by copying...
Hi
I am working with nrf52832 NORDIC soc with Segger with nrf52 sdk 16
I have looked at the "pin_change_int_pca_10040" example and tried to play with it a little bit...
Hi there,
I recently upgraded to nRF Connect for Desktop v3.3.3 and the programmer module to v1.4.2 and I am experiencing the following issues. At first, when I would try...
Hi,
Iam working on a nrf52840 and trying to achieve data flow from BLE device using NUS and transfer this data through UART.Uart is configured as (TX:P1.01,RX:P1.02).Iam...
I am using an nRF52 dev kit. I have loaded the pca_app_hts_pca10040_s132 example into the board. I only added these lines of code
nrf_gpio_cfg_output(ARDUINO_9_PIN); nrf_gpio_cfg_output...
Hi,
There are several new drivers under "nRF5_SDK_15.0.0_a53641a\components\drivers_ext\", but no example now.
I have setup the HTS221 driver and it works. I turn to...