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...
Hello,
I would like to ask for guidance, as I am at the very start of a human interface device (HID) controller development, considering BLE nRF52840.
The use case I would...
Hello!
I am trying to get basic communication between two nRF24L01+ modules to work on Teensy 4.0's, but I am having trouble transmitting and receiving.
Here is the wiring...
Hello, DK:nrf52810
sdk:17.0.2
In my project i have to advertise accelerometer and gyro value through beacon so i have done with using https://devzone.nordicsemi.com/f...
Hi Nordic Mesh experts,
I'm testing for the BLE mesh using light_switch example based on nrf5 sdk for mesh and nRF Mesh APP.
From the printed info on the APP during connection...
So I now have nRF 52840 dk and I'm working through the secure bootloader example. I am using SES. (Windows).
So I built and flashed the the app and it looks fine, it has...
Using gdb watchpoints I was able to see that running spm_request_random_number() (which is executed in sys_rand32_get) changes content of first byte of backend_cb_log_backend_custom...
Hello DevZone,
I am working with a project whereby we use both the nRF52832 and the nRF52840 and what blew my mind is that Segger has absolutely no problem in downloading...
Hello Nordic, we are trying to develop a system using nRF52833 and want to reuse the xtal 32.768k and xtal 32M clocks for other purposes. For that, we need to know at the...
Hi,
Using SDK14.0.0, soft device: s132_nrf52_5.0.0
If Segger embedded used them use latest sdk as below, because sdk 14.0.0 has no support for segger embedded.
nRF5_SDK_17...
Dear Nordic,
We've faced with the issue on Zephyr Shell NUS module.
The captured reaction is just on 'Enter' press in terminal. It seems it has some kind of...
Hi, I've read about the comparator (COMP) integrated peripheral of nRF5340. It compares an input voltage (VIN+) against a second input voltage (VIN-). Can I manage for having...
Hello Everyone,
I am using the example ...\nrf5_SDK_for_Mesh_v2.2.0_src\examples\light_switch\proxy_server . Both the light_server and flash_page and flash_page_erase()...
Hi everyone! I need help with connecting lcd16x2 (lcd 1602) and microcontroller nRF51822. Due to the fact that, I can't find any information or library to make it work. Can...
Hello.
I've got problem with properly build example SPIM3 code. I took blinky example, added code from nrfx_spim example, set SPIM3 in sdk_config.h, add nrfx_spim to project...