OLLYDOTDEV / Project-Birdseye-DTX-2020

The initial plan is to create a device that is made for the sole purpose of a Preemptive Security system for People who work with Confidential/Private Information and need to work on potentially more public places where one cant Guarantee fully secure/discrete room. My Approach to solving this is with a wireless computing node That Takes Sensor data from a variety of senses. Then the Data from the Senses is taken then and processed to determine whether there is a security breach if so then it will Relay that info over to the Raspberry Pi W that then Emulates an HID (Human interface device) Using the P4wnP1_aloa made by mame82 to Execute a custom user-defined action that will be set via Apache server hosted of the Raspberry Pi W Communicating From a web interface back to the purchase server utilizing Ajax
GNU General Public License v3.0
3 stars 1 forks source link

Atmega 328p #2

Closed OLLYDOTDEV closed 4 years ago

OLLYDOTDEV commented 4 years ago

As a user I want this to work out that is happened around the ROMS why as the main point of this project is to work out whether there was been a breach of location as happened and react to it so something needs to calculate that something has happened.

OLLYDOTDEV commented 4 years ago

Starting off to after I had worked out that I wanted to do for this project

I was faced with how I was going to approach this component of The Project. From main projects, I knew that I was going to tackle the designing of the PCB with eagle cad but as for the actual device itself I had initially thought I would go with something like a raspberry pi zero w But decided that for something that is going to be run on battery power I would rather have something that is more efficient Powerwise, So I turned to look at Arduino’s and this was Looking around the promising option but the idea of having to buy A whole bunch of bunch sensors and also fit all compactly would have work but I was looking for something a little more flexible. I thought surely there is a better way to using Arduino, if Arduino was made from smaller Components surely I can do the same just have it more adapted to my project. So after further investigation, I have seen that The do we know Uno is based off the atmega328 DIP chip (Some clones use the TQFP version)

So when looking into getting an atmega328 to work first you need to burn the Arduino boot loader show in The variety of different ways here From Arduino to ATmega328. I will be using the FTDI Adapter Is something that needs to be kept the mind while doing this is the fact that The hardware pinout for this chip is

000001_Selection

https://www.youtube.com/watch?v=kDL9CHratZE This Image Shows the physical pinout of the chips but Confused and Confusingly the pin 1 of port pinout does not Equal what can be seen for the function of the Pin as pin 1 Is a PWN pin Arduino is concerned it is pin ~D2

000001_Selection

So next it to set up the needed external components see https://github.com/OLLYDOTDEV/Project-Birdseye-DTX-2020/issues/4