Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
Hi. I try to fusion 's130_nrf51_1.0.0_softdevice' and 'flash write'. I checked flash write. but when i implement flash write with s130 softdevice, it is not working. If i...
I have the nRF52 dev kit, and I hooked up pin 13 to SDA and pin 18 to SCL on an I2C device. There are no external pullups on the SDA or SCL lines.
However, the TWIM module...
I tested some features of the new nRF Connect application version 1.0 on PC. The application has a lot of interesting features useful to develop and debug embedded software...
Hello Everyone!
I want to make a project that will recognize some tone in the air, up to 5KHZ, and will send nrf8002 a message as a result.
I though to use the nrf52 proccess...
I am using SDK_11 s130 ble_app_gls on nRF51-dk.
An Android phone running nRF-Connect app was able to pair and bond with nRF51-dk. First time doing pairing and bonding works...
Okay, noob alert. I am designing a product that requires a simple iBeacon (redundant?).
I have this hardware on my bench:
nRF51822 Bluetooth Smart Beacon Kit and downloaded...
Hi, I am trying to write a small android app to send direct advertisement to particular device.
i am using 0001 for direct advertisment. But when i advertise the data, message...
Hi all,
In my project i want to transmit and receive one character by using 8051 controller. One is act as full transmitter and another one act as full receiver. In my...
Hi, Nordic and all great guys,
I have a weird and terrible problem about our products,which used a MCU based on nrf51822.
Some info about our product:this is a module...
Hi all,
i am using version 11 sdk.
I want to use 2 nrf51822 board in which one will act as master and other as slave.
MY TASK:
i want to transmit "hello" from master...
I have an NRF52832 Receiver chipset board that detects a tag that is transmitting 10 bytes of payload every second.
I have an attenuator on the board before the antenna...
Dear Nordic Team,
I am using nRF51422 development kit. I am work with example code for ble_pherpheral_proxy.
I want to calculate the battery value from the BLE peripheral...