Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
We made an online course on Bluetooth Low Energy, includes BLE Fundamentals & Architecture, step by step implementation of Environment Sensing service development...
Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
Hi Dears,
I have submit a issue for about two weeks but no response yet, would you please help me for handling it?
The link is https://devzone.nordicsemi.com/f/nordic...
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'm using the experimental buttonless DFU app in SDK v13 to automatically change a device without buttons to run in DFU mode for an update.
I'd like to automatically reconnect...
hi:
i update app fail using serial ! SD version 8.0.2 . nrfjprog version 9.0.0.
the device page as follow:
APP_START: 0x18000
APP_SIZE: 0x18000
SD_START: 0x1000...
I use SDK9 s130 nRF51 in central mode. When I save 2 devices in my central, all ok.
In a
m_peer_table[index].id_bitmap
i see that value 0xFF changed to 0XFC
But...
I have been following BLE Services, a beginner's tutorial to add a service to my ble_app_template project. But tutorial was written for SDK 11 and I'm using SDK 12 (s130 &...
Hi, i am using this program to send the data captured on 3 sensors from AIN0,1,2 to the mobile nrf toolbox application via BLE UART.
The problem is that when the sampling...
Hi,
I had done OTA DFU update on nrf51 DK Board using SDK11 version.
Now i wish to do same thing with other custom board which is having nrf51822QFAA. For that, my hardware...
How to test Link loss in the proximity profile using Andriod phone.
By using 'nRF connect' andriod app,Here we can only write and read the Link loss Alert Level.By setting...
Hello,
I just went through the release-notes of the S132 and found a passage that the s132_nrf52_4.0.0-1.alpha introduced some new ble-features like f.ex. the role-configuration...
Hi!
I'd like to collect statistics from BLE physical layer, namely about errors that have occurred in receiving packets on a BLE advertisement channel. I see from custom...
Hello, I working on nRF52DK, for programming am using Eclipse IDE. For that I am following nordic tutorials here
I need to add a new project it does't have any makefile...
Hello dear Engineers!
the questions are should I connect pins DEC2:A18 and DEC2:E24 externally ?
shuold I use Capacitors to decouple both these pins (in Reference no...
Dear developers,
we are considering purchase of a reliable programmer capable to flash the nRF51822 in production, one possible option is the SEGEGR FLASHER PORTABLE or...
Hi!
I have noticed strange problem with one of GPIOs - P0.15. We have tested 50 devices based on nRF52832 and 3 of them have problem with P0.15 after few days.
P0.15...
The default I2C address of my sensor is 0x29 (7-bit).
If the least significant bit is low (0x52) the message is a master write to the slave. If the lsb is set (0x53) then...
I'm using SDK 12.2.0 with softdevice S130 V2.0.1 and want to use TWI.
Using the ble_beacon example I added the twi code from twi_sensor.
Shortly after calling TWI_Init(...