Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Does the Antenna in this Beacon relates with this "BAL-NRF02D3 '50 ohm balun transformer for 2.45GHz ISM"? Any idea what's this "BAL-NRF02D3" for? many thanks!
I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
Description : It is not possible to flash or debug an application with IAR on the Nordic target. This issue is caused by a bad interaction between CMSIS-DAP IF present on...
Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
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...