Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
Hi!
I've based a new project for the nRF52840/S140/Preview-DK on ble_central/ble_app_uart_c .
I use the NRF_LOG_XXXX macros for debug and they print fine in RTT Viewer...
Hi,
I have two nrf51822 device, on work as GAP Central, another work as GAP Peripheral.The two device use different connection parameters, after the connection is established...
hello,
i have developed one board using nRF52832-QFAA and trying to dump simple LED blinking code in it using nRF52 DK board. But code is always dumping into custom board...
How do you do
Now need pwm_driver demo5 duty ratio, is there any way to 1/6 or 1/8?PWM and phase difference is 4 road?
Ask for a few days, change seq_values [], but how...
I am developing firmware using S132 (SDK 11) for a custom board.
After performing Pstorage Update, if I do not wait for the callback from pstorage before continuing execution...
I am currently working with a the nRF5x bluetooth chip family and connecting to a windows 10 device as a central. I am using uart to get some visibility into what is happening...
Greetings -
I recently downloaded the latest SD140 images, 6.0.0-6-alpha, and began having issues with BLE communication.
I'm developing a custom device, based on the...
Hi to everyone!
I have a problem with the NRF_LOG or with RTT Viewer.
I wrote this simple code, just to test an output console.
int i = 0;
while (i< 100)
{
NRF_LOG_INFO...
When a Jlink programmer is connected to multiple devices (daisy chained) how do I specify which device is being programmed on the command line using nrfjprog?
Additionally...
Hi
I am making a speed cadence sensor.
I am using the gpio event handler to check the cumulative wheel revolutions and send the recorded value to the app as a time handler...
Hi,
Once the main hardware init part is done, system idles for a while and then I get a hardfault (APP_ERROR_CHECK returns fatal)
I reset the chip, and asked it to continue...
Hi,
Currently i am trying to understand the gazell api using the nRF5 SDK v14.1.0 example gzp_dynamic_pairing. Within my process to trying to understand the gazell api...
I am planning to design BLE MESH based LED lighting system.
(control involved LED ON/OFF , varying two PWMs to control intensity for warm & cold LED drivers, etc)
For...
today simple test ble_nus_string_send time-consuming function, but found that the implementation of a ble_nus_string_send and wait for the success of transmission time-consuming...