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...
Using the Thingy app on Android, when I connect to the Thingy, it says 'Firmware Update ...'. I click on confirm, come in the Firmware Update screen, click on the blue button...
I use Twi for reading data from the lsm sensors. I want to use a twi_handler in which I will set the xfer_done_flag on the true and go off into a sleep mode until the flag...
Hello, I am using the heart rate collector example on one NRF52 DK (central), and the heart rate service example on another NRF52 DK (peripheral).
I replaced the sensor...
Purchased an nrf9160 DK in the UK but cannot get any success with the ibasis SIM card. Looked at the various posts and it seems that there is no support for LTE-m or NB-IoT...
In my program I create 3 services. A function is used to do this so that each service is created the same way, the only difference is the UUID.
All 3 custom services appear...
Hi there,
NRF 52840 Preview DK nRF5_SDK_15.2.0_9412b96 IAR for ARM 7.60.1
I need some information on how to do Serial DFU (UART/USB) with Bootloader, without Soft Device...
I have recently purchased the newly released "Tile Pro" bluetooth tracker after noticing a number of reviews online were giving good reports in terms of the BLE range.
...
Hello,
When troubleshooting a lack of UART communication between my nRF52840 and the device on the receiving end (an STM32L4), an oscilloscope revealed that the TX pin state...
Hello all,
reading the docs http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/mqtt_simple/README.html and wondering where is it located? Following...
I tried to follow this guide:
https://devzone.nordicsemi.com/tutorials/b/getting-started/posts/nrf52840-dongle-programming-tutorial?CommentId=fd959c7d-2374-443a-8af7-b4d4f0d35228...
I'm hoping to use the Thing52 for orientation tracking but am noticing the following issues when experimenting with the Thingy android app (version 1.3.4). My thingy is running...
Hello all,
I am relatively new to Nordic Semiconductor devices and have only been playing with them for a few weeks. I have enjoyed working with nrfConnect for Desktop and...
After following the setup procedure and trying to open emStudio per the following image.
I get the following error:
So I ran the command manually
➜ zephyr git...
Hi
Newbie in the nRF family of products so i might have missed the answers to my questions somewhere in the documentation and forum. if so i apologize.
I'm trying to get...
Hello ALL,
I have been using UART module and fstorage module in an application. I've been sending a bin file from PC to NRF52 using UART but when I tried to save it using...