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...
Mt need is to do frequency measurement of 0.01Hz to 99.99 Hz
We need a clock of 1us that added to a timer of that start on when the pulse low to high event happens and...
Hi there,
I want to connect multiple nus devices to S120 central. After connection with device, it starts to scan again after the BLE_GAP_EVT_CONNECTED event. And there...
Hi,
I am using the s110 and SDK 6 and trying to have multiple notifications from different services/caracteristics. For now I have two services, one for the battery and one...
Hello, i have a strange situation here with TWI module and i have no idea what is happening. I have read a lot of posts here on devzone and the code i am using is also found...
Hi,
I am using nRF51822 spi as a master to communicate with the AFE. Four bytes need to transfer each read or write process. I use nRF51_SDK_10.0.0_dc26b5e.
Configuration...
hi
I am trying to gather information on what is needed to create a mesh network using BLE.
I am more familiar with Zigbee/Thread, but I am asked to implement something...
I downloaded S212 for nRF52 from thisisant.com and programmed the softdevice to nRF52832DK(PCA10040) via nRFgo Studio. Then I copied the 'include' folder of unzipped softdevice...
I have been trying nrf-sniffer with no success. Setup is:
Win7 64,
Sniffer Win 1.0.1,
Wireshark 1.10.14 (both win32 and 64 tried),
PCA10000 and PCA10001
The sniffer...
I generally upload codes from mbed.org to my PC then send the hex file to nRF51822 by nRF51-DK's pins. But I don't want to use cables to upload hex codes to nRF51822. Are...
Hi community,
When I want to use the example multilink peripheral inside the s120 directory example of the SDK 6.1.0, I'm not able to compile the code.
The device_manager_peripheral...
So, I want to make an application where my NRF52 advertises an URL via the Eddystone beacon.
The URL will link to an webpage, that will connect to my device through the physical...
As here said link1 If we want to use flash in the mesh we should ignore APP_ERROR_CHECK(NRF_ERROR_INVALID_STATE) in ts_sd_event_handler() ,
2.And here link2 tell us...
How do I set up a variable length characteristic which is greater than 20 bytes and use notifications with this characteristic?
For example I have several variable length...