TOP Contributors

  1. MIKROE (2752 codes)
  2. Alcides Ramos (372 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (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 (139071 times)
  2. FAT32 Library (71595 times)
  3. Network Ethernet Library (56989 times)
  4. USB Device Library (47330 times)
  5. Network WiFi Library (43006 times)
  6. FT800 Library (42297 times)
  7. GSM click (29777 times)
  8. mikroSDK (27876 times)
  9. PID Library (26859 times)
  10. microSD click (26129 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: 174 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 Themes

0

DynTFT Color Themes are a collection of inc files with color constants, usable by DynTFT components.

[Learn More]

File Transfer To PIC

0

This is a simple example of file transfer from a desktop client to a PIC32 server, using mikroMedia for PIC32MX7+ board and mikroMedia+ shield for PIC32MX7.

[Learn More]