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:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
I have a nRF51822 Evaluation kit I am trying to get up and running. My kit has the older QFAACA part.
I followed the steps to setup eclipse and GCC and i am successfully...
Hello,
I took the ble_app_hrs rebuilt it and used Control to verify all is correct. I also tested it with the nRFTools Android App and it works fine I see temperature changing...
Hello,
I am currently starting with the hole ble topic. This forum helps me a lot in the last weeks to understand ble.
I am using S110 to provide a peripheral device...
I use the nRF51422 with S310 stack and i found the nRF51422 power consumption are quite different after connection on different phones which run the Master Control Panel as...
I have written some code that uses the SPIS to transmit data. One of the bursts is constant, for example I have a fixed sequence to send using the SPIS and so if I define...
Hello.
I use nrf51822 EK and custom board.
I have to replace the bd address i can not be found in the ble_app_ibeacon_bcs source code.
Is it any way to fix the bd address...
Hi. I'm curious if there's a way to filter devices in the "Discovered Devices" list while scanning with MCP. We have a lot of BLE devices in our office, so the list is fairly...
Hello, I am looking for the way I can use PWM to control duty cycle of connection. I am really novice and my understanding about programming and Bluetooth protocol is really...
I'd like to use the pin sense function as the power switch of my NRF51822 device. That is to say, after the very first power cycle (reset or battery change), the device goes...
Hi everyone,
I am trying to learn nrf51822 using Keil,
I need a very simple program to learn such as:
function bluetoothhandle(value)
{
if(value=="test1")
{
bluetooth_write...
Hi,
I tried to combine BLE HRS & UART together on nrf51822. The service initialization code is
void advertising_init(void)
{
uint32_t err_code;
ble_advdata_t advdata;...
Hi,
I am trying to get the PWM example ( github.com/.../nrf51-pwm-library) to work with a Softdevice (S110) that advertises.
There have been several Questions on the...
hi hakon, you told me to do " Try using the variable, for instance by setting "rx_info.rssi = rx_info.rssi;" in the callback and see if that helps." in the question i have...