ArduinoMenu
logic-analyzer
ArduinoMenu | logic-analyzer | |
---|---|---|
1 | 2 | |
942 | 343 | |
- | - | |
1.7 | 10.0 | |
about 2 months ago | over 1 year ago | |
C++ | C++ | |
GNU Lesser General Public License v3.0 only | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ArduinoMenu
-
a list of worldwide cities and ,GPS coordinatges and timezones
if i'll have to dedicate more space for configuration, that means going into a real state machine mode, where i'd need to toggle the entire display layout, i'm aware there are entire LCD menu frameworks, like this one: https://github.com/neu-rah/ArduinoMenu but that seems way to complex, (and in addition it's possible it's not compatibliy with my display library because all it's LCD exampels give outr missing LCD.h file error, and i can't replace this library as it's the only that can display hebrew )
logic-analyzer
-
Reverse engineering
Yeah, that looks like complete gibberish. A big issue is that you also don’t know if the controller even sends the data as 32bit commands (which the library expects). The only “easy” way to reverse engineer this would be to open the controller and probe the IR led with a logic analyzer. Here’s someone that programmed an Arduino to make a very basic one https://github.com/aster94/logic-analyzer
-
Catflap upgrade through UART not going as planned. Help?
If you want to really macguyver it, check out this little project to jury rig a rudimentary logic analyzer using your ESP8266: https://github.com/aster94/logic-analyzer (absolutely no substitute for a proper one, just to be clear).
What are some alternatives?
LiquidMenu - Menu creation Arduino library for LCDs, wraps LiquidCrystal.
ONFi-Analyzer - Plugin for Saleae Logic Analyzer to decode and export raw layer-1 NAND Flash data that follows the Open NAND Flash Interface specification.
ErriezTTP229TouchKeypad - TTP229 touch sensitive keypad library for Arduino
ps2topc98 - PS/2 (AT) to PC-98 keyboard converter
picsimlab - PICsimLab - Programmable IC Simulator Laboratory
GEM - Good Enough Menu for Arduino
ErriezDS3231 - DS3213 high precision RTC (Real Time Clock) library for Arduino
MControlCenter - An application that allows you to change the settings of MSI laptops running Linux
web-logic-analyzer - Web-based Logic Analyzer for ESP8266 and ESP32 that can be controlled and viewed via web browser also supports button controls and can produce output for PulseView.
HID_Buttons - Arduino library making it easier to use HID buttons
vaporview - VCD Waveform Viewer Extension for VScode