Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
We have an RFID application, the tag sends the 10 byte data and the data is read at the Receiver continuously thorough SPI channel to MCU.
Payload of 10 bytes, Enable CRC...
I've been playing around with the multi-central central/peripheral examples and I thought I would modify the peripheral to instead use a service I had written for another...
Hello, I want to detect the any activity of the ADXL 362 and blink the LED ON and it should also detect the inactivity to turn OFF the LED.I am able to generate the activity...
Hi,
We are using the Nordic Semi nRF51822-QFAA-T to do BLE project, but when we test CE/FCC RF test(Conducted / Radiated), there has a lot of noise around 2.4G.
BTW...
Hello,
I try to find the information if there is a softdevice (for nrf51 or nrf52) that supports "LE Secure Connection".
In general, where can I find which bluetooth version...
I'm lost.
Can someone point me to place or the best example of how to send data (any) from NRF51882 to iOS app when app is in background.
Is it possible at all ?
I'm trying out the ble_app_gls demo with the Nordic Master Control Panel app (on Android). What I see is that the MCP can connect to the device without bringing up a pairing...
Hello,
We are working on a third party module from china. We are trying to program it with keil but we are having problem with configuration.
We are using S130 v1 and...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
Hi
we have a custom board, where the clock does not start (verified by osciloscope). We do not use an external clock, so from our understanding the command to init the...
How can I use power fail IRQ for wakeup ?
How can I set polarity for wake up pin ?
Which method is better for wakeup, pin, comparator or RTC2 ? application is just two digital...
I'm handling the entire prepared write sequence myself, returning NULL for the memory request and dealing with the Prepare Write and Exec Write etc.
I found that if I send...
New to this development environment.
Blinky compiled, flashed, worked and debugged easily.
On BLE examples. The HTS example eventually loaded after setting the target...
I need a clock output (> 12MHz) from nRF52 for interfacing a sensor.
From the below post, looks like Max possible output is 8MHz since peripheral clock is limited to 16MHz...
Hello, I am apple developer and using Swift. Actually I'm just intern student.
#1
My boss assign some task to me to CREATE IOS App to scan nRF51822 Bluetooth Smart Beacon...