Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
Hi!
So I have my GATT value of a service that I would like to update.
Sadly that value always stays at the initial value.
Below you can find my update function.
uint32_t...
I am using SDK12.0.0. ble_app_uart example, and I have change the clock to using LFCLK RC. I know from nRF51822-PAN_v3.1.pdf that we need to calibrate the LFCLK RC after reset...
I've managed to overcome all the quirks in setting up Eclipse/gcc development with the nRF52 PDK (PCA10056), and I can build the sample projects just fine. Here's my issue...
I arrived at step 8 in this tutorial
github.com/.../custom_ble_service_example
Now I'm supposed to propagate events to the application, for example connection state...
I am using a usual uart to bluetooth application and it works great, but I would like to set this application to be a known apple midi device, it seems I only have to add...
When running ble_peripheral\ble_app_uart example..... Of course I am a little bit
corrected.....
Beacons occasionally stop.
Despite the following settings:
#define...
Hi!
Is there any example app where I can find how to use L2CAP protocol on nRF52 series? Apple introduced L2CAP in iOS 11 and I want to give it a try but I can't see any...
Hello, I'm migrating a project from nrf51 S110 to nrf52840 S140, I encountered an error
"nrf_nvic_state" not found, I solved it by adding app_util_platform.c.
The problem...
Hi,
I am trying to make an empty custom service by following this tutorial from Nordic
devzone.nordicsemi.com/.../ . However I am unable to get the service to show
up...
Hello comunnity,
I am trying to read, write and activite notification from my server using a central device. The problem is when I use more than 2 times, I got an error...
Hi,
Ive been having a problem connecting the phone directly through setings to the nRF51822 chip. I'm doing evertithing in mbed. When i connect the chip via the "nRF Connect...
Hello , i'm trying to implement the OTA DFU function in my custom designed board. I'm using NRF52 series. I started by flashing the flash I uploaded the softdevice132 v2 via...