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...
Hi all,
I am extending the BLE Multi-link example from SDK 15.2.0 in order to have some characteristics as BLE Mesh. I would like to use UUID filter to scan all peripherals...
I'm seeing similar problems to others in getting highly unreliable connections to the network. I *VERY* occasionally get LED3 and LED4 to blink simultaneously, but it's very...
Hello.
I take the flash_fds example from nRF5_SDK_15.2.0_9412b96, but I am not going to use the CLI (command line interface) because I take the FLASH written, reading capability...
Hi,
I am using nRF52832's ADC function to do my project, and I have an analog signal level problem.
I am try to connect MPX5100 sensor to nRF52832's ADC port, but the...
I am trying to use ARM GCC in macOSX and successfully generated .HEX file with the most simple project: the blinky project without softdevice. After setting up the project...
I am trying to use dsm_local_unicast_addresses_get() to store the address of each node, however it seems that when the board is restarted the value is lost, and node_address...
Hi,
I have troubles using nRF Mesh with my Vendor model.
I have made a Vendor Model that should allow me to send messages through Mesh. Once my boards are provisionned...
Hey everyone
This is sumanth, I am working low power node in mesh networking, I followed the procedure mentioned in below link for building and flashing
https://www.nordicsemi...
Hi I have a device which can get RSSI value from other devices.
But how do we get RSSI of my device itself.
i.e How to print RSSI of local device on the same device terminal...
Hello everyone,
Today I worked on custom bootloader and according to the article infocenter.nordicsemi.com/index.jsp I tried to load output hex file from IAR on board via...
I want to add a new ble service in hrs example(sdk15.3),I build and run the hrs example.and then I open the terminal emulator, but I can't find anything.I try to click the...
I want to use nRF52840 BLE with STM32F745ZG microcontroller and using atollic studio for coding. is it possible to use nRF52840 with the microcontroller? if it is possible...
I'm using SDK 15.1, nRF52 in custom units, toolchain GDB, addr2line
A little background -
We use System off mode and then use a button press to come out of it.
Before...