TOP Contributors

  1. MIKROE (2656 codes)
  2. Alcides Ramos (353 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136819 times)
  2. FAT32 Library (69983 times)
  3. Network Ethernet Library (55955 times)
  4. USB Device Library (46277 times)
  5. Network WiFi Library (41893 times)
  6. FT800 Library (41203 times)
  7. GSM click (28993 times)
  8. PID Library (26420 times)
  9. mikroSDK (26377 times)
  10. microSD click (25383 times)
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]

< Back
Example

Peak Programme Meter with LEDs

Rating:

0

Author: VCC

Last Updated: 2021-02-03

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Audio recording

Downloaded: 91 times

Not followed.

License: MIT license  

This is an example of a Peak Programme Meter with 2x16 LEDs. The scale is linear in volts, not dB. The integration time is much shorter than the fall time. It is useful to indicate signal clipping.
This example follows no standard, it is for demonstration purposes only.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Peak Programme Meter with LEDs" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Peak Programme Meter with LEDs" changes.

Do you want to report abuse regarding "Peak Programme Meter with LEDs".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroPascal PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Example Blog

Peak programme meter with PIC18F26K22.

The presented example uses the internal DAC of the PIC18F26K22, as voltage ref to its ADC and is set somwhere below 2.5V. This was selected for an analogue input circuit (a half-wave precision rectifier), powered at +/- 2.5V (not included in the current presented schematic).

PPM with LEDs and PIC18F26K22

The first part of the video shows the actual PPM, while the second part shows a a test app.

Watch on YouTube
LED bars

LED bars

2x16 LEDs

View full image
Schematic for experimental board

Schematic for experimental board

PIC18F26K22 with two MCP23S18 port expanders. In the current implementation, the LEDs are actually on a module board, for easy connectivity.

View full image

ALSO FROM THIS AUTHOR

RTCC_18FxxJ50 library

5

Library for accessing the PIC18FxxJ50 internal RTCC. The library should be compatible with other PICs with same RTCC.

[Learn More]

Memory Statistics

0

This is a remake of "PIC32 Memory Statistics". In addition to displaying the memory allocation and comparing multiple hex files, this tool provides a simulated memory, which accepts Erase/Write commands, coming from a physical MCU. It is used to avoid overwriting the physical memory and instead, display what would happen to it.

[Learn More]

FixedFIFO

5

This library provides a fixed-size FIFO to an application. Users can set the FIFO depth and width. There are also three examples for mikroPascal PRO for PIC, dsPIC/PIC24 and PIC32. Each example implements a USB CDC device and a PC application sends commands to PIC for adding/reading items to/from FIFO.

[Learn More]