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 have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,
I'm developing a custom application starting from ble_hrm_freertos application. When NRF_LOG is enabled there is no way let the chip in low power consumption. I found...
Dear Technical Support,
I have faced a problem debugging firmware on our custom board based on Nrf52811. We use j-link EDU and Segger Embedded Studio as development tools...
Hello Nordicsemi community,
1) manual build of mcuboot - When trying to build the mcuboot for nrf5340 via the mcuboot/samples/zephyr via the west build command, the build...
HI , nrf52832 with SDK v16 on that using this nus example location below mentioned
examples\ble_peripheral\ble_app_uart\pca10040\s132
in this example, didn't change...
Hello,
I have recently received the nrf5340 development kit as part of the Hackster contest.
I followed the webinar and to get started
1. Connected board via micro USB...
I started a new ticket since I got a solution to not connecting to the cellular network. Apparently the iBasis sim is not working so I acquired a Hologram sim. I now can connect...
the code yesterday when debug can pop out voltage ,i do not chang anything today ,the code can not run the location ,i make three breakpoints in code and debug ,the code only...
First day using the new dev kit nRF52833-DK. Connected it up following the instructions on nordicsemi.com/start52833dk - computer won't mount the JLINK removable disk so I...
Hello, i have complied and run this https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial program, so in on_write function am copying data from receiving buffer...
I am using nrf connect SDK version 1.4.2 and the AWS_IOT api to send data to an AWS IOT mqtt broker.
When our device boots, it correctly connects to AWS. However, when trying...
Hi,
I want to use some of the nrf9160 DK pin as feedback or notification out for other microcontroller.
So when i am using gpio.h Library it was showing error. I am...
Hi Team
From what I learned, the BPROT or ACL can protect the bootloader can not be modified by the application.
But is there any way to protect the chip from erased with...
Greetings!
I have a central that's writing BLE messages to a peripheral. The characteristic on the peripheral is a 32-byte array, and my experiment is to write 32 bytes...
Hi, I'm running a custom board with a custom example on SDK 15.3.0 using the SDK 15.3.0 Secure Bootloader and SoftDevice S112 V 6.1.1. The used nRF52832 is flashed with a...
I followed the description Timers — Zephyr Project Documentation here.and implemented a basic timer functionality in thingy91.
volatile bool update_timer_expired=false;...