TOP Contributors

  1. MIKROE (2653 codes)
  2. Alcides Ramos (352 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 (136723 times)
  2. FAT32 Library (69934 times)
  3. Network Ethernet Library (55939 times)
  4. USB Device Library (46265 times)
  5. Network WiFi Library (41886 times)
  6. FT800 Library (41169 times)
  7. GSM click (28979 times)
  8. PID Library (26412 times)
  9. mikroSDK (26357 times)
  10. microSD click (25359 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

Build Version Generator

10

Build Version Generator is a tool, which generates code, containing version number and current build date of a mikroPascal / mikroBasic / mikroC project. It is run as a compiler IDE tool.

[Learn More]

Misaligned Address Finder

1

Misaligned Address Finder is a tool used to generate a report on variables and constants, which are not Word or DWord aligned. Some variables / constants are required to be allocated at even addresses (16-bit architectures) and at multiple by 4 addresses (32-bit architectures), so users can be notified about that allocation.

[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]