Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I would like to know if it is possible to log realtime sensor data to flash while advertising. I would like to have a device which transmits real time ECG data over ble UART...
Hi
I am struggling to change the device type on examples setup for nrf51422 to nrf51822.
If I change the setting in "options for target"/device I get the failure message...
I changed the multilink central example to some custom code. However, it seems like I've run out of space. But I don't under stand how this is possible because I selected...
Using gcc-arm-none-eabi-4_8-2014q1-20140314
Using nRF51_SDK_8 Using nRF51 dongle
Build in nRF51_SDK_8/examples/peripheral/blinky/pca10031/s110/armgcc succeeds...
Hi there,
When i disconnect the keyboard, the nrf51822 will restart advertising in directed mode.
And then on_adv_evt() will receive BLE_ADV_EVT_PEER_ADDR_REQUEST event...
Hi,
I want to use BLE for following situation and I wonder if it is achievable.
I have a 3 boards with nrf51822. Two of these boards have mpu6050 sensors connected to nrf51822...
Hi,
I am a little confuse at the moment and wondering if anyone would have any insight on the matter.
I am making a pair of device with s110 and s120. So the s120 will...
Hi,
I'm trying to write my own application based on the ble_lbs example on nrf51822. Recently I've discovered a problem with reconnection to the beacon. I can successfully...
So, we have been developing our firmware (for a while now) against a SoftDevice version called 6.0.0-1 alpha. We are getting close to production time, so we wanted to switch...
I had a product working with S110(BLE peripheral).
I am trying to get same BLE feature working on an product working with S210(ANT)
So I chose S310 to have both ANT and...
Hi devzone...
My setup is nrf51422 dk with soft-device S110 on the server side and on the client side i am running MCP 3.8.0 on a PC using usb dongle.
I am using Queued...
1 sensor per nRF51288.
Sensor supports either 400kHz I2C (10k pull up recommended) or SPI (2MHz typ, Max 20 MHz)
From the nRF51288 Product Specification:
Run current...
I want to use the s130 softdevice because we need the broadcaster/observer mode at the same time. I bought the nRF51 Dongle and the beacon Device.I use the Keil IDE, debugging...
From the question "Advertising on a single channel", the new S110 supports advertising on one single channel. What I want to know is if S120 supports listening on one single...
Hi,
Thank you for looking into this issue.
The target BLE module we are using is a custom board (Rigado BMD200) based on nRF51822 s110 chip. We have tried a few example...