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.
...
I have developed a Zigbee application using the nrf52840 DK board + nRF Connect + Zephyr and it is working. Now I am trying to move that app over to the nrf52840 dongle. It...
Hi, I am using nRF52832 development board and I have a motor driver. Motor driver has external power supply, I am just using nRF52832 to set directions which consumes low...
Hello, I am trying to use the dfu library to update the nrf52840 with a firmware stored in a littlefs file in an external qspi flash. I can successfully read the entire firmware...
Dear Nordic team,
it is very important for the RF and the HW engineers to be able to know the current transmit power of the modem. That will help us evaluate the network...
Hi
I'm looking for an example implementaion code on the nRF52840 without an operating system. Is there some example or application note?
I connected the SPI and all IO...
Hi,
I updated to VS Code V1.65 today and had some strange behavior with the NRF connect extension for VS Code.
After updating, clicking any "Action" in the sidebar (e...
I have already implemented DFU update in our one product. Which have fast USB interface and fast "lag-less" UART interface to nRF chip which is used as our bluetooth central...
I am using a code based on nrf52-ble-app-uart-c-multilink ( https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink )
If the central is working and the peripherals...
Board: NRF52833 (PCA10100)
SDK version: 17.0.2
Softdevice: S122
I am trying to perform USB DFU for my application. As I am using nrf52833 board, there is no available...
Hi ,
SDK 17.1.0
SD132
SoC - nrf52832
I am following the below given link to create custom service.
https://github.com/bjornspockeli/custom_ble_service_example...
We plan to use it with the Converter mode enabled for low current consumption.
However, if PIN is always set to Hi in order to use the Converter mode, about 300μA will...
After a lot of thought about the issues with TCP under EDRX or PSM , I have a feature request.
I would like if the application layer could know when a TCP socket was sitting...
Hi Nordic team
I tried ncs 1.9.0 peripheral_uart sample (\TOOLCHAIN\v1.9.0\nrf\samples\bluetooth\peripheral_uart) at PCA10095 v1.0.0 DK.
1. Application core: Board is...