Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
I am working on a project which is currently based on the nRF51922, and I would like to look at the S310 specification document. I found a link on this page: www.nordicsemi...
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,
I'm trying to set up an iOS app (which I know is working properly) with a nRF8001 using nRFGo studio. I do not have the nRFGo dev kit (only the 8001 dev kit) so I hooked...
Hi
How to set device address in nRF8001?
I only see get device address command.
Does it mean I just only put my device address in MCU?
Thanks.
BR
Atlas
Hi,
I'm trying to generate some time variant values for testing purposes... rand() always returns 1447534768! This is in the proximity app FWIW.
So, I thought I would...
nrf24le1 memory map shows that there are two sram block size of 512byte ,the first one is data retentive (address 0-0x0200) ,another one is data non retentive (address 0x0200...
My device use the firmware program ble_app_uart to connect the nexus 7 which Installs the nRF UART 2.0 for Android 4.3 。The first connection is ok,and Data sent and received...
Hello,
I am a beginner in the world of bluetooth and bluetooth smart connections. I am working with an nrf51822 Evaluation kit an android phone (Nexus 4 running 4.4.2)...
Is it normal that after cutting SB8 our chip is still working when connected to USB port? (in case of battery we need to connect pin 1 and 2 from P1). I spend long time looking...
I have a custom board that uses the nrf51822. I have been using the sample application ble_app_uart with only one minor change, I use the internal clock (NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION...
I'm wondering when my firmware changes over time what will happen with information stored with pstorage? For example if I my new firmware release adds an additional pstorage_register...
If I have persistent data that will be updated semi-frequently, will pstorage wear out the flash memory? What steps should I take to be sure my data storage will remain functional...
Hello,
I tested nRF51822 with ble_app_hids_keyboard example, i found it cannot pair with more than one devices.
Procedures:
Pair PCA10001 with iPhone#1, it can...
Hello.
I have a nrf51822 ek and trying to create my software using same technics as the bootloader example from sdk. But sdk's bootloader in my case doesn't work. I programm...