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,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello Community! I've recently switched from Master Control Panel to NRF Connect. I want to use my NRF51 Dongle (PCA10031) with NRF Connect. Therfore I deleted the existing...
According to eval kit reference BOM list a TDK MLZ1608M100WDT25 10uH coil is the only one on list. Is there any other suggested coil models tested by Nordic? Just wondering...
We are designing a custom antenna for the nrf52833-QIAA. Could you supply the output impedance of the ANT1 antenna pin so that we can run an HFSS simulation on our layout...
Dear Members,
I run 3 devices,
GPS on libuarte1
LCD on SPI2
Sdcard on SPI 1,
I'm using ANT and softdevice 340,
When I run LCD and SDcard outside the main loop...
Hi,
I am having problems with the ble_advertising_int() function. It returns a return code of 12 (NRF_ERROR_DATA_SIZE) which is returned by ble_advertising_init() -> ble_advdata_encode...
Hi I ran in some problems with my BLE fragmentation. I want to send data (files) up to 6kBytes over BLE (Bluetooth 5 on nrf52840 to another nrf52840). My project is based...
I'm using PCA10056 (nRF52840 DK) for a project. First-time user, so little experience with this board.
I need 1.8v level SPI signals from the PCA10056 since I need to talk...
Hi
what is the current consumption for LPUART (when there is no event - let's say it is sleeping) on nRF9160 and on nRF52?
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hello,
I have a problem regarding the connection to the cellular network of the nRF9160DK.
When I boot up the device and I have uploaded a code to connect to the network...
Hi,
We have a custom software for our custom board. And would like to investigate a little in the AT commands going to the modem and the responses
is there a config...
I am using Connect SDK v1.7.1 and Ozone v3.26b. When I click "Debug with Ozone" in VS Code, I receive the following warning in the Ozone console:
I am able to correct...
Hello,
While developing the device, I found that the SAADC module on the NRF52833 incorrectly measures the voltage on the NRF_SAADC_INPUT_VDD channel if you set the REGOUT0...
Hi,
We have a device in production based on nrf52840 which uses UARTE to TX/RX data to/from a washing machine and in paralel communicates with a Phone App via BLE.
SD...