I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Hello. For my application, I have written several functions related to sensor interrogation and work with some periphires of the controller nRF. I split these functions into...
Hi, I started development using a custom board with nRF52840 QIAACO. 1. The prototype uses Holyiot-18010 module ( listed on Nordic 3rd party modules). 2. I am using supply...
Hello. I am using the nRF51 Development Kit which is working well. I am using the examples\ble_peripheral\ble_app_uart sample project as it seems to have the features that...
Hi
I have an external board featuring an nRF52832 connected to the nRF52DK via the Debug Out port on the DK and a 6 pin connector on the external board. I can program the...
Dear Expert,
I use this URL to learn micropython on nRF52840.
https://github.com/micropython/micropython/tree/master/ports/nrf
but I want to use SD card function which...
I think I had this working earlier, but when I upgraded to nRF Connect 2.5, now when I select my trusty PCA10000 (nRF51822 dongle), I see all the proper initialization whiz...
Hi,
I'm having difficulty getting the ble_app_blinky_c example in nRF5_SDK_15.0.0_a53641a to compile for the the nRF52840 (pca10056). I'm getting the following errors
...
I've installed the Segger Embedded Studio and Nordic SDK (C:\Nordic\nRF5_SDK_15.1.0) following the tutorial video on the nRF5 webpage.
Right out of the box, trying to Build...
I am designing a simple broadcaster using an sma connector for a dipole antenna.
I have added a 50 ohm SMA connector to the reference deign
.
so you can see above...
Working with the pca10056 pdk board I used nrfjprog --readqspi which works just fine but the intel hex records start at 0x1200. Im curious as to why?
The extended address...
Hi,
I'm trying to understand mouse_movement_send() function in HID mouse example. Can you please explain what is exactly happening inside this function?
I also didnt understand...
I am using SDK 14.2 and just upgraded to IAR EWARM 8.22.1. When compiling, it now gives me the following complain for virtually every .c file in my project:
I tracked...
For the sake of simplicity, lets say, we want to integrate a Mesh DFU into Light Switch example. So, we have different node types (provisioner, client, server...) with different...