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...
I am developing a BLE peripheral with SDK9 and SD110. The PPCP are 80-400ms, 5 slave latency and 5s supervision timeout.
I am currently running some blocking code in response...
I'm having trouble with my call to ble_advertising_init when using S130 soft device v2.0.0 on an 10031 device with SDK 11.0.0, I'm getting error_code 7.
When I try and...
Hello everybody,
Does the S312 v2.0.0 handle BT operations completely independent for each BT connection? Can I read/write from/to different characteristics on different...
Hi!
I am studying some program code of BLE examples.
I have a doubt about what does the evt_handler() do.
E.g.
in the example "ble_app_hrs_s130_pca10028"
static void...
We are treadmill developers and we want to include bluetooth capability to our products.
We found, on the bluetooth website the RSC characteristic ( Running Speed and...
When switching to nRF52_SDK_11, the compiler does not find core_cm4.h which is found in components/toolchain/CMSIS/Include.
I get this when compiling
nRF5_SDK_11.0.0_89a8197...
I am trying to program a custom board connected via the DK. The custom board is 16KB version (nRF51822 QFAA). RTT consumes lot of memory and hence my code does not compile...
I am using nRF51422xAC SOC.
It is advertising perfectly and able to catch that with sniffer module. But unable to find the same device on any mobile phone. I've tried with...
Can i use the nRF Toolbox app as a BLE peripheral and the nRF51-dk[PCA10028] as a central device.
Also,if not,then please suggest any other App that can be used for the same...
Hello,
I've downloaded nRF5_SDK_v11.x.x and install it, my keil version is v5.14. I flashed s130 v2.0.0 into nrf51DK, then build "ble_app_beacon" basing on SDK v11.0.0 and...
I use the S110-6.0.0 to find the iphone ANCS service,return attr missing. The 16bits UUID is xF431.I have added the long UUID ble_uuid128_t ans_base_uuid = {0xD0, 0x00, 0x2D...
Hi~
I used keil software environment for development.
Apply Ble UART example code from nordic keil example.
Example code down load to nRF51 Development Kit and run, program...
Hi, i need to calculate the frequency of two PWM.
When it comes to frequency calculation, the counter function is the best solution, i think.
i'm using SDK 6.0.0 for...
I want to develop an app that wakes app from sleep mode after pressing 2 buttons, then if these buttons are still pressed for 5 secondes i want to do an action ..
Any idea...