Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Dear
Is there a possibility within Nordic SoC to make a passive RFID Tag which will connect to SmartPhone via Bluetooth?
Just like µBlue Series, but smaller and using...
I found the "S110_SoftDevice_Specification_v1.2.pdf" but not the "S110 softdevice release notes" mentioned in a previous question about DCDC usage. Where is that doc?
What...
I have been developing on a nrF51422 QFAAC0 chipset. That chipset required SDK 4.4 for soft device capability.
I requested the latest silicon (so I could develop against...
Hello,
I would like to build a tool in Python that allows sniffing/interaction with BLE traffic between nRFgo modules (nRF51822) and a Mac via the master emulator. I am...
I have bought the Bluetooth low energy evaluation kit nRF51822. It can be paired with a Nexus and a Sony Xperia without problems, but it does not appear at all on Samsung...
L.S.
Today I decided to have a look at SDK5.1.0 for nRF51822 which supports the S120.
It is deliverd as an msi file with (as far as I have noticed) no support for specifying...
Is there anything preventing anyone from uploading the tinyest image that simply dumps the entire ROM content on the UART?
This would sort of circumvent the HW locking...
Hello,
I use nRF51822 for my project and I would like to purchase some BLE packet sniffer. Does anyone recommend any sniffer? My purpose for that is debugging and check transaction...
On PCB layouts I often see that the HF xtal is oriented at 45 degrees relative to the orientation of the 51x chip (that is to say the edges of the the xtal and 51x chips are...
Hello Nordic expert,
Regarding the antenna load impedance, I can find the data in nRF24L01+ datasheet and it is 15ohm +j88ohm.
But I can not find the antenna load impedance...
hi,
now ,i have save the power,so need to close the spi interface at some time.
but when i call follow function (hal_spi_disable).
it see not close the spi interface, ...
Hello,
During programming bootloader provided with sdk
I get some messages in Command window in Keil.
Load "C:\Keil\ARM\Device\Nordic\nrf51822\Board\nrf6310\device_firmware_updates...
Since I'm writing code for my own board, I decided to create my own board.h file to hold the board-specific definitions.
However, I can't do this without hacking the SDK...
Hi,
We have two services, apple ANCS and Alert Notification on iOS. We try to connect it with 51822. There is an exception case the the alert notification function not...