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 2019/12/05 11:32:12 AM CET
I want to learn i2c.
With the poort expander
posted on 2019/12/04 02:46:48 PM CET
hello everyone,i want to interface USB flash drive of upto 128GB and more with STM32 microcontrollers.i am using MIKRO BASIC for ARM,My task is is to create simple .txt or .csv file (for data logging) via STM32 in a USB flash drive.i am new to the USB and do not have any experience,so i need deep help.Thanks in advance for any help or kick start
Regards
posted on 2019/11/06 02:22:44 AM CET
I need Mikro Basic cord for HX711 AD Weighing Module ( Digital Scale Load Cell ). I already Has been installed the HX711 library but I cant understand how to use that library please Help me.
posted on 2019/09/10 03:28:56 PM CEST
Obviously P18F87K22 although it objects if I try to change the Mmc_Chip_Select from RE0 to RA0.
I would like to use a smaller PIC with large ROM and RAM memory like the P18F23K22.
posted on 2019/08/28 11:07:46 AM CEST
Hello.
Since a short time I use CRTOS with mikroPascal PRO for PIC. I use PIC18 controllers.
What I miss in CRTOS is messaging. One task shall i.e. do the serial I/O. Other tasks tell this one task what to send (a string), so I can prevent any collisions. Also, this one task can receive and dispatch /forward incoming data to particular other tasks.
Such things work best with message pipes (N-to-1 and 1-to-N pipes).
Is something like this already available?