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 am developing application in nRF_connect_SDK v 1.4.2.
I have a problem in Debug the code 1. When i debug the code the breakpoints is not appearing
2. When i...
Hi Nordic,
how do i interpret properly return errors? I l know that it depends on the base address but sometimes it does not correlate at all.
For example, currently...
Dear friends,
We want to update the bootloader in our project. I have read the tutorial about the DFU process from here " Dual-bank and single-bank updates ". I have some...
Hello I would like to change from nrf52810 to nrf52805. I want to take the same code, but I want to change only the gpio because the gpio is different. I was going to set...
When I try to connect to my Pure-FTPd server I always get an error when trying to login, but If I use a public server like... https://dlptest.com/ftp-test/ it's fine. This...
Hey all!
We want to improve the accuracy of the localization of our asset tracking solution, in particular indoors. For that we want to scan Wifi base station advertisments...
Hello,
I am trying to get an MQTT TLS connection to AWS up and running on my thingie91 (nrf9160). I am using SDK 1.5.0 and the sample "aws_iot".
Even though there is a...
Hello,
what is the CPU speed of nRF52832?
I'd like to test if the NRF52832 is running at 32MHz or 64MHz.
I used it to run a compression algorithm, which took 8ms to...
I have seen this question asked a few times--but every thread seems to have no concrete answer.
I have uninstalled and reinstalled all JLINK drivers.
But still get the...
I am using the nRF9160 for IOT with the console connected on UART 0 there is a string of +CSCON: 1 and +CSCON: 0 messages displayed.
Build Zephyr 1.5.1
Modem firmware...
We're looking for some clear documentation for implementing OTA DFU via BLE on the iOS side. We have the firmware working well on our dev kits here, but working only with...
Hi,
Can you explain please why do you use all flash space for application (except SD area) in your examples. For example, SDK 17.0.0, HRS s132 example starts from 0x26000...
Hi
I have nRF SDK 17.0.2, and looking for ble_app_template application for PCA10100 to be flashed into nRF52833 DK. But seems that is not available.
Is there any other...
I'm developing a C implementation for nrfutil to make a Serial DFU in bootloader of sdk11. But I'm having an issue in serial communication. I've used a serial sniffer to compare...