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!
I am looking for the best solution in terms of power consumption to transmit data with the nRF8001 and have a few questions:
1) I read in another discussion that...
Hi,
I am writing a DFU Application on NRF52 and Android (based on NRF Toolbox). I would like to give user an ability to abort upgrade, however when i send abort from android...
Hi Nordic,
I am currently looking at using the link context manager introduced in SDK15.0 . I can see it could be useful for my application where each connection needs a...
I use the sdk14.2 nrf52832 as the primary end, the two iphone phones as slaves, to establish a connection in most cases because of the 0x3e error to connect several times...
HI WE HAVE DEVELOP AN BEACON USING NRF52540 IN THAT WE WANT RETAIN UUID, MAJOR ,MINOR AND NAME WHILE POWER OFF
for this you suggested flash data storage and flash write...
Hello to all,
I am using nRF52832 sdk15.0 version with SES IDE. I want to find adverting with short for e.g.--->
we have BLE app_uart peripherals and one multilink central...
Dear Nordic engineer,
Here is a question when we use the chip's automatic response function, the MCU PRX can download the packet, but PTX can not receive the ACK signal...
Hi.
I'm busy to add the nrf8001 BLE module to my PIC32MM product for negative pressure monitoring in a small area. Is there is list of minimum settings that is available...
Hello,
I'm having issues with the advertising module in SDK 15.0. I basically want the device to fast advertise for 3 minutes and then switch to slow advertising forever...
When I configured POWER_CONFIG_DEFAULT_DCDCEN =1, I found almost no change compared to the case of dcdc, but when I added APP_ERROR_CHECK(sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE...
Quite a generic FreeRTOS question probably here but... on an interrupt, what's the stack the ISR uses? Is it the one from the stack that got interrupted? If so, I guess that...
HI!
I'm using two nRF52840 boards to communicate using ESB. The ESB API doesn't have a pairing protocol so I figured I'd write one without encryption or any bells and...
Hi all,
when I insert ble_nus into mesh_gatt . I realized there are two pulse functions with the same function:
and
if they let them coexist , when I use nrf_connect...