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...
IDE : Segger Embedded Studio for ARM V4.12 , nRFgo studio
SDK : nRF5_SDK_15.2.0_9412b96 + SDK for Mesh3.1.0,
Softdevice : 6.1.1
Computer Platform : Windows 8 64 Bit...
Hi, I have been using MQTT_simple example and building my application on that. One thing I noticed is that power consumption is around 40mA. I would like to hit that 7uA or...
Hi,
I am using nrf52832_xxaa with SDK v11.0.I have the requirement to disable the debug at the start of the program.(Also to enable it if required in the future).
I use...
Hi All,
I would like to interface a sensor with nRF52840 DK via I2C. I am looked schematic of nRF52840 but I can't find anything about I2C pin.If anyone know the I2C pin...
Hi,
I aim to scan other beacons around me and get their RSSI values, then put this data in my advertisement. There will be many beacons so I need a big space for that data...
Hi, Guys,
I am trying to enable the readback protection for the code region 0 and code region 1, I know that the NRF_UICR->RBPCONF register is flash_backed, so I have to...
Hi,
I would like to generate messages based on whether the nrf52840 SWD is connected (through j-link and Segger Embedded Studio).
Is there a way to query this?
Thanks...
I am currently running ble_peripheral/ble_app_blinky using the nRF52840 Dongle and S140 nRF52 6.1.1. I have removed the lines for CONNECTED_LED and ADVERTISING_LED to get...
I am working on a BLE peripheral (nRF52840 & SDK 15.3), which uses the Peer Manager to handle encryption and bonding to an iOS central device.
Requirements call for the...
Hello I have just some questions where I'm a little insecure and maybe it will also help others to come faster in the topic. Setup is 52840, s140, Segger Embedded Studio,...
hi
im using nrf52832 to driver my lcd by spi,so i need a high speed.but when i use its spi ,i found the length of spi is limited to 255 bytles .i browse other developer...
I want to send a TLM advertisement while encompasses the variable data changing over the time.
the eddystone tlm example send the first frame forever not includes changing...
Hi,
I want to get input from gpio from an external button. i try many syntaxes for getting input from gpio but nothing is work.
i try
nrf_gpio_pin_dir_get(12)
nrf_gpio_pin_sense_get...