Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
I'm playing with open-source IoT over Bluetooth and recently was told about TI's new SensorTag product line which uses a CC2650 multi-sensor bluetooth base platform with pluggable...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
I'm having a weird issue where the stock sdk 8.1.0 DFU software is not timing out properly and getting stuck in the bootloader, advertising dfuTarg forever.
Our iOS app...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
I want to add a battery level characteristics to a custom service. Here is my approach:
In main.c, I add a timer to update battery level periodically
void data_update_timer_timeout_handler...
So I've been having issues with my debuggers where occasionally Keil will crash and I won't be able to reconnect to the debugger interface without a power cycle (might be...
Hi, My project is that when a button is pressed on a slave (nrf51822ek), a central (another nrf51822) gets to know which slave has triggered and sends its status 1/0 to a...
Hello,
I am using ISP130301-Development Kit 1 for nRF51822 from insightsip.com which consists of postimg.org/.../
There is used a button on PCA10028 for deleting bonds...
Hello, every:
I have success to use sd_ecb_block function to encryption data. But I am not find how use this function to do decryption. Please teach me how to use this function...
I am trying to perform a simple ADC measurement using polling rather than using an interrupt. I have looked at examples and read the ADC section in the reference manual, but...
Hi Team,
Is there any way to enable/disable all interrupts?
Will BLE connection get disconnected because of this? If yes the what are the possible ways to
maintain the...
Hi,
I am new to all this,
I have just started using the nRF51822 evaluation kit.
I have manged to run the blinky example, however, eventhough I managed to download the...
After implement PWM (using pwm example at nRF51_SDK_8.0.0\examples\peripheral) into my BLE based nRF51422 project using SoftDevice S110, it has been working fine; however...
I want to add a command ordering by uart to make MCU entering Bootloader mode in app.
To achieve this function, I plan to use the two following example in SDK 8.0
ex1...
I am using nRf51822 series controller here i want to customize advertising request and other parameters, so i want to develop a radio code but without using stack. So can...