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...
SDK 14.2 keil5
I want to run freertos with nrf52810.but I did not find any example .
Is there anyone have tried this?
I downloaded nrf52832 code(ble_app_hrs_freertos...
Hello All,
I have looked around for answers to my specific issue, however I did not seem to find one that aided me enough to fix my issue.
I have created a BLE profile...
Hello,
SDK 15.2, SD 6.1.0 with PCA10056 1.0.0, 2018.20. nRF Connect App v4.22.3. Pixel XL.
I'm running into an issue with my application where the phone disconnects after...
Using: Linux (Ubuntu 18.04), gcc/Eclipse, nrf52840, v15.3.0 SDK, SD 6.1.1
It has been a real bear of time using the SDFU in the newest version of the SDK. There were a lot...
Dear support,
Our team is considered doing their own smart watch, so i found that nRF52 chip is a nice solution. Just before we start, i would like to do some basic questions...
When we ported our FreeRTOS based project to SDK 15.3 from 15.2, we noticed a big jump in the CPU Usage. It turned out that the issue was in SDK 15.3's freertos port_cmsis_systick...
Hi nordic,
I send multiple bytes but always only receive packets of length = 1. For example in the picture, I sent 2 bytes 0x68, 0x69 ('DE') but only received the first...
Hi
What is the difference between ble_nus.c and ble_nus_c.c?
because i went through both the files and i felt both files are almost same except an extra function(db_discovery...
Hello, I bought a nRF52832 Breakout Board from SparkFun. from their tutorial, you can program this board using the serial bootloader and the Arduino IDE. However, aside for...
I am trying to operate a BLE5 sniffer with nrf52840dk
After connecting the dk to nrf connect desktop and programming it with a wrong code (by mistake), it is not able to...
I'm using the nRF52840 DK.
I managed to burn the on-board nRF52840 MCU several times, using the nRF connect windows app.
After several such successful burns, with various...
Hi,
According to the datasheet:
Does this mean that when i change my vdd from 3V to 2V, then the current peaks will be reduced? If so what does this:
graph means...
Hello,
I'm currently designing a custom bootloader to perform a DFU. So far I'm able to update the bootloader and the application, however there is a problem when I try...
I have been studying MQTT these days.
I'm testing the program below. https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/mqtt_simple/src/main...