bessman on development
Fix #658 - Oscillosope not disa… (compare)
i found this library for possibly implementing sd card functionality: http://elm-chan.org/fsw/ff/00index_e.html and a tutorial here: https://www.studentcompanion.co.za/interfacing-sd-card-with-pic-microcontroller-xc8/
Thank you @nielek2 .. I'm using this chan library generated from "Microchip Code Configurator" and it works as a separate function. Now need to integrate it with the current work flow.
Waveform table size does not seem to correlate with max amplitude:
@CloudyPadmal
Thank you @bessman ,, I'll try a simulation and hope it would narrow it down the bottleneck..
I found this flow chart for the firmware:
https://github.com/CloudyPadmal/pslab-firmware/blob/pslab-v2.0/PSLabFirmwareFlowChart
And converted it to SVG:
https://metaspora.org/pslab-flowchart.svg
It is quite huge though
motivation++
lol :D
$ file pslab-2.4.0/pslab Sat 31 Oct 2020 08:07:58 PM UTC
pslab-2.4.0/pslab: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=ebb360e3c3f594213ec97bf809c969835f21f00a, stripped
looks okay
env ELECTRON_ENV=development ./pslab-2.4.0/pslab --remote-debugging-port=8315
linker.html
- that's the process that spawns the Python shell underneath. And then you can investigate errors there and should see the stdout/stderr output.