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]
Author: NART SCHINACKOW
Last Updated: 2012-01-06
Package Version: 2.0.0.0
Category: Communication
Downloaded: 2282 times
Not followed.
License: MIT license
Download [3.45KB]This library has functions for interfacing a cheap and reliable radio transceiver RFM12 (433MHZ) FSK module.
module details could be found at : http://www.hoperf.com/rf_fsk/cob/RFM12.htm
Microcontroller communicates with the module using software SPI implemented in the library.
Author: NART SCHINACKOW
Last Updated: 2012-01-06
Package Version: 2.0.0.0
Example: 1.0.0.0
Category: Communication
Downloaded: 2260 times
Not followed.
License: MIT license
Download [75.81KB]This is a demonstration on how to use RFM12 FSK 433MHZ module.
The project uses PIC16F877A running @ 10 MHZ as a receiver connected to an LCD that displays a message when received.
On the other side the sender is connected to a PIC16F870 running at 8MHZ that will send a message every 500 ms.
Author: Peter Erasmus
Last Updated: 2012-01-01
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Communication
Downloaded: 2607 times
Not followed.
License: MIT license
Download [398.24KB]This example code shows the correct implementation of Filters and masks ,it Sends and receive CAN messages extract the data from the message and display the data
[learn more]Author: Alcides Ramos
Last Updated: 2011-12-29
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 1164 times
Followed by: 1 user
License: MIT license
Download [702.58KB]This show how use the dspic60f6014A and mikroC for Dspic for implement interrup analog rad, gps, sonar, compass and aceelelometer and gyros used complementary filter
SEE IN YOUTUBE:
http://www.youtube.com/watch?v=Pvdf6qbd2Y4&feature=mfu_in_order&list=UL
Author: NART SCHINACKOW
Last Updated: 2011-12-29
Package Version: 2.0.0.0
Category: Communication
Downloaded: 4135 times
Followed by: 1 user
License: MIT license
Download [23.09KB]This is a simple software UART library that could run on any pic without hardware UART module, just copy the two files in your project folder and inculde "SoftWareUart.h" in your source code.
the library has many useful routines that could help you communicate with other UART modules.
Author: dany
Last Updated: 2019-04-13
Package Version: 1.1.0.0
Category: USB
Downloaded: 6834 times
Followed by: 3 users
License: MIT license
Download [4.88MB]USB libraries, new architecture. Permits composite USB devices (possibilities: HID, CDC and MSD).
-- for P18's or P24's with USB --
Version 1.1: Modified so that (changes to) values in "UsbProjectItems" like PID and VID are actually visible in the executable.
Author: MIKROE
Last Updated: 2012-09-11
Package Version: 1.0.1.0
Example: 1.0.0.0
Category: Graphics & LCD
Downloaded: 2980 times
Not followed.
License: MIT license
Download [3.64MB]Set of examples for mikromedia for Stellaris® M3. Provided examples demonstrate working with mikromedia's various features and modules:
- Accelerometer
- MMC SD card
- MP3
- Serial Flash
- TFT
- Touch Panel
- USB
Author: brian phillips
Last Updated: 2012-01-31
Package Version: 1.0.0.4
Category: Other Codes
Downloaded: 3027 times
Followed by: 2 users
License: MIT license
Download [13.62KB]This project selects an output for a 1Ms pulse or for a 2 MS pulse . This can be used to drive a model motor reverser or other similar application.'this routine was created to provide simple switching outputs from
A Targa PCB & schematic file is included
Author: dany
Last Updated: 2019-04-13
Package Version: 1.1.0.0
Category: USB
Downloaded: 6671 times
Followed by: 1 user
License: MIT license
Download [5.68MB]USB libraries (HID, CDC, MSD), original architecture: only 1 kind of USB device, no composite device.
-- for P18's or P24's with USB -- . Additionally: the CDC_Twin library (P18 only), which creates 2 virtual COM (CDC) devices.
Author: Larry Reisinger
Last Updated: 2011-12-27
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 1607 times
Not followed.
License: MIT license
Download [1.27KB]A simple function to read any Honeywell I2C pressure sensor. This function returns a 14-bit word, and the actual pressure depends on the range of the particular unit. The code can be fairly easily modified to also read device temperature and status bits if desired.
[learn more]