
victory460
Members-
Content Count
30 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Gallery
Everything posted by victory460
-
Hello! I use Arduino IDE Upload,but it Checksum failed. such as: DigilentPGM V1.00 Digilent Copyright 2016 Written by Keith Vogel Comm Port: COM5 Baud rate set to: 115200 Extended Digilent Bootloader Found Board Name: OpenScope Vendor: Digilent Bootloader Version: 0x2010001 Capabilities: 0x170f0631 Device ID: 0x17218053 Flash Page Size: 16384 Flash Row Size: 2048 Baud rate set to: 1250000 Processing HEX file: C:\Users\victory\AppData\Local\Temp\buildf32f661be52264a7c3c309557dfd8404.tmp/ReadAnalogVoltage.ino.hex Opened HEX file: C:\User
-
My goal is to add another one serial communication to OpenScope MZ then I tried to use a soft serial port in the OpenScope MZ firmware, but it compiled failed. Arduino:1.6.9 (Windows 10), "Digilent OpenScope" In file included from C:\Users\victory\AppData\Local\Arduino15\packages\Digilent\hardware\pic32\1.0.3\cores\pic32/WProgram.h:20:0, from C:\Users\victory\AppData\Local\Arduino15\packages\Digilent\hardware\pic32\1.0.3\cores\pic32/Arduino.h:4, from C:\Users\victory\AppData\Local\Arduino15\packages\Digilent\hardware\pic32\1.0
-
Arduino IDE Compiled SoftwareSerialExample failed
victory460 replied to victory460's question in Digilent Microcontroller Boards
Thank you very much for your answer, I followed your approach, and it succeeded. My goal is to add another one serial communication to OpenScope MZ then I tried to use a soft serial port in the OpenScope MZ firmware, but it compiled failed. Arduino:1.6.9 (Windows 10), "Digilent OpenScope" In file included from C:\Users\victory\AppData\Local\Arduino15\packages\Digilent\hardware\pic32\1.0.3\cores\pic32/WProgram.h:20:0, from C:\Users\victory\AppData\Local\Arduino15\packages\Digilent\hardware\pic32\1.0.3\cores\pic32/Arduino.h:4, -
I'm trying to use Serial1 in the OpenScope MZ firmware By using the OSSerial module . I make the following changes in GlobalData.cpp and in OpenScope.h. GlobalData.cpp: Which dma parameters, I just fill 1, which is what should be filled DMA figures? OpenScope.h: Then I add Serial1.begin(SERIALBAUDRATE); in the main.cpp, but it compiled failed that ' Serial1' was not declared in this scope. Then I try to find where the original Serial declared,but I cannot find it.I want to know where the original Serial instance is declared ?
-
Arduino IDE Compiled SoftwareSerialExample failed
victory460 posted a question in Digilent Microcontroller Boards
I tried to use ‘ Arduino15 \ packages \ Digilent \ hardware \ pic32 \ 1.0.3 \ libraries \ SoftwareSerial\examples\SoftwareSerialExample‘ Soft serial port to achieve a send and receive function, but it is wrong: Arduino:1.6.9 (Windows 10), "Digilent WiFIRE(Rev D)" C:\Users\victory\AppData\Local\Arduino15\packages\Digilent\hardware\pic32\1.0.3\libraries\SoftwareSerial\SoftwareSerial.cpp: In member function 'void SoftwareSerial::begin(long int, uint32_t)': C:\Users\victory\AppData\Local\Arduino15\packages\Digilent\hardware\pic32\1.0.3\libraries\SoftwareSerial\S -
It does not matter, but still thank you very much for your reply. I tried to use ‘ Arduino15 \ packages \ Digilent \ hardware \ pic32 \ 1.0.3 \ libraries \ SoftwareSerial\examples\SoftwareSerialExample‘ Soft serial port to achieve such a function, but it is wrong: Arduino IDE errors: Arduino:1.6.9 (Windows 10), "Digilent WiFIRE(Rev D)" C:\Users\victory\AppData\Local\Arduino15\packages\Digilent\hardware\pic32\1.0.3\libraries\SoftwareSerial\SoftwareSerial.cpp: In member function 'void SoftwareSerial::begin(long int, uint32_t)': C:\Users\victory\AppData\Local\Arduino
-
Thanks a lot! I would like to establish a separate simple project to use the serial port (RF4, RF5) in the logic analyzer to realize the data receiving and sending functions. But without the help of Arduino API, I do not know how to implement such a function. Could you give me such a simple example? (By github link or others). Thanks a lot! @Kristoff
-
Hello,I would like to use openscopeMZ as arduino board to do some small applications, but I do not know pinout table of OpenscopeMZ as arduinio.Can you give me a table like this or sampler than it : https://reference.digilentinc.com/reference/microprocessor/wi-fire/reference-manual or like this: or give me a way to find the answer of it. @everyone @sudharsan.sukumar @Kristoff Thanks a lot !
-
Hello, Everyone.When I use the built-in Blink Arduino example for Openscope, it compiled error. Arduino:1.6.9 (Windows 10), "Digilent OpenScope" c:\users\victory\appdata\local\arduino15\packages\digilent\tools\xc32-tools\xc32-1.43\bin\bin\gcc\pic32mx\4.8.3\..\..\..\..\bin/xc32-ld.exe: MPIDE Version not specified correctly c:\users\victory\appdata\local\arduino15\packages\digilent\tools\xc32-tools\xc32-1.43\bin\bin\gcc\pic32mx\4.8.3\..\..\..\..\bin/xc32-ld.exe: Link terminated due to previous error(s). collect2.exe: error: ld returned 255 exit status ex
-
Hello,I downloaded openscope-mz-master.zip firmware from github ,then follow content of README.md ,but compiled failed.: Arduino:1.6.9 (Windows 10), development board:"Digilent OpenScope" C:\Users\victory\AppData\Local\Temp\build4e1e4857f8074ecba6789be3a91b1a66.tmp/core\core.a(main.cpp.o): In function `main': c:/users/victory/appdata/local/arduino15/packages/digilent/hardware/pic32/1.0.3/cores/pic32/main.cpp:58: undefined reference to `setup' c:/users/victory/appdata/local/arduino15/packages/digilent/hardware/pic32/1.0.3/cores/pic32/main.cpp:63: undefined reference to `lo
-
Hello,When I was enjoying the OpenScope MZ Firmware, I was surprised to find that the serial baud rate was written at 1250000. Faced with such a high baud rate, I can not find serial debugging tools to see printout information. Can you give me a serial debugging tool to see printout information.Thanks a lot. You can give it as a url or send to my e-mail too.Thanks a lot. E-mail:[email protected]