I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hello,
I want to typecast an array of values from short to float. I am doing the below to do that
but when I am doing that, I am not able to get the float value as it...
Hello Developers,
I am facing a issue to connect my nrf9160dk as a lwm2m client in the test coiote iot device management server.
I am following the official documentation...
I'm encountering an issue where the softdevice crashes with only a couple of timers running and a main loop that feeds the watchdog. If I enable more of the code I've written...
Hi,
We want test nRF52833 support on long range. I referred https://github.com/NordicPlayground/nRF52-ble-long-range-demo .
So as first step we use nRF52840 dongle for...
I am using NRF52833 in my project and I have my NRF module connected to 2 other microcontrollers on UART peripherals. The details are mentioned as below:-
1) NRF52833 connected...
Hello,
I am trying to develop a driver for the temperature ADC controller ADS124S08 https://www.ti.com/product/ADS124S08 .
I have modified the EVM to work with an external...
I'm working on the nrf5340 with a modified sample found here ( main.c of the base sample here ) and nrf connect sdk 1.7.1
I see that adc_sequence_options .interval_us can...
I need to calculate the power consumption of a device. For this I purchased PPK2.
I use nRF52-DK for tests (there is the same microcontroller as we need).
The accelerometer...
Hi,
I am trying to utilise the available thread examples to build comms from CoAP server to external website through Border Router.
I have configured Border Router as...
Hi There,
I am presently running a BLE peripheral example on a custom board with SD Card data logging functionality, The SD Card library has worked fine until now , Since...
How to print a float value in segger embedded studio?
I am using nrf5_sdk17.1.0 version
I have used the below statement but it is outputting 0 only always.
NRF_LOG_INFO...
Hi,
I am using nrf52832 for a battery powered PIR sensor. I want the device to be awake only when in it detects motion. Can anyone guide me to use the lpn example in the...