Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
Hi all,
we are using the nRF51822 together with another module that provides an 1.8V UART only (LO = 0V, HI = 1.8V). Other IC´s on the device are using 3V Vdd and are connected...
I would like to make two BLE single mode devices to communicate with each other and Bluetooth v4.1 supports that, I was wondering if any of Nordic's modules support v4.1?
Referring to page 58 of the reference manual there is a ANAEN control signal that will contect a gpio pin to a corresponding analog input
I am using GPIO P0.01 -> AIN2...
I have started "playing" with the nRF51822 eval kit and the LED-Button example explained in the nAN-36. I wanted to know how is the UART port configured but I have not found...
Is it possible to count pulses with the 51822 from an external device in the range of 250-15.000 pulses pr. second, while the CPU is powered down (softdevice sleep)?
I...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
Hi all,
i am new to nordic and I working on the project to scan/locate iBeacon by using nRF51822,
I can't found a related sample code on SDK 5.2.
Is there something I...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I have built a board using a reference design for the USB dongle board for the NRF24LU1+. Now when I connect to the USB the system identifies the device as "nRF24LU1+ -F32...
Hi!
I just ordered nRF51822 and nRF8001 chipset from Digikey, not dev KIT. I want to develop product by ourself based on nRF51822 and nRF8001 chipset so I want to have all...
In s210 there are functions sd_flash_page_erase, sd_flash_protect, and sd_flash_write. There is no sd_flash_read.
How do I read from flash? I can write to is using sd_flash_write...