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...
With the nRF51, it was not possible to run a high frequency realtime task due to the SoftDevice running with the highest interrupt priority, is this different for the nRF52...
I'm using the Github project github.com/NordicSemiconducto.. . in order to SCAN in a specific channel rather than all 3 channels. I don't want to use the timeslot API continuously...
Dear support team,
I have some trouble with a custom board using the NRF51822.
Sometimes the MCU resets supuriously.
After reset I try to find out the reason by reading...
I am following the Makefile provided by Nordic, but using --reset with --program seems to fail:
>nrfjprog --reset --program _build/nrf51422_xxac_s110.hex
ERROR: Two arguments...
Hi,
i am using three s210 master devices to broadcast ANT messages to a s310 central device. The central connnects to a PC through USB dongle and BLE.
When broadcasting...
Hi,
I found several posts on this forum closely related to my problem, but non of this answer my needs. I try to program nRF51822AA with blinky example via Keil uVision...
Hi, in evothing and mbed all the UUID are 128bits long
however, in EK, the code use 16bit UUID
ex. nus.c the uuid is 0x0001 0x0002 0x0003
any one knows how to provide...
Hi,
I have just received my smart beacon kit (nRF51822 based), I have wired up my JLink programmer according to devzone.nordicsemi.com/.../
However I am having trouble...
Hi!
I'm building a mesh using beacons. Everything works good untill now, except beacons sometime stop advertising on its own. Beacon still works because he still connects...
Hi. We are going to mass production now and the lab that will certify our product says we need to have a special mode in the firmware that would do : modulated middle channel...
I want to make a custom board using nRF51822. Currently I am using nRF go studio starter kit and pca10005 board. I am using segger jtag programmer for loading code to the...
Hello,
I have a custom program based on the uart example. I can write to the device, but sending to the master fails.
I call the SendString code, but p_nus->is_notification_enabled...
Problem
I got some problem in change device name.
I found that the function of ble.gap.setDeviceName(deviceName) is useless.
So I've searching for another function...