Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
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...