Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:cyberalarm [2019/11/23 21:07] kratenkoprojects:cyberalarm [2023/11/30 17:47] (current) – external edit 127.0.0.1
Line 9: Line 9:
 <WRAP clear></WRAP> <WRAP clear></WRAP>
  
-<markdown> 
 The modern world is a busy place and not without danger. Computers are part of every aspect of our lives, and global networks connect them all around the planet. In this world, the threat of *cyber* is ubiquitous at every given moment. The modern world is a busy place and not without danger. Computers are part of every aspect of our lives, and global networks connect them all around the planet. In this world, the threat of *cyber* is ubiquitous at every given moment.
  
Line 45: Line 44:
  
 ## Assembling the parts ## Assembling the parts
-![](:projects:button-attached.jpg)+ 
 +{{ :projects:button-attached.jpg)?nolink |}} 
 Because of the voltage differences it is important to program the Arduino before the soldering is done. While I did the development I kept the parts on a breadboard, so I could add a logic shifter. The final soldering was done when I was content that my programming would work. Because of the voltage differences it is important to program the Arduino before the soldering is done. While I did the development I kept the parts on a breadboard, so I could add a logic shifter. The final soldering was done when I was content that my programming would work.
  
Line 83: Line 84:
  
 There are some hardware components on the Arduino that we do not need but cannot turn of and that will consume power. The most obvious one is the LED that is permanently on. You can easily break it off with screw driver or better yet solder it of. The next thing is the voltage converter that is supposed to generate 5V out of a higher voltage. We do not use it, but it still uses power from the power that enters through its output. So we solder that off, too. There is still the USB controller used to program the Arduino. We could also take that of to save even more power, but then we would not be able to change the firmware. Also it would be strange to use an Arduino at this point, as we would have not much left but the Atmel µC. At this point we should probably start from the Atmel only and use an external programmer &ndash; but that would be beyond the scope of this. There are some hardware components on the Arduino that we do not need but cannot turn of and that will consume power. The most obvious one is the LED that is permanently on. You can easily break it off with screw driver or better yet solder it of. The next thing is the voltage converter that is supposed to generate 5V out of a higher voltage. We do not use it, but it still uses power from the power that enters through its output. So we solder that off, too. There is still the USB controller used to program the Arduino. We could also take that of to save even more power, but then we would not be able to change the firmware. Also it would be strange to use an Arduino at this point, as we would have not much left but the Atmel µC. At this point we should probably start from the Atmel only and use an external programmer &ndash; but that would be beyond the scope of this.
 +
 +160µA deep sleep current is far from perfect, but it will keep the device running for a few month.
 +{{ :projects:alarm-deep-sleep.jpg?nolink |}}
  
 ## The Things Network ## The Things Network
Line 102: Line 106:
 The Cyber Alarm was used in a talk about LoRaWAN that we were able to hold at 35c3 &ndash; thanks to Chaos West for hosting us on their stage! Sadly, the first few minutes of the recording are audio only. But the Cyber Alarm can be seen.<br> The Cyber Alarm was used in a talk about LoRaWAN that we were able to hold at 35c3 &ndash; thanks to Chaos West for hosting us on their stage! Sadly, the first few minutes of the recording are audio only. But the Cyber Alarm can be seen.<br>
 https://media.ccc.de/v/35c3chaoswest-27-long-range-radio-communication-for-everyone-using-lorawan- https://media.ccc.de/v/35c3chaoswest-27-long-range-radio-communication-for-everyone-using-lorawan-
-</markdown><html>+<html>
 <iframe width="840" height="473" src="https://media.ccc.de/v/35c3chaoswest-27-long-range-radio-communication-for-everyone-using-lorawan-/oembed" frameborder="0" allowfullscreen></iframe> <iframe width="840" height="473" src="https://media.ccc.de/v/35c3chaoswest-27-long-range-radio-communication-for-everyone-using-lorawan-/oembed" frameborder="0" allowfullscreen></iframe>
 </html> </html>
 +