or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
Forensic Report: VDS video intercom system
Examination
Descriptive list of items submitted for examination, including serial number, brand and model
Object
Serial number: 9445
Brand: FERMAX
Model: Monitor VEO color 4,3" Duox Plus FERMAX
Colour: WHITE
Made in: SPAIN
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →Forensic Questions
What does it do?
The video phone serves the purpose of communicating with an external camera and microphone reciever, in order to show the user who is ringing the doorbell.
How does it work?
The Fermax Wi-Box works by connecting to the VDS video intercom system in your home, allowing calls from the doorbell to be forwarded directly to your mobile device. Using the free Wi-Box app, available on both Android and iOS, you can remotely manage the intercom system, answering calls, viewing live video, and even unlocking doors or gates from anywhere. The Wi-Box operates in parallel with the home’s internal monitor, providing seamless control over access to your property while you're on the go.
How it's built?
The FERMAX VEO Color 4.3" Duox Plus monitor is constructed using a combination of electronic and plastic components. The main body is made of plastic, providing a frame that houses the internal circuitry. Electronically, the device is equipped with a color LCD screen, which serves as the user interface, and a control board that processes incoming signals from the Duox Plus system. The monitor also includes integrated buttons for user interaction, and it is powered by a low-voltage electrical connection.
Why it failed, or it wasn't used anymore?
The speaker and microphone part of the machine did work. However, the screen and communications component unfortunately wasn't working. The circuit was probably damaged in an energy surge and therefore fried the microcontroller from the main body.
Steps taken
Testing
After disassembling the intercom, we separated the different electronic components: the microphone, the speaker, and the screen. We then tested each of these circuits and examined them to understand how they work and how to make them function.
We did research on each of the electrical and electronic components in order to understand what was necessary to get them running. We used the multimeter to see if each component was still viable and afterwards used Barduino board to see if we could make them do things that they usually do respectivelly (pick up sounds, give off sound, or give off a graphic)
The first component to test succesfully was the speaker, which accompanied by a simple piece of code we were able to produce a simple song using tones.
After testing that, we proceeded to test the screen. Our first goal was to just make the screen light up, unfortunately we were not able to do so. Our theory is that there was an energy surge that fried the microcontroller of the screen.
[[Image here]]
The last component to test separately was the microphone. With this we had some difficulty due to the fact that we could only find one piece of documentation about the particular amplifyer that the microphone was using, and even that differed with our own tests using the multimeter. We are still pending on seeing if the microphone is able to pick up sound or not. We did however gather a piece of code in order to test this in an objetive way.
So We decided to separate all the microphone components from its control board to recover the parts and try to get the microphone working by creating our own circuit. This way, we can attempt to connect it to the speaker.
Results
How many motors did we find inside?
None.
Does it contain a computer or microcontroller?
Yes, one micro-controller that controls the screen and an other for the buttons and whic the comunication system.
Did you found any sensors?
It has buttons and a microphone.
Conclusions
What did you learn?
What surprised you?
Images