It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Greetings. Finally ordered some NRF52832 board from HOLY IOT and spend few weeks trying to handle with them.
So, all about setup:
SDK: 15 (15.0.0_a53641a) @ Windows 7...
Hello, I have just started evaluating SoC nRF52832 and have built a custom board based on recommended diagram from the datasheet chapter 53.3. Actually, the board diagram...
Config
Using NRF52810 on a custom PCB with 32kHz + 32MHz crystals, very close to the reference schematic
S112 with SDK 14.2.0 in SEGGER Embedded Studio V3.30
A button...
In my application, I execute below code to start advertise when a button is pressed
err_code = ble_advertising_start(BLE_ADV_MODE_FAST);
APP_ERROR_CHECK(err_code);
...
Hello,
I am developing an application using the nRF51422.
For flashing and debugging the nRF, I use a ST-Link V2 debugger which uses SWD. The IDE I use is uVision.
I...
Hi
I have been succeed test SDK15.0.0 i2s example and got UART data.
UART started.<CR><LF> NRF_LOG_DEFAULT_BACKENDS_INIT started.<CR><LF> NRF_LOG_DEFAULT_BACKENDS_INIT...
Dear Sir,
I am working on SDK15,nrf52832 and soft device S132.
I was working on the following scenario.
A peripheral device advertise as soon as it is switched ON. ...
Hi, nordic
I get some problem when developing the ancs with SDK15.0.
I run the demo with ble_app_ancs_c on the board of PCA10040.
First of all, after my iphoneX (system...
Hi all, development software: nrf5_SDK_for_Mesh_v2.1.1_src\examples\light_switch\proxy_server Board 1 nrf5_SDK_for_Mesh_v2.1.1_src\examples\serial Board 2
IDEs: SEGGER...
Hello,
I am using NRF52832 boars s132 and sdk is 13.1. I have developed my application is read analog accelerometer valie and send to mobile apps. Now i want to also battery...
I'm facing one issue while uploading firmware using BLE DFU.
Details:-
Hardware : NRF52840-DK
SDK : v15.0.0_a53641a
IDE : Segger Embedded Studio v3.40
Mobile App...
We have a Сustom BLE device and observe inconsistent behavior when connecting from this device to to nrf52dk running different SDK versions. - Custom Device connects OK with...
Hi All,
I'm trying to use the nrf52832 as the SPI master to get sensor reading through spi from another sensor. I want to base my firmware on the spi_pca10040 example but...