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...
As the title states.
The DFU controller for OTA updating of the nrf series is described in the documentation of SDK 6.0. It is possible to flash the nordic USB dongle with...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Hello -
I'd like to make sure my RAM/ROM layout for the nRF51822_XXACis OK - if someone has a minute to double-check it that'd be great.
I started with the "nRF51822 Beacon...
Has anyone been able to get the examples to work on PCA10028?
I went through the following steps:
Used nRFgo Studio to flash in s110_nrf51822_7.1.0_softdevice.hex
Downloaded...
Hi,
Could I write or update flash without softdevice ?
Due to I must update softdevice on our product, but it doesn't have any JTAG Interface,
so, I want to use our application...
Hi,
I want to start TIMER1 by a GPIO_TE.
When the program enter the TIMER1_IRQHandler(), I want to disable the ppi.
And when the program leave the TIMER1_IRQHandler(),...
Hi,
I'm on OSX, and I'm having problems where the first service calls I make on my own device fails but work fine on the second generation Nordic development board.
...
In the changelog for 7.1.0 is says:
"This version deprecates all previous 7.x.x versions"
But in the compatibility matrix, it seems like 7.1.0 is only supported by revision...
i had used flash manager that is in BLE libraries to store datas for persistent storage. but it seems can't work after i enable the softdevice. so i try to use pstorage, i...
Hi support !
In my current application, I use nRF24L01+.
I want to change this nRF24L01+ for a nRF51422 to add BLE connectivity.
So, I've started my development with...
I'm using SDK 7.1, PCA10028 eval board, SD110 7.1, MCP 3.6.0.8331
I have 2 characteristics, and both are 32 bytes long. When I try a "Write Long" from the MCP a
BLE_EVT_USER_MEM_REQUEST...
Hi,
Merry Christmas!
I have a question about pstorage_store.
Actually, I want to store some data in the memory. Each piece of data has its own size (between 1 byte to...
Can I config AIN0 and AIN7 as the input pins of ADC, and config P0.01 and P0.02 as TWI, and config P0.03 and P0.04 as GPIO?
Or I must config ALL AIN PINS as ADC?