Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mike

Pages: [1]
1
Software / Re: Support for sigrok?
« on: March 29, 2020, 04:22:22 PM »
Dear Dejan

Is it need stored the firmware on board permanently to support sigrok?It's too trouble to upload firmware before each use.thanks

2
Software / Re: About screen updating
« on: January 11, 2020, 04:38:15 PM »
Dear Dejan
Thanks, it's clear about hardware now, but I'm still confuse on PC software, the software screen will updating in real time when hardware was set to veido trigger mode, could you please explain how the software works on screen updating?was it implemented by reading USB in buffer circularly? or maybe just tell me which part to read in the project source code, there is too much code in the whole project to read.Thanks again.

3
Software / About screen updating
« on: December 28, 2019, 04:38:32 PM »
I want to learn how does  the scope works on screen updating, is PC software query hardware periodically or hardware send data to PC receiving buffer automatically then trigger the plotting area continuous updating? Or tell me which module's code should I read, please someone helps, thank you very much. :)

4
Software / Re: Python develop
« on: October 07, 2019, 06:00:12 PM »
You can already develop your own custom Python applications using the Python API. With this API, the hardware can be interfaced directly from Python scripts. For more information about the Python API please check this update.

I have noticed this example in the project, I have spent manys days in reading the source code, but to understand all APIs is a little difficult, I have implemented a python program that communicate with Tektronix oscilloscopes, the communication is base on VISA and very easy(NI-VISA or pyvisa both work),but as a commercial scope Tek is too expensive, can scopefun compatible with VISA?

5
Hardware / Re: How to: programming FX2 EEPROM with ScopeFun VID/PID
« on: October 05, 2019, 03:41:17 PM »
4.) You can now use the hardware. Use the "connect & upload" function in the software to upload the firmware images into FX2 and FPGA. Note that these images are uploaded in the volatile memory, so if you re-connect the hardware, you have to select again "connect & upload".

Hi, is a spi flash or else was planned in the next version hardware to store the FPGA firmware image permanently?

6
Software / Python develop
« on: October 05, 2019, 03:17:08 PM »
Hi,this is a nice project, the current software is develop by C++,it spends to much time on project build,for open source project I think python works well and easy to use, python have many mature third party libraries, such as numpy,scipy,pyqt5 or matplotlib .etc, it's so easy to do scientific calculations as well as graphical displays, and project owner have write several examples in python, does anyone wanna rewrite this software in python?

7
ScopeFun Q&A / Re: Can I buy it?
« on: September 25, 2019, 04:08:09 PM »
This is really an awsome project. And I want to know can this scope acquire all data from 2 analog channels and 12 digital channels at the sametime? Thank you very much.

Pages: [1]