Free and open source SoC for Scanning Probe Microscopy
Go to file
NickAA f3e8415171 Added Menu to control_loop_sim.cpp
I was able to add the menu to the file and I fixed some bugs that came up.
For some reason the seed value (a.k.a. P value) does not accept strings or char values so I left the set_value
as is and same for the I value I don't know what the value is that is within the set_value. But everything seems
to work the way it's intended to.
2023-01-29 16:25:24 -05:00
doc misc 2022-12-20 06:07:54 +00:00
firmware Added Menu to control_loop_sim.cpp 2023-01-29 16:25:24 -05:00
software start rewrite kernel 2023-01-01 21:10:02 +00:00
.gitignore update .gitignore 2022-11-17 19:07:49 -05:00
COPYING add readme and COPYING 2022-09-17 00:35:47 -04:00
GUIDELINES.md update GUIDELINES.md 2022-11-17 18:39:48 -05:00
README.md add SPI link 2022-09-17 00:37:42 -04:00

README.md

upsilon

Upsilon is a 100% free and open source STM/AFM controller for FPGAs.

Organization

The project is split into hardware (firmware), kernel (software), and client software (client).

Hardware uses Verilog, LiteX and F4PGA to implement the Soft CPU (Risc-V), hardware communication, PI control loop, image scanning, and tip autoapproach.

Kernel implements the network communication between the hardware and the client software.

The client software receives and interprets data from the hardware.

License

GNU GPL v3.0 or later. Other portions are dual licensed under the CERN OHL-v2-S, or permissive licenses: please view all COPYING files for more legal information.

See also