logic-analyzer icon indicating copy to clipboard operation
logic-analyzer copied to clipboard

Logic Analyzer, for Arduino, AVR, ESP8266 and STM32 with a very nice working processing interface, you could run it also on any Android device.

Results 8 logic-analyzer issues
Sort by recently updated
recently updated
newest added

Hi ! I've been trying to run the project on W7 with an arduino UNO (r3) without success. I've setup LA_port to COM3 (port used by arduino IDE), baudrate is...

I tried to build the processing app in Processing 3. I got the following errors:- . ERROR in C:\Users\dleun\AppData\Local\Temp\android8370208749590542939sketch\app\src\main\java\processing\test\logic_analyser_arduino_pde\Logic_analyser_arduino_pde.java (at line 352) cursor(HAND); ^^^^ HAND cannot be resolved to a...

Hi, First, this is NOT an issue and like the LA processing frontend, you have created! Now, I have made a few changes (still ongoing and testing) Would you be...

Hi, A project like this should use DMA (Direct Access Memory) in order to lower the delays in acquiring the data? [Example Arduino Zero Read with DMA](https://github.com/manitou48/ZERO/blob/master/adcdma.ino ) The STM32F1...

Thank you for the project, it would be very helpful when debugging protocols. I am using it on nodemcu (ESP8266), but every time when sending 'G' to the ESP8266, will...

File: https://github.com/aster94/logic-analyzer/tree/master/Microcontroller_Code/STM32F1 I changed the name for "STM32F1.ino" to "STM31F1_LogicAnalyzer.ino" C:\Temp_Sami\Arduino_Examples\STM31F1_LogicAnalyzer\STM31F1_LogicAnalyzer.ino: In function 'void startLA()': STM31F1_LogicAnalyzer:48:20: error: 'struct GPIO_TypeDef' has no member named 'regs' initial = GPIOB->regs->IDR >> 12; ^~~~...

@sancho11 We need to decide which formattation of the code we will keep because it is becoming a mess of whitespaces, wrong indentation ecc. Which IDE are you using for...

Hello, I'm a bit confused on how I'm supposed to run the .pde application. I uploaded the MEGA firmware for my Arduino mega, and then opened processing.pde in the Arduino...