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...
`Hi There,
For nRF5340 board, If I want to update encrypted net core bin file using FOTA, then what are the options to achieve it.
I have created encrypted image manually...
I am just wondering if Nordic is actually working in their R&D lab on the nrf9160 update with an LTE cat 1 SIP. I think the current IoT application development requires higher...
Hi all,
I'm using an nRF52-DK for testing the connections of pressure sensors (BME/BMP280), I tested first with arduino, and then I'm using the same code with Platformio...
Working on 52832, with SoftDevice S132, SDK 17.0.2 Our boards have external 32MHz crystal as the source of HFCLK.
Our application samples the ADC periodically using the...
I am in final stage of pre-production code and would like the associated indicator LED to go to OFF
when the coordinator is lost or powered down. I can detect it joining...
Hello!
I am struggling to configure a quadratic encoder with the nRF52840. As far as I know, the code should be working. However, when the encoder rotating, the terminal...
Hello there!
We are using nRF51822_xxac SoC with nRF5 SDK v12.3.0 and S130 Softdevice. We are kind of obliged to stick with nRF51822 because nRF52840 SoCs were out of stock...
I allowed some Windows10 updates to go through earlier today, and now I can't get my code to build.
I've even gone back to some previous versions that worked yesterday and...
Hi,
NCS for Windows VSCode have update to last,
TERMINAL panel can't copy one line,
and can't clear all.
Suggestions for improvement.
thanks
Best Regards
Toolchain: 1.9.1
modem fw: mfw_1.3.1
PC OS: windows 10
Terminal software: Tera Term
SIM card: AT&T (North America)
in the modem shell example code, in "prj.conf...
There are multiple issues like https://devzone.nordicsemi.com/f/nordic-q-a/81793/jlinkarm-dll-load-failed-on-m1-mac which are basically just « resolved » by saying « these...
Hello,
I'm trying to figure out what I am doing wrong (or what I misunderstood) about the bitrate.
According to my benchmark, it takes 1.42ms to send 128 bytes using ESB...
Hello, I'm using SFH 7072 Heart rate sensor with nRF52832 board , But i'm not getting actually heartrate, i'm getting like a 6-7 digit output , for that which calculation...
It is written in the datasheet that if i try to receive bytes more than the number i put in the maxrx register "incoming bytes will be discarded" does that mean all the bytes...
Hello,
I am working on application using nrf52810 SDK version nRF5_SDK_14.2.0_17b948a
In my application i need to read characteristics value, so after following tutorial...