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...
Dear All
We have implemented the the workaround because of the anomaly 195 for spim3 and it works as expected, but only once! After the following init
we can use spi...
Hi I am trying to init the serial on the nRF52840 Dongle but there are some defines missing in the boards/pca10069.h
I run this on the nRF52840 DK and it works fine.
NRF_SERIAL_DRV_UART_CONFIG_DEF...
How the base address is assigned to NRF_SPIM_TYPE structure through *p_reg which is in nrfx_spim_t structure?, and also please let me know what is the default base address...
Hi,
I currently have a project which triggers a series of SAADC readings from the Timer0 interrupt handler. This part of my program works as expected, however, to add more...
Hi,
From this link https://devzone.nordicsemi.com/f/nordic-q-a/34224/device-does-not-reset-after-dfu I understand that the compiler option flto caused reset issues. Is...
Hi everyone,
I am trying to use Buttonless DFU to reprogram the NRF 52 dev kit OTA. I had posted a question on the forum and had solved that problem: devzone.nordicsemi...
Hello,
We have implemented DFU services in application but getting lots of difficulties for writing own transport layer for Wi-Fi to upgrade firmware from server. We are...
Hi...
i have done the program to read the temperature sensor, i want to get the temperature in float value . i can able to read the temperature in float but i can't able...
Hello Nordic Pro's,
We are developing a product based on the BLE UART peripheral. We communicate heavily via NUS. There are extended processes that continually send status...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
1) As per below link, do I need to skip GPIO...
I would simply like to see the debug outputs (NRFX_LOG_DEBUG) the NRFX_TWIM.C module using RTT debugger through Segger J-LINK.
I cannot find any documentation on how to...
Hi,
I am working in nRF52832 SDK15.3 in SES
I need to work on reading multiple Analog inputs. in a different timings.
i have seen SAADC example.
is there any multiple...
Hello,
I am working with nRF52832 , a soft based on the NUS service and SDK 15.2 ( S132) .
In the aim of reducing the current comsumption , I want to modify the throughput...
Hi Martin, I follow all the steps in your tutorial(Bluetooth low energy Characteristics, a beginner's tutorial) and I am able to create the characteristics and the notification...
How do I share variable data from my nRF52 application to the bootloader code?
Check the update to this question after first comment by @HungBui
There is some short...