Documenting Missing Security Groups in Active Directory

So in one of the environments, I am working in. There are alot of one off security groups that are undocumented in Active Directory that needs to be moved to a centralized database. I used the following code to run through AD, Find users that have the same Dept and Job title information via the wwwHomepage attribute …

Software Button Debouncing Logic – Atmel

So and I’m kinda constructing a suped-up power wheels car. There’s been a couple bumps in a road but it’s been mostly a nice learning experience. There’s a lot of little things that pop up when working with upgrading inductive motors in one of was software Debouncing for the gas pedal so the logic below is just an example of what …

Reverse Engineering the RS485 protocol

Well this weekend I had quite an adventure with RS485. I ran into a couple issues on the way. One was Identifying the baud rate of what your vampire tapping into. One way is to use an Oscilloscope and find the shortest pause and calculate the baud rate from that. Take the shortest pulse, then …