I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
Hello everyone,
We're currently in the process of porting our code from the NRF51 to the NRF52 (both without any softdevices). Everything compiles and seems to be working...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
After performing the first ADC operation (4 channel scan, sample rate controlled from TIMER1), the power consumption stays at almost 4 mA for the nRF52832.
Why?
Initialization...
Hello, as oppose to S110, the function sd_ble_enable for S140 now includes one more parameter p_app_ram_base, which points to a value that stores the app base ram address...
In this tutorial
github.com/.../custom_ble_service_example
There are two additional files added to the template project
ble_cus.c
ble_cus.h
I understand that...
My peripheral uses a generic sensor service which I use for various sensors. Most of the sensors only have one integer as value and can be abstracted the same, hence I made...
Does the Thingy:52 use the default transmit power of 0dBm? I didn't see anywhere that it could be changed from the app or that sd_ble_gap_tx_power_set was called anywhere...
Using Keil MDK Lite v 5.22, writing code in C for nRF52, with SDK 12.
Example code works.
How does one declare a function, define it, and call it?
I've created a...
In my debugger, I see that variable error_code is 0x00000004
void app_error_handler_bare(ret_code_t error_code)
{
error_info_t error_info =
{
.line_num = 0,
.p_file_name...
I'm running a debug session.
I set a break point inside of function services_init on line 201.
I ran the run up to break point command
The processor pauses on...
Hi,
i am trying to save data with the flash data storage module. Using this code ( infocenter.nordicsemi.com/index.jsp from infocenter erverything works fine. But when...
I am attempting to do a BLE firmware update via command line tools in an attempt to automate programming in a script file. I have zero problems performing an over the air...