Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
Dear Fellow developers
I am developing an application where I need several nrf51 USB dongles (S120) attached to a PC, and I need a way to distinguish one dongle from another...
I am integrating PWM into my project which uses SDK_15.2.0.
My config.sh contains:
and I have included nrfx_pwm.c.
Compiling the project I get this error:
Trying...
The project I'm working on is running off of a CR2032 battery. I want to measure the battery voltage while the radio is transmitting to determine when the battery dips down...
Hello,
I am using "pdm sensor" with "NRF 52832". we have PDM Drivers provided by the NRF . I just want to understand how we can connect the data and clock pin with nrf ...
Dear Members,
I create a loop inside main.c using code example ant_shared channel,
it's merged with ant_plus hrm_rx, but on forever loop, it stopped on 6 loops, it's...
Hello!
A frequent question in the forum is how to enable logging messages.
My question is exactly the opposite: I experience many NRF_LOG_INFO messages from Nordic library...
I'm having some issues with a design I'm developing using the ISP1807 bluetooth SOC (contains nRF52840). Every time I apply power to my device I have to manually reset the...
Dear Members,
How can I display multiple ANT channel ?
It looks like one channel is occupying all the resource (HRM)
How can I manage the time slice between channel...
Hi,
We are building our synthetic sensors using nRF52840 for smart buildings. In some areas we are using it with BLE only, other areas we use it with BLE mesh. When we want...
Hi,
Hope you are well.
I want to send the saadc data with ble to my pc. I used the below code. I am getting the data in the right format but i am loosing some data in...
I am experience some for me strange behavior with UART0 on a nrf52832. Let me explain:
First I initialize the UART using:
APP_UART_FIFO_INIT(...)
with parameters setup...
Hi,
I am using Ozone with nrf52840.
I used this example: wiki.segger.com/Tracing_on_Nordic_Semiconductor_nRF52840
I am able to debug fine. However, I am unable to see...
SDK 16.0 and SDK 17.0 (tried both versions)
nrf52832
Segger Embedded Studio
Windows 10
When Adding an additional ADC the sleep current increases to greater than...
I am currently using SWO to get tracing data from ITM and DWT successfully.
Now I want to use parallel trace for more throughput. For that I use an FPGA, no JTrace or similar...
I have NRF51822 softdevice, STM link v2 for flashing, segger embedded studio and nrf SDK. I have seen some videos on youtube on how to flash nrf softdevice using ST link....