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...
Hi,
The spec(nRF52832_PS_v1.3.pdf) said the peak current of TX/RX is 5.3/5.4 mA.
However, I use the PCA10040 board and the ble_app_template(SDK 12.2.0) sample code...
Hi,
I can see that Apple states that iPhone 7 supports LE Data Packet Length Extension forums.developer.apple.com/.../73168 . Anyone know if the packets per event and the...
Hi,
I have NRF51822 module with custom carrier board.
I trying the experimental ble app blinky (S130) with PCA10040 (master cenrtal board S132) works fine.
When trying...
Hello,
I test new SDK 13 and i have a problem. I don't success to debug bootloader. When i open .out file into debugger, sources are not complete (main is missing) so i...
Hello,
Is that possible to use a mbed application with SDK bootloader ? If yes, with signing too (if i sign application after generation) ?
How to set memory mapping...
I am trying to program an nRF52832 on an nRF52DK via the Debug in port (P18).
I am driving it with an STM32L073.
Should I put the nRF52832 into reset via the Debug in...
hai
in my application i am using nrf51822 . i have connected some sensors with the mcu. and i am collecting values from the sensors and this values are updated to the service...
In our code we use NV storage for system settings and calibration data.
I'm trying to understand when to open/close files and which structs to keep bwtween reads/writes...
Hello,
I'm using nrf51822/sd130/sdk12.1.0 and SOFTDEVICE_PRESENT defined.
But, I didn't enable softdevice.
I want to realize power save mode.
when I use __WFE...
hello there, i am using sdk11, i am using uart example. i am using nrf51 dk
SEGGER_RTT_WriteString is working. but
SEGGER_RTT_printf is not working. main.c
i have seen...
hello everybody,
i've downloaded the firmware files of nRF51822 beacon, but i couldn't find the source code. Does anybody know where i could find the source code of nrf51822...
Hello,
i try to use the nrfConnect (PC version) to update my devices via DFU. The DFU service is running on the device (update with Andoid nrfToolbox works without any...
Hi,
After finding that Windows doesn't like HID devices if they can't be bonded to, I've been attempting to add peer_manager and bonding into my application.
However...
Hi,
I'm working on a Custom Android app which connect to my NRF52 without any security.
This App is based on the UART demo App for Android, but I want that only my App...