Libstock prefers package manager

Package Manager

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]

Sort By

USER REQUESTS

first | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 last
nealet
nealet

posted on 2013/10/02 10:55:34 AM CEST

Storage

What to use for unzipping library downloads

Hi
I downloaded the PIC32 FAT32 library with the .mpkg file postfix. What can I use to unzip this library please?

Viktor Erdelyi
Co-Fi

posted on 2013/09/27 06:17:43 AM CEST

Internal MCU modules

STM32F3 Demoboard MikroC for ARM USB library

Hi!
I have an STM32F3 discovery board, with an STM32f303VC chip ot, and trying to make USB working. I haven't found a USB library for that. Can somebody help me, lease?
Thanks, and sorry about my english.
Viktor

Willy Lievens
willy.zon

posted on 2013/09/26 03:18:33 PM CEST

Other Codes

Read a PCF8574 I/O-expander with PIC16F887 on EasyPic7 platform

Hi! Im some new here!

I have a problem with the PCF8574 I/O Expander.
To write to the expander is easy!
But i can't read from the I/O-expander...
Thera are 8 pull-up resistors (10k) on the 8 input switches)

I have transform de c-code for the RTC-clock (PCF8583)

I2C1_Init(100000); //Init I2C with desired clock
{
I2C1_Start(); // issue I2C start signal
I2C1_Wr(0b01001110); // send byte via I2C (device address + W) A0-A1-A2 = 1
I2C1_Repeated_Start(); // issue I2C signal repeated start
I2C1_Wr(0b01001111); // send byte (device address + R)

PORTB = I2C1_Rd(0); // Read the data (NO acknowledge) to PORTB (8 x LED)
I2C1_Stop(); // issue I2C stop signal
}

Can you help mee?
Thanks


Mario Zaldivar
mzaldivar

posted on 2013/09/21 10:28:46 PM CEST

Communication

Knowledge about motbus RTU!

Hi! Im some new here!

I am writing because i need to stablish communication between a S7-1200 Siemens, and a pic 18f45k22.

so what i need to know is, how to stablish that communication using MODBUS RTU over RS-485!

I am requesting the knowledge for do this!

books, links to webpages or things like that, i need the knowledge!

Please!

have a nice day!

Michael Havenga
Dxmaxim

posted on 2013/09/20 03:40:57 AM CEST

Bootloaders

Bootloaders for PIC16F690 and PIC16F6410

Hi Guys,

If anyone enjoys tinkering with devices, I wold appreciate assistance with getting a boot loader working that is compatible with the above two devices when using the Mikro C bootloader.

The PIC16F6410 is a 64 PIN TQFP, so I will supply PCB for free for testing if required and must work with 20MHZ crystal.

first | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 last