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 want my peripheral, an nRF52832, to accept a connection from the first peer it sees and bond with that peer, and thereafter accept connections only from that peer...
Hello
I am using sdk version 14.0 and softdevice S332. I successfully tested on the nrf52832 board using the ant bsc example.
However, when we put the code on our custom...
Good evening,
I am trying to implement queued write (long write) into ble_app_uart example. I am using s110_v7.1, nrf51822(pca10028), can not find version of sdk it is...
I have enabled radio notifications (through sd_nvic_ functions). When sd_ble_gatts_hvx() (notification) is called once, I've noticed two radio active-nactive windows occur...
Hello,
I have a bootloader with a low power wait for power button on startup.
When I do a BLE DFU update of bootloader + SD + appli, the Nordic smartphone application...
hi
I have a application use NRF52832 to scan beacon's advertising and write the advertising data into NRF52832's advertising.
I found the working current is nearly 3mA...
Hello,
I am useing NRF51822-QFAC in my BT bridge project; Now I need to design the matching circuit; there was some recommended matching circuit in the datasheet(11.3--11...
I have a central device that uses BLE to scan for a specific device (there is only a single device it can bond with). Right now it checks the UUID and the mac address of all...
my device giving output as square pulses.but would like to control current from the range 50uA to 500uA of square pulses.how to calculate it. can someone help me
Hi,
I have a question that Product Specification v3.1 of nrf51822 describes Flexible Power Management: 2.6 μA at 3 V ON mode, all blocks IDLE. But, in the same place, NRF52832...
Working on migrating my application from sdk 12.2 to sdk 14
except for some flash issues most of it seems to be working as before, except I notice this message in jlink:...
Hi,
I'm using SDK 14.2.0 flash_fstorage_example_s140_pca10056 with SEGGER on the nRF52840 Preview DK.
As you can see the basic example not working, what I'm writing...
I got the ble_app_lbs example working using SDK 8.0.0, and am now trying to integrate it into my existing project which was based off of ble_app_rscs using SDK 11.0.0.
...
Hello,
I am trying to intergrate the blinky, timer, and UART examples.
Blinky and Timer examples seem to work fine.
When I added UART, linker error starts to show up...
Hi,
Follow answers from here and have many try, not success yet.
Development with GCC and Eclipse, can not reach main() but return "Programe file does not exist" when...