TOP Contributors

  1. MIKROE (2655 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 (136781 times)
  2. FAT32 Library (69979 times)
  3. Network Ethernet Library (55950 times)
  4. USB Device Library (46274 times)
  5. Network WiFi Library (41888 times)
  6. FT800 Library (41184 times)
  7. GSM click (28987 times)
  8. PID Library (26419 times)
  9. mikroSDK (26373 times)
  10. microSD click (25382 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
Project

Click Analyzer UI

Rating:

1

Author: VCC

Last Updated: 2024-01-08

Package Version: 1.0.0.3

Category: Measurement

Downloaded: 119 times

Not followed.

License: MIT license  

This is a simple UI for the Click Analyzer board. It features LED setting, Logic scope, Digital voltmeter and manual commands.

Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Click Analyzer UI" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Click Analyzer UI" changes.

Do you want to report abuse regarding "Click Analyzer UI".

  • Information
  • Comments (7)
DOWNLOAD LINK RELATED COMPILER CONTAINS
Other Compiler
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

This is a simple UI for the Click Analyzer board.

Features
- Setting LEDs
- Using Logic scope (max 255 samples)
- Using Digital Voltmeter
- Sending manual commands
- Logging as JSON or binary

Limitations
- Analog scope is not supported yet.
- Continuous acquisition for digital scope, is not supported yet.

LEDs

LEDs

LEDs tab

View full image
LogicScope

LogicScope

LogicScope tab

View full image
ManualCommands

ManualCommands

ManualCommands tab

View full image
DigitalVoltmeter

DigitalVoltmeter

DigitalVoltmeter tab

View full image

Some instructions for Windows driver installation:

https://forum.mikroe.com/viewtopic.php?f=202&t=78091

For Linux, the application may not have permisssions to acces the device, unless it is part of the dialout group. If that's the case, type the following command in a console, then relogin:

sudo usermod -a -G dialout $USER

 

Also (on Linux), the application requires libgtk2.0-0 package (libgtk2.0-0:i386 for 32-bit)

ALSO FROM THIS AUTHOR

USB FPGA programmer

5

The project is a Xilinx Spartan-3(E) and Spartan-6 FPGA programmer made with PIC18F4550 using USB. There are two host applications: a HID one and a CDC one, written in Delphi. Added support for Delphi XE5.

[Learn More]

DynTFT Color Theme Generator

0

DynTFT Color Theme Generator is an editor for DynTFT color constants. It allows live preview of all supported DynTFT components under different color settings.

[Learn More]

PIC32 Memory Statistics

16

The purpose of this tool is to display a chart containing the memory allocation in a PIC32 project.

[Learn More]