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

Wireless Communication Subsystem recompiled (RPI ZERO W) #30

Closed OLLYDOTDEV closed 3 years ago

OLLYDOTDEV commented 3 years ago

as a software engineer I have a Wireless Communication Subsystem but so far that was compiled with C++, C, and java for it to run on atmega328p chips #2 now this as to be refined to just Raw c++ to that it can be Compiled with the GNU C++ Compiler for better knows as g++ so that It can be also run in the RPI zero

OLLYDOTDEV commented 3 years ago

so the first step was to fix the syntax to that it was setup for raw C++ , this had to be done as you cant compile straight from arduino hybirde code straight to C++ .

once the code was all in C++ i then needed to comefile it with g++ as this as this is part of the GNU Compiler Collection used to compile C++ code but you cant just compile with the NRF24 lib as you need to also as some parameters to inclune this the custom library see for how to compile. (make sure that the NRF24 is all ready installed )

there was all so been added is a make file that can be run to complie the code also so that is will help future people with mainating the code and there for the Sustainability of the project and thus implications, why this is important is that i will not allway be about to maintain this github repo and there for necessary action have been made to help the enduser or other developerss or even the end uses to keep this updated and functioning to that the platform that you project upholds will be avaible to time to some and still work how it was (or will be used) intentions.

https://github.com/OLLYDOTDEV/Project-Birdseye-DTX-2020/commit/04316a5810d78510f9b75538e462021d1105a40d