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've studied the nRF OpenMesh for a couple of days, and could run the BLE_Gateway example among serval nRF51DK boards.
But now, I still don't have any feeling/concept about...
Hi, I’m looking for a data streaming solution to wirelessly transmit data over a short distance. Important points are:
unidirectional point-to-point transmission
...
Good morning,
my problem is that this module has a very short range.
The maximum range that I found was 4 meters.
Have you any solution for increasing this range?
Thanks...
Hi,
I saw several structs that you have in your library and I am curious as how you are forcing the alignment, since I want to do the same.
This is one of them:
typedef...
We are currently working on NRF52 DK.
I know that a Segger RTT is used to print the debug message using a Real Time Terminal(like TeraData or Hercules).
I know that...
Hi :)
I developed my Bluetooth app with MBed and the RedBear BLE nano module. My jumper wire installation connecting an stm32 with the module is working great and everybody...
Hello,
what is the initial output state of the comparator in single ended mode, if the input voltage is between the upper and lower threshold?
Is it undefined, always...
Hi,
I have a question regarding the nrf52 UARTE driver. I have the basics setup and working, I can send and receive data using the UARTE.
What I need to do now, is find...
Hi all,
Someone, please, can give me an information about programming a board nrf52832 using the pin SWDIO/SWCLK.
There is an application note that explain this topic...
I don't know where to submit these things.
I don't fully have my DFU working yet, but clearly I have a badly formatted init packet. However, the resulting behavior was...
If an app is advertising on all channels, and receives a SCAN_REQ on 37, will it transmit the ADV_IND (and potentially SCAN_RSP) on 38 and 39, or is advertising interrupted...
I am attempting to use sscanf() on nRF51822. However the chip simply freezes when reaching that part of the code. Do I need to add anything in the toolchain to make it work...