I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
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...