Update: New link to screencast CI/CD pipeline for embedded devices using PlatformIO and Jenkins - #787
Conversation
|
Hi @Callet91, |
|
I'd like to give feedback to this demo |
|
Hi, Can I give you feedback? |
|
Hi, I'll give some feedback for this demo :) |
|
I'd like to give feedback to this demo as well! |
|
Feedback time! Overall it was a very nice screencast. Everything was easy to see and follow, and some nice music in the background (missing credits, unless I somehow missed it?). The highlighting of the key parts of the screen at times, was a nice touch. Easy to read the subtitles (color contrast) and good duration to be able to read everything without pausing. Quite nice to have actual footage of the hardware used included. Not sure if you included an easter egg or not, it you did I missed it. Unless it was the finger in the last footage, but not sure what it references. Only real improvements I have would be the following (only minor things, some not required): Might have wanted to have the bookmarks toolbar hidden, and close unused tabs, as well as remove the downloaded file at the bottom. There are some weird screen movement at some parts, unless it is an added effect? But looks like the sceen is moved slightly at some points, showing other parts of another monitor? Happens slightly at 0:56ish and can see part of a terminal later on, to the right. 2:23 "Skiping" -> "Skipping" 2:32 different tenses. "build" -> "built" That was all I had for now :) gj |
|
Over all the video is well made and I think it meets all mandatory requirements, good job! 👍 Some comments on good parts and possible improvements:
|
|
An interesting demo, good job! Here comes my feedback:
|
|
Hi, |
|
I would like to provide some feedback for this demo |
|
Feedback: In terms of improvements just a few: Overall a well explained and very interesting demo on a topic that I will definitely explore more into thanks to this. |
|
@cwinge @jadlers @stinalangstrom @nour95 and @nagavem Also there were a few questions about the music. It was originally not credited at the request of the creator, but you've convinced him to leave anonymity. So we introduce this original song created by none other that @Callet91 himself.
There are two test phases here. The first test compiles a test suite (set of unit tests) that is uploaded to each bare device. They then communicate the results (essentially result of every assertion) over the serial USB interface. This is used to test internal logic on each device. The second test is about testing the actual application. Here the normal application is uploaded to the device under test (DUT). We then have the other Arduino board which has a program that can take commands over USB. The Raspberry PI then sends commands to this board telling it to send some voltage on the DUTs input pin (simulating a real sensor value), and then commands the board to print the voltage values that it observers on the DUTs output pins. (The LED brightness values). We used the extra Arduino board in the middle as it was more complicated to create something that interfaces the Raspberry PIs 3.3v pins with the Arduinos 5v pins. In a more serious test rig the Arduino board would be replaced by test equipment like oscilloscopes, source meters, power supplies and communicated with and controlled using some standard like LXI or GPIB. We discussed just this issue before making the demo on how to explain the test setup so it made sense and fit within the 5 min window. We will however add a more detailed explanation (including information on how to recreate the demo) in the GitHub repo readme. |
…atformIO Changes made according to feedback in [KTH#787](KTH#787) and also increased video quality to 1080p. New link: [https://www.youtube.com/watch?v=7JVxvhcz8Go&feature=youtu.be](https://www.youtube.com/watch?v=7JVxvhcz8Go&feature=youtu.be)
…atformIO (#841) * Added README * Removed map * Added new map * Update README.md * Update README.md Adding links to submitted pull requests. * Update final screencast: CI/CD pipeline for embedded devices using PlatformIO Changes made according to feedback in [#787](#787) and also increased video quality to 1080p. New link: [https://www.youtube.com/watch?v=7JVxvhcz8Go&feature=youtu.be](https://www.youtube.com/watch?v=7JVxvhcz8Go&feature=youtu.be)
Added names on title screen and "Thanks for watching" in screencast. Also some minor fixes to make the text more readable during section regarding Hardware tests.