I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
Long story short, I need to create a packed struct.
I knew the pragma way, to change aligment, didn't work.
I looked up and found the __packed (I'm using Keil µVision...
Hi,
I am planning two have the following network:
1 central communicating with 3 peripherals
One of the peripherals will be a smart device (iOS or Android). What...
Using SDK 12.2, I have compiled the secure bootloader successfully, tweaking the sdk_config and Makefile to use RTT for logging and turning on logging, and using the "_debug...
Configuration: Nordic PPK, PCA10040, PC10028 & PCA63511. Current consumption is relatively high on nRF52 vs nRF51; nRF51 is configured with SDK 10.0 and nRF52 with SDK 12...
Hi,
I have got my nRF52 DK. I could flash softdevice using nrfjprog.
But after reading s132 specification, i have following doubts.
How to flash application from the...
Hi all --
I have an application where I have a LDO generating 2.6V from a single lithium-ion cell. It has an EN input that I want to expose to the nRF52 with a little RC...
Hi,
I'm searching for the nRF52 Ref Manual. I've located the Product specification for the nRF52832, but can't seem to find anything for the Reference Manual.
I found...
To maintain compatibility with our current systems we would like to be force characteristics to be at certain handles, rather than having the soft device assign them sequentially...
I am upgrading from v12.0 to 12.2. I am using Linux, Eclipse, GNU ARM and Eclipse managed make.
I get compiler error ...nrfsdk12.2/components/drivers_nrf/hal/nrf_gpio.h...
Device: PTR5528
Board: custom.
I have just given coin battery directly to VDD. At P0.00, P0.02 i have two leds. On p0.03 and 05 i am having one interrupt and other is...
Hello everyone.
I am currently working on a device with some peripherals.
I have SPI slaves and other sensors that I am monitoring using GPIOTE driver.
I noticed a...
I am attempting to implement buttonless DFU with my application.
Using SDK v12.2.0 on a Rigado BMD-300 module (nRF52832)
Starting one step at a time, using nRFgo Studio...
I am running RTC in nrf51, after coming out of sleep mode RTC is getting reset.I want this RTC to keep running so that we can use it as wake up signal.
I am attempting to enable a second custom service with a vendor specific UUID with three characteristics (in addition to an existing custom service and the battery service...