I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hey,
I bought a device which uses the N52832 SoC, Im gonna attach a photo of the device. Is it possible to get the code from the device, modify it and then upload it to...
Do you know of any way of reading the installed modem version of an un-locked nrf9160 through the j-link programmer. I would like to conditionally program the modem firmware...
Hello ,
I want to use OLED display having SSD1351 driver with nRF52832 DK board over SPI. Is there any library or support available ? Please help to share if it is available...
Hi,
We have a peripheral based on the nRF52840 which connects to a smartphone as the central.
Following the guidelines for iOS we have selected a connection interval of...
Hello Devs,
I am testing an nRF52840, configured to operate to 1.8V using the DCDC converter. All pins are supposed to operate in a 0-1.8V range.
So my question is...
Using 52840, I would like to drive an external device at 800Khz
Works well without enabling the SoftDevice
But once the SD is enabled - this does not work
Ideas?
I used 9160 to develop a product for the customer. Previously, I used ncs1.2.0 SDK, and the power consumption of the whole machine was about 200uA. Now I am going to use ncs1...
Hi mate,
I followed the link (+) Add DFU support to your application - Software - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com) step by step and its worked...
Hi mate,
I followed (+) Add DFU support to your application - Software - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com) your instructions and successfully implemented...
We found that when testing the nRF52832 chip, if the C9 capacitor is empty, the chip broadcast power consumption increases from 20uA to 40uA, and the power consumption of...
Hello,
Over the years we've occasionally been experiencing a issue with nRF52840 and nRF52832 chips in case of which any BLE activity would stop happening. A chip mounted...
Hi,
I've used the module https://github.com/NordicSemiconductor/cloud-firmware-ci-device-helpers-js to create device certificates for a nRF9160 device and then AWS JITP...
Hi there,
Is it at all possible to run nRF Connect for Desktop apps like the programmer and the power profiler from outside the nrf connect for desktop app?
e.g. is there...
Good day,
is there a way to check if a client is connected to GATT server/service? Would like to send a data after device gets reconnected.
i am using PCA10040 with...