i set up an coap/iot environment and but i was getting error while compiling code for adc i followed steps from this post devzone.nordicsemi.com/.../ here is the problem
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 community,
I'm facing a problem with nRF51 DK PCA10028 and a function call on connected or disconnected state including NRF_LOG commands. Using SDK 12.3.0
On connected...
Hi, i have an existing product but the firmware has been removed from it. i have tried to use the dfu to replace the firmware but i dont know how to get the chip to the point...
The board has been working well.
Since one day, when I try to connect the board with my laptop using micro usb cable, the led5 starts blinking rapidly and I'm unable to...
Hi,
I'm trying to send and receive data to DATA interface that contains IN and OUT bulk endpoint (usbd_cdc_acm example). I'm using libusb on the PC side. It seems like I...
Hello,
I use PPK to measure the power consumption.
but I always get : Failed to start the PPK.
I have measured it last week and it is work.
and this is nrf connect...
Hi Team,
i am working on nrf51822 customized board, the SDK version is 12.3.0 (soft-device is s130 ) and Developing environment in keil 5.26 (on windows).
i am trying...
github.com/.../nrf52-ble-multi-link-multi-role I modified the code to access the environmental values and motion value
but if one thingy access one value such as temperature...
I develop an Android app which connects to a Nordic chip, and I cannot get the Android app to stop advertising once it connects to the central from the SDK multi link project...
Hi,
On the custom board I'm working on an nRF52832 uses the SPIS port with no CS signal (because of the HW connection with the master side of the bus). Since the internal...
Hi, i am trying to disable a signle GPIOTE channel via the INTENCLR. Here is a simple test case:
void gpiote_set_clr_test(void) { NRF_GPIOTE->INTENSET |= ((1<<3) | (1<<1...
Hello ,
I am working on a project in which two devices(one is central and other is peripheral ) uses Nordic bluetooth controller for connection and data exchange. nrf51822...
Hello!
I have been developing a BLE application on nRF52DK and used the ACN52832 as a module for a custom board for experimenting with BLE. I ordered a custom PCB from...
I am just starting using a Thingy:52 and want to use it with a C# UWP app. So far I have been able to retrieve the service and characteristics UUID's without issue but I am...
SDK 15.0.0 nrf52810 Example: Eddystone Beconing mode - ble_app_eddystone SEGGER Embedded Studio for ARM v4.12
I am using ble_app_eddystone example to advertise data in eddystone...