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...
We run SR3 on android system which is working , need change system to embeded linux .
we run SR3 on embeded linux , i can't use voice function .
we get son info: https...
I wanted to use the sdk board support file with coustom board having 13 buttons. I have modified the bsp.c and configer number of low power events and added a coustom header...
Hi,
i have interfaced a ADC device in the nrf2 development kit,i am getting the values from the adc after using the SAADC example,
i want to implement the same with the...
Hi softdevice uses s130 The board is using nrf51 dk. The example uses the ble_app_beacon example from sdk12.3. if (switch_hit ()) { // NRF_POWER-> SYSTEMOFF = 1; // sd_power_system_off...
Hi Team,
Being trying to run the Thingy 52 mesh demo following : https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
I am using pre-built .hex file Thingy_node_s132...
Hi there,
Recently I bought an LTE module which uses a nRF52840 as the main processor to control the modem, I want to erase the flash for that module and flash the project...
Hello,
Recently I added TWI to my project it keeps a low consumption before call TWI functions to read or write after this my current consumption increases and keeps above...
I'm using the nRF BLE Mesh SDK 2.2.0 with SES v3.5 (64bit for Windows)
Our hardware with nRF52832 using internal RC
I'm running the light_switch_proxy_server but with...
Hello,
I'm just starting to use the nRF Smart Beacon kit.
Is it possible to have the beacon toggle a GPIO on-board when the beacon is out of range of the phone/app?
...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I want to ask how to use app timer with scheduler.
Here is my implementation. I just use APP_TIMER_APPSH_INIT...
Hi All, I have tried to follow DFU documentation as well as many other things but nothing really worked well, I have some results but still cannot make my own code to be updatable...
Hi,
I am using nrf52 DK with BLE mesh Light-Switch Example. I was looking for changing behavior of the client/server. Is it possible to have both Client and server functionality...
I have a dev question about using the nRF Blinky app as an example for listing and showing services for multiple BLE devices without having to individually select each one...
Hello,
I want to use Radio Notification before connection event (ACTIVE signal). My routine takes 4 ms but Tprep time have huge range - from 167 us up to 1550 us, so even...