Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
I am trying to use nRF9160 as ble gateway for uploading data from two nRF52832. I am wondering is it possible? can I connect nRF9160 (one gatt client) to two nRF52832 (two...
Hello,
I have the following problem. I want to create a whitelist using the PM on a manually added peer.
I manually add a peer by adding its GAP address.
Then I try...
Hello!
Like several others on here, I’m trying to make a multilink nus central firmware. My Peripheral devices run the ble_app_uart example, and the central device runs...
Hello everybody !
Here I am designing a system with 3 development boards nrf52832, where a card called "central" is connected to the computer by USB and this board will...
Dear Nordic,
I'm developing an application using the NUS service en SPIM peripheral. Both of these work correctly independently. Now I'm trying to start an SPI transaction...
I'm developing IO-Link driver using UARTE peripherial.
Is it possible to get event on end of transmition with EasyDMA Tx. Event ENDTX is fired before all transmited bytes...
Segger embedded studio V4.18 appears to have a bug when it comes to printing to RTT. When I run the exact same firmware on SES V3.40, everything is printed to the debug window...
Whether I could build BLE_MESH network automatically within some BLE devices without provisioner?e.t I feel it is manual to build BLE_MESH network with the help of provis...
Hello,
for my project, I am using the module BT832A (from Fanstel) that implements the nrf52810. I am using the pin P.021 to drive a switch. The problem is that when I set...
Hello. I have a problem getting a position via GPS. My dev board is placed in a good place, but can't get a position after more than 1 hour.
I am using you new SW version...
I have been using using nRF9160 as ble gateway for uploading data from one nRF52832 and its works well. Now I need to connect more than one nRF52832 devices, has anyone tried...
Hi. I'm using nRF52832, SDK13.0.0.
I should use SHA256 and MD5.
I made my code as below.
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256); NRF_CRYPTO_HASH_CREATE(init_packet_md5...
Hello all,
I am attempting to develop an application which utilizes a third party library for proprietary sensor calculations. This library requires the use of floating...
Hi DevZone team,
Hope you're doing great today. Just want to confirm if the nRF9160 is ready to operate in Mexico. The LTE Bands needed are B2, B4, B5 and B28. The IFETEL...
Hi,
I use SDK 10 pwm example (examples\peripheral\pwm) to modify the PWM cycle to 10s and duty cycle to 50%.
Code showed as below:
But the PWM cycle seem only around...