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...
Good morning.
I have two nrf-51 boards and a mobile device, the SDK that I´m using is the v.12.2.0. I need that the three devices are connected at the same time and its...
Hi all,
My configuration:
nrf52832
Softdevice S132 V4.0.2
Nordic SDK 13.0
I'm using th e secure bootloader example located at \examples\dfu\bootloader_secure_ble...
The nrfgprgret register is used from the application(custom) to trigger the system into dfu mode. The nrf 52 enters dfu mode and a zip file containing bootloder.bin/.dat and...
hello, I check the standard example nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_uart\pca10040\s132\arm5_no_packs device nrf52DK PCA10040 V1.1.1 ARM Compiler :...
I am currently considering purchasing the UBLOX NINA-B1 module. This uses the Nordic nRF52832.
The very 1st thing I wish to do is to be able to send and receive information...
Hi Nordic,
I have managed to make a board which has both the nRF52 and PN532 modules on the same board (picture) , connecting it through I2C as shown on the example here...
The Event Generator Unit peripheral is new in nrf52. There is a basic description in the current manual of nrf52, but not much can be inferred as to how to use it. Could an...
Hello All Supporters,
I'm developing one NRF51822 based product.so sometimes will need to update application codes as new features arrives.so if my user update(replace)application...
Hi there,
I'm testing the "saadc" example : <InstallFolder>\examples\peripheral\saadc
I haven't changed the code.
To do this, I use the nRF52840 with SDK 14.2 and s140...
Hello,
I am probably beating a dead horse here....
I am evaluating the PCA10056/nrf52840 preview DK and using the Keil/uVison 5.24.2 for that purpose.
I have found some...
How to have control(play/pause & previous/next) over the Google Play Music app via a BLE link. I know I need HID over GATT but I downloaded the official doc and I cannot understand...
Hi,
I would like to use the nRF52840 modules for moving nodes. However, I'm concerned that the modules will not be able to cope with high moving velocities to communicate...
Hello, after getting my nRF52-DK I first tried to program it using Arduino IDE according to this guide. Everything worked perfectly as I was able to flash new firmware into...
Hi, Does BLE IPSP profile limits the maximum channels a one? I tried to change BLE_IPSP_MAX_CHANNELS to two, but it results code crashing at nrf_sdh_ble_enable() API. Is soft...