TOP Contributors

  1. MIKROE (2762 codes)
  2. Alcides Ramos (374 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 (139259 times)
  2. FAT32 Library (71751 times)
  3. Network Ethernet Library (57123 times)
  4. USB Device Library (47430 times)
  5. Network WiFi Library (43086 times)
  6. FT800 Library (42404 times)
  7. GSM click (29835 times)
  8. mikroSDK (28078 times)
  9. PID Library (26885 times)
  10. microSD click (26198 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: 182 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

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]

PIC32MZ EF Osc Calc

1

This is a calculator for PIC32MZ EF oscillator frequencies.

[Learn More]

Resolver connected to AD2S1200 decoder with CmodA7 board

0

ResolverAD2S1200DecA7 is a hardware + software project, which uses AD2S1200 chip, to interface with a resolver, for motor control applications. To talk to the AD2S1200 chip, the Digilent's CmodA7 board is used.

[Learn More]