We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
posted on 2023/08/03 08:11:26 PM CEST
Arduino code to read voltage s form ADC 10 Click Mickroe ADC via uart
posted on 2020/06/02 06:04:21 PM CEST
Wanted various practice and possibilities to --
1) Transfer all data of INT and EXT. EEPROM.
to ---- WINDOWS BASED PC/LAPTOP-
from ---- ARM STM32F1XX CPU BOARD.
Purpose is to save in PC and retrieve back.
Possibly edit in a PC .
2) To monitor the ACTUAL/current value of a variables programmed in C for a ARM processor and PIC processor.-
via USB port of PC
or/and
via Bluetooth in ANDROID phone .
3) An interactive (simple) interface ----
-- getting the value of various VARIABLE of a REAL TIME running ARM CPU board
to and from PC/ ANDROID PHONE.
--------------------------------------------------------------
...... Is there any PC software/ ANDROID APP available for the same.....
Actually wanted is-
a) C code (interface) for ARM and
b) Suitable Bluetooth APP in a ANDROID mobile. and
c) Suitable software in a windows PC.
Please reply for a solution (if possible to elangoengg@ymail.com )
posted on 2019/01/18 01:02:43 PM CET
Example and library to MikroPascal for ARM how to read IR pictures from Flir Leptons?
posted on 2019/01/15 02:59:10 AM CET
posted on 2018/12/14 12:52:32 PM CET
Hello folks,
I would like to set my pins RC0 and RC1 as digital outputs but cannot use them as digital outputs after setting the below config.
#pragma config SOSCSEL = DIG
CCP2CON = 0;
I searched some blogs where everyone used this library "xc.h", I am not using this library for my application.
any help for my issue is highly appreciated.
Thanks in advance!!