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...
Hi,
My devices are currently using NRF52832 with SDK17.0.0.
I want to communicate with my devices even when the app is killed by the Android system.
At this moment,...
Please tell me. The NRF24 transmitter is in the one pipe in channel one, sends data to the receiver without confirmation of delivery at a speed of 250 kbps. 1 How long will...
Hello.
I need some documents that i can understand what is going on on the backward when/while two devices are communicating with each other or when/while a device advertising...
We're just finishing our layout for a custom nRF52832 board. According to the "General PCB design guidlines for nRF52 series" we copied the complete nRF layout from your reference...
We recently purchased a few Thingy 52s, and we're very impressed with the simplicity!
After playing with the Thingy 52,and upgrading the FW to 2.2.0, I noticed that the...
I linked to an external lib library and called several of its functions,Then compile and report errors;It seems like the compiler could not find the definitions of “__aeabi_memclr4...
hi Support team,
Our customer is using usb cdc asm as one additional UART port to communicate with PC, one question about this : is there any reference code for our customer...
I want to repeat that everything worked great in 1.2.0.
------------------------------------------------------------------- --------------------------------------------...
Hello,
I'm using the OpenThread from v4.0.0 of the Thread/Zigbee library and the TEMP driver to read nRF52840 temperature via a nrfx_temp_data_handler_t. I noticed the handler...
Hi,
I am trying to perform Buttonless DFU on a nrf52832 chip. I am using SES on Windows. I do DFU with nrfToolbox on my iPhone.
The way I do it is by packaging the DFU...
Hi,
I am trying to setup L2CAP channel in ble_app_uart. I referred the object transfer example and did the initialization of L2CAP parameters during ble_stack_init() both...
For certification purposes to qualify for the QDID defined by Nordic , are there any characteristics that are required to be present in the Device information Service (System...
Dear nordic team,
I'm developing a sensor based on nrf52840 and I want to make use of CMSIS NN. I have already integrated CMSIS in my eclipse project and can already use...
Hi,
Here i am reading the temperature data via i2c protocol , where the temperature sensor is connected to the nrf52832 .(15.2 version sdk) Now i want to publish the temperature...