Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
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...
Using SES, nrf52840DK, the onboard debugger.
I am able to set a breakpoint and use condition like x == 5.
I am unable to use anything but the == operator. In SES I...
On line 904 of nrf_log_frontend.c there is a log message to indicate the backends are flushed – but this message adds a log to the queue. If auto flush is enabled, this can...
Hi forum,
I am worked on nrf52832 using sdk 15.0.0.
How to used RTS and cts for enable HWFC on nrf52832.
Is their any example for HWFC control through RTS and CTS line...
Hi Devzone,
I use Thingy91. On the nrf9160 side, I run mqtt_simple example; on the nrf52840, I run connectivity_bridge with BLE feature.
When I send "900" via nus service...
I want to control two RGB LED strips with I2S with different GPIO. Not able to figure out how to achieve it. While trying to initialize by separate buffers and data handler...
Hi there,
I have successfully programmed the nrf24le1 on the radio module using the nrf6700 (motherboard) through nrfgo studio. I did so by plugging the radio module into...
Hello,
Is the Power Profiler App capable of calculating and outputting the cumulative energy output to the device under test (when in Source meter mode)? I am using the...
Hi!
There is two things confusing to me about taking IQ samples in AoA application.
1. It is clear to me that that the time between switching of antennae (TSWITCHSPACING...
Hello,
I am using the Nordic SDK v1.5.0, the modem firmware is mfw_nrf9160_1.2.3 and the DK for the nRF9160
In our application, we are using AT commands to setup and control...
Hi,
There is a similar case:
High power consumption in sleep mode after using SAADC
But I am using the SAADC driver version 2.0 because the oversampling feature is only...
I have seen multiple posts about the nrf5340 that confuse me. Posts like this one say that the board/chip is not available yet, as of 4 days ago. But after looking through...
Hi,
I am new to the Nordic Semi world, having recently purchased a nRF52840 DK board and a nRF52840 dongle.
I have programmed an Arduino Nano 33 IoT over BLE and when...
We experience a 15-20% rate of dropped advertisements from our nRF52840 device. We have used our own application on our device and the ble_app_att_mtu_throughput application...
I am using an nRF52832 to talk to a Melexis MLX90393 (which supports 400kpbs Fast Mode) via the TWIM interface. I am using the TWI Manager library to schedule transactions...