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...
If there are multiple beacons, let's say B1,B2,B3,B4,B5 and a BLE receiver. I want receiver to only wake up from sleep mode when B1 transmits(long broadcast interval) and...
Hello Nordic community,
is it possible to configure the network key, application key, node address with the help of a byte array? The keys, adresses and all the peripheral...
I can not transplant SDK15.2's ble_nus into my project, there is no errors after i complie it, but when it does not work, I use RTT to see the errors, like this:
line...
Hi, I have trouble when working with my application bases on UART project on nRF51822 board. I use NRF Connect applicaton on my phone to connect with my board. Sometimes i...
Hello,
I am using Nordic SDK 14.2.0 with the pca10040 and I want to integrate the Buttonless DFU example in my project that was started from the Nordic BLE Template app...
I wasted way to much time figuring this one out (and after I did find the problem, I realized I had run into this about a year ago in another project :-S)
In my project...
Hello,
I am trying to increase the Peripheral/Central_Link_count to 10 for each or 20 in total and NRF_SDH_BLE_GAP_DATA_LENGTH above 200
I am getting an error when compiling...
I have problem with ble dfu update using zip package with hex + init file via nrfutil. I am getting error Invalid Object when I am trying invoke command nrfutil dfu ble -ic...
Hello,
I am using the NRF52-DK softdevice 6.0.0 and NRF SDK 15.0. The app is based on on the ble_app_template PCA10040e S112 (The final chip will be a NRF52810 that's why...
Hi all,
I'm currently developing a product with the nRF52840 and FreeRTOS using SDK 15.2 where Bluetooth will be needed eventually, but not yet. I originally based the project...
Hi,
I'm using Nordic Mesh 2.2.0 Lightswitch example.
is there possibility of controlling the mesh from a Mobile application which is not a provisioner (basically not...
I have developing one project in that i am using nRF52832 and SD 15.0. Here is the current application developing:
There are 3 ble app_blinky(ble peripheral) example operated...