-
Content Count
12 -
Joined
-
Last visited
About jpnbino
-
Rank
Member
Profile Information
-
Gender
Male
-
Location
Brazil
-
Interests
Digital Discovery, embedded programming, ARM
-
Error Connecting to The Digilent Agent. Please Make sure The Digilent Agent Is Running.
jpnbino replied to mylim's topic in WaveForms Live, OpenScope MZ, and OpenLogger
Hi, I had the same problem and can't get past "error connecting / make sure the agent is running" message. That trick I quote worked, but it's strange because I was normally using my OS and then it stopped working and I had to do this workaround. I'm attaching dxdiag report so you have more in hands if you try to figure out what's going on. By the way, my OS does not connect to Wi-Fi anymore, I can select a network, set its password, but no connection is set... Thanks DxDiag.txt -
-
EEVblog #1056 - Digilent Open Scope MZ Review
jpnbino replied to peteruithoven's topic in WaveForms Live, OpenScope MZ, and OpenLogger
Hi, I have watched. I think he hadn't spent much time on waveformslive before the video ( I think because he was not much happy about it's not integrated to the Waveforms standalone). One thing, he missed that the pin coloring is available on the page so you don't have to memorize them. But, also, He has raised some important points about WaveFormsLive like the absence of protocol decoding and phase shift diagram. It was also a good review. Dave knows a loooot about electronics. -
Hi everyone, I need to write a script to control the UART Protocol so that I can simulate a serial conversation. So far, I've got just this code: var MyString = "@T00."; function Serial_Send(){ print("Automated Serial Writer"); for(;;) { // Loop at 0.1 sec rate wait(0.1); Protocol.UART.Send(MyString,false); } } if(!('Protocol' in this)) { throw("Please open Protocol instrument"); } Serial_Send(); The configuration of my serial is attached Of course, the endless loop didn't allow me to stop the Script or even abort it. But, it was sending data correctly. To stop the script I had to kill waveforms IDE (v3.7.9). How can I improve it so that I can stop the program anytime I want? Will I have to set a trigger for that using a StaticIO button? Thanks, João Paulo
-
-
-
-
What is the purpose of the SD card
jpnbino replied to Kabron's topic in WaveForms Live, OpenScope MZ, and OpenLogger
Hi @Kristoff , I saw that logging data feature in WaveForms is in Beta version. Is it working now? Is there any documentation to use it? Thank you, -João Paulo -
-
-
-
jpnbino started following Connect to Android with no WiFi router or network?, Openscope Acrylic Case and Retry Enumeration
-
Openscope Acrylic Case
jpnbino replied to tagaf's topic in WaveForms Live, OpenScope MZ, and OpenLogger
@Tagaf Did you get it? -
Hi @Daral3 Did Kristoff's steps work for you? Your feedback is important to all of us users, Thanks -João Paulo
-
Connect to Android with no WiFi router or network?
jpnbino replied to DwayneR's topic in WaveForms Live, OpenScope MZ, and OpenLogger
Nice question @DwayneR, Hi, @Kristoff, Have you guys considered using Bluetooth connectivity too for future products? The approach of 'access point' would be appreciated. Thanks -João Paulo -
-
-
-
jpnbino started following WaveForms Live, OpenScope MZ, and OpenLogger
-
jpnbino changed their profile photo
-
@JColvin Yes, Accurately! Searching a little bit the option save the Logic project does the work. @attila , Thank you!! save the Logic project does the work. I don't why I was insisting that the option should be under export option. My mistake
-
Hi @attila, That is what I already used but that does not meet what I want. What I mean is to export an entire acquisition in a way that can later be oppened later. For instance, this feature is present in Logic from Seleae. If you have Logic Seleae software please open the file attached. As I opened I can navigate my data. Link: https://www.saleae.com/downloads Thanks init_5807M.logicdata
-
jpnbino started following Save an acquisition
-
Hi all, I'm trying to save data from an acquisition but I'm not getting it. I mean, I want to document my tests and measurements. So, I wish to save the data in a way that I can later open it in WaveForms and navigate the capture. For now, I have only image but this does not help much. Does anyone know if WaveForms supports it? Thank you, João Paulo
-
How to configure a one shot push button
jpnbino replied to Glen Grenier's question in Scopes & Instruments
Hi, Glen Check this, if it does not work for you let me know: ( also, instead of a button you can set a trigger for you SPI ... at protocol tab -> SPI ) Remember to hit Single for this purpose. regards, João Paulo N Bino