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 (69978 times)
  3. Network Ethernet Library (55948 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 (26372 times)
  10. microSD click (25381 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

All Tools

5

All Tools is an application, which allows more than 10 user tools to be started from a mikro IDE. It is a menu-based design, as opposed to a list of buttons, thus taking only one button space on the IDE. For each installed tool, two more applications can be executed, one before the tool, and the other, after the tool.

[Learn More]

DynArrays

0

Dynamic arrays of Byte, Word, DWord and Pointer. Also 2D arrays of Byte and Word, and 3D array of Byte. Can be compiled on desktop (tested with FreePascal) and MCU (for dsPIC and PIC32).

[Learn More]

PIC24 Memory Statistics

1

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

[Learn More]