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...
Hello, I want to try the secure bootloader + softdevice 7.0.1 + ble app buttonless dfu example from SDK16 I want to test all that in our custom board NRF52832-QFAB (256k flash...
Hello, I modified the ble_app_blinky example to work on our board (removed leds and buttons) and modified the board pca10040.h the new application worked on the devkit but...
Hello, I am completely new to embedded software development (so far I have been using development boards such as Teensy, Feather and Arduino) and I recently acquired the BLYST...
Hi
I'm currently look into the noise floor of the SAADC samples on a custom PCB with a nRF52
I'm running the ADC at maximum sensitivity (4x gain, Vref=0.6V) differential...
Hello
I have a power constraint device. Limit is not the total charge of a battery or so. Limit is the peak current.
Available (peak) current is around 4mA (@1.8V), current...
Hi,all. i face a problem that i used lightblue on iphone6(ios8.3 12F70) to connect my device(nRF51822),after sometime,disconnected automatic.
lightblue says:The connection...
Hello Community,
does an opened timeslot session affect my power consumption?
I need a cyclic timeslot for my application and I'm wondering wether it generates an incrased...
Dear team:
I have a question with nRF52832 XATL 32.768K. When I used 13 GPIO to be a interruption,the internal clock delay was more slow than before。what was wrong with...
I am not able to send ble_nus_string_send 8th time when I am calling it for 8th time. That is it is sending 140 characters. I am sending data from nRF51822 using ble_nus_string_send...
Try as I might all searches for anything related to sd_rpc_* give 'no results'. Admittedly the search engine for the online and offline documentation is poor/difficult to...
Hello,
On our current hardware there are no IO pins left to add any dedicated U(S)ART connectivity. Therefor is there a way to perform any kind of serial monitoring via...
(I am currently trying to learn Zigbee) (Updated entry since I believe I was mis-reading the log and the ZC is ACK and not NACK)
I am currently trying to get my endpoint...
Sorry for asking, maybe stupid questions, but looking at ble_app_hrs_freertos example in SDK 16.0.0 cant get through:
1.to documentation ble_conn_params_init_t. first_conn_params_update_delay...
I'm trying to get IQ (or MagPhase) data from nrf52811 chip. The datasheet indicates that I can get the data from address indicated by DFEPACKET.PTR. Is there any example code...