I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I am planning start to develop new sensor base nRF52832.
My question is if it's possible to receive the.DSN file of the NRF52-DK board (development kit)
It will be very...
Hello All,
I am designing the custom board for Automotive application.I considered nrf51824 SOC for automotive application ,is this suitable soc for my application?if yes...
I have this program running on KEIL 5, what could be the problem with the code and Do you guys have any sample code for mcp9808?
Note- I am using the wired connection not...
I'm using SDK11 and PCA10028.
hrs works well, but did not bond with central(both android(kitkat) phone and iphone) in the nRF Toolbox app, althogh it's device manager ported...
I was wondering if anyone has done any extremely high speed UART work on the nRF51 (or the non-EasyDMA module on the nRF52). I need to improve performance for an existing...
Hi,
I ran the ble central example code on nrf51822 16KB ram version without any problem. But when I run the same code in nrf51822 32KB version, the program flow goes to 0xFFFFFFFE...
Working on my first project in mbed using the Nordic nrf51-dk.
The project utilises a TMP112 temperature sensor and attaches the reading to the service data to make it...
I'm trying to rename my device using s130, but the name doesn't get applied.
I went back to the "roots", ie the HRS sample.
Just before entering the loop, I add a name...
Hello,
I am working on a custom board with NRF52832-QFAA-R7 and trying to run ble_app_uart_c on it. I am using uVision 5.23.0.0
The first trouble that I am facing...
I'm trying to implement usb function on the nrf52840. The moment that I connect the usb to the computer the chip resets.
With gdb debugger i found out where the fault happens...
I have some question about ANCS ,when we trun off the IPhone and turn on the IPHONE.
The notifcation is disabled. I have to turn OFF the bluetooth and ON bluetooth form ISO...
Hi All,
I am a beginner,Can you please explain me what is the role of this line?
APP_ERROR_CHECK(nrf_drv_spi_transfer(&spi, m_tx_buf, m_length, m_rx_buf, m_length))...
Hi All,
I am using nrf51422, SDK 12.0.0, an SPI OLED display 128x32, and an SD card.
I want to interface an OLED display and an SD card onto the nrf51422. Although my...
Hi all,
I like build a smartwatch-like device that can receive notifications from my android phone. The bluetooth device has a oled screen and displays what notification...