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 have Android App acts as a peripheral app . and nRF9160dk as central mode.
I'm trying to scan for the android app , but not sure which filter to use. I referred...
Hi!
I'm trying to run Asset-Tracker routine with 9160dk to connect to the NRF cloud(ncs1.3.0). The China Telecom can't connect the nrf cloud, China Mobile can connect normally...
Hi All,
To enable infinite advertisement in ble_app_buttonless_dfu example, I di following change
#define APP_ADV_DURATION 0 //18000
But after this change, the device...
EDIT - My solution for this is posted below as a reply and it explains the issues in the code. This is an example of how to use pc-ble-dongle-js driver to authenticate using...
I recently updated my project to use the v 17.0.0_9d13099 SDK (from 16.0.0_98a08e2) and breakpoints set in gdb via JLinkGDBServer no longer function. Reverting to v16 works...
Hi, I followed the Getting Started Guide from the nRF Connect, but when I got to part 2 "Clone the nRF Connect SDK" I get stuck: The error message:
bash: west: command not...
When generating certificates according to this guide for the nRF9160 Feather , I noticed that there are two certificates in the clientCert area. Is this expected?
I've yet...
Hi,
I'm using the nRF52840 dev kit for a BLE-based application. I need to implement a capacitive touch button for detecting button presses and releases (no sliding). I only...
Hi,
I have updated my SDK from v1.2.0 to v1.3.0 and am currently fighting my way through all the compatibility issues that my application is now suffering from.
Is there...
Hello,
I'm trying to develop custom model for my bluetooth mesh application. I have gone through Creating new models document and I understood the procedure. But to integrate...
typedef struct __attribute((packed)) { uint8_t on_off; /**< State to set */ uint8_t tid; /**< Transaction number for application */ uint8_t transition_time; /**< Encoded transition...
Hi, We're connecting to our server over LTE and then immediately starting GPS search. The modem is in LTE+GPS mode. As we understand it, the GPS will do nothing for about...
<environment> - Windows10 - modem fw v1.2.0 - nrf v1.3.0
I try to get mnc and mcc data but no luck. Any help?
I also tried it using modem_info_params_init and modem_info_params_get...
There are 10000 posts with this problem. I have imported someone else's project, and the file exists at Keil_v5\ARM\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include exactly where...
Hi all,
I've been trying to get BLE up and running on our custom board after writing firmware on the DK. I am able to get other peripherals on our board up and running ...