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.
...
Hi,
Currently, I am in a feasibility analysis stage for an application which requires BLE Mesh with Localization (RTLS using AoA and AoD). I explored SDKs for nRF52833...
Hello,
on SDK16, with nrd52dk, with android phone, standard ble_app_uart example works fine with nRF Toolbox. But when I disconnect from nrf52dk, the chip still thinks the...
Hi,
I am using
nRF52840
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
I changed the device name while not connected.
but, The...
Hello,
I am trying to follow the tutorial SDK UART coexistence example , but it seems like the last step cannot be completed. As you can see, that .hex file does not exist...
I am working on a low power peripheral project (similar to the Nordic blePeripheral/uart example). I'm going to be using an nRF52805 with SDK 17 and s112. I found the Apple...
Dear all,
I have tried my best to find answers in questions posted previously but I still have a few questions that I would like to clear up. I will keep it concise. Thank...
I want to configure the UART1 (not the UART0), and I want to know if there have some examples that introducing the UART configuration by directing accessing the register....
Does Nordic have programming for the nRF52840 that enables both 802.15.4 and BLE, so the board can both become part of an 802.15.4 network and pair with a mobile device like...
Hi All,
i played with the /examples/dfu/secure_bootloader/pca10056_S140_ble_debug.
The application works fine so far.
I do have the following questions.
Is it...
Hi,
I am running into some problems with libuarte. I have two nRF52840-DKs talking to each other over UART. My setup is not ordinary however. The hardware configuration...
Hello -
We are developing a product for the nRF52840 using SDK v17.0.2 and FreeRTOS. Our application uses the RTC configured by FreeRTOS to implement a System ON sleep...
While installing the itsybitsy NRF52840 board from Adafruit in the Arduino IDE, I encountered the following error:
"Tool nrfjprog is not available for your operating system...
I can't get a button to work on a custom board; but same firmware HEX file on a different board works fine.
Using nRF5 SDK 17.0.2, SoftDevice S132 v7.2.0.
using a custom_board...
Hi,
I'm using an nRF52840 and I need to implement a driver in c for an external chip. The c driver is written, and I only need to add specific functions regarding the SPI...