Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Here NRF52 TX pin is connected to Battery to measure voltage Level. i am using NRF52 with SDK 11 and s132 soft device.
Here is my Schematics
here BATTERY is connected...
Hi
I am working with the twi_scanner_pca10056 example found in the SDK. Using a oscilloscope I can detect the logging messages on pin P0.01, even though sdt_config.h defines...
Hi all, when I modify ble_central for connect multi peripheral via NUS. I got error : BLE_DB_DISCOVERY_ERROR in funtion
So, can you show me how to solve it . Thank very...
Hi there,
Is possible use nrfjprog to write in flash the data time using windows batch commands after programmed the device?
actually, I want to use the nRF52 as a RTC...
I have a question about the nRF52840 QIAA Reference Layout v1.0 which can be found in the infocenter /nRF52 Series/Reference Layout. I saw that it has keepout areas on mid...
I'm trying to implement an application for the nRF52832 that will provide an OTA update to another external nRF52. The code for the device accepting the update has already...
HI, i want to know, how can i use the feature of LE Data Packet Length Extension which in core v4.2.
i want to connect the PDK with the my phone, What should we change?
I want to establish a BT network system which includes one pc as a central node, and 32 client nodes. I want to collect 32 client's sensor data concurrently via BT. At pc...
Hello I was trying to run the Power Profiler Module with nRF Connect but I geting the following error:
ps: The python solution is already working for me.
What is the RTC run current on the nRF528120? It is not listed in the datasheet.
In addition, what is the run currents for the clocks on the 810? There is no information...
I need to send data from PC (windows 10) to nrf52832 using UART (hardware) in order to retransmit this data through mesh network with light switch example.
Do i need to...
Because I'm using PTR9618 module of nRF52832, it don't have XTAL 32.768Khz (X2).
When Makefile have NRF52_WITHOUT_SOFTDEVICE=1, hello-world, blink-hello work fine. But when...
Hi,
I'm looking to generate a clock signal on a gpio with an exact frequency. I tried this by setting the pwm base clock and adjusting the top value but got no luck.
Is...
Hi Nordic,
I find somethig wrong while using GPIOTE.
I.
First I call nrf_drv_gpiote_out_init(MY_PIN, &my_config), it works fine. However, I call nrf_drv_gpiote_out_uninit...