Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
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...