So, A couple of days ago I posted in regards to Debouncing hardware button press using the Atmel family. The reason why I needed to do this was because I was planning to send a pulse width modulation signal to an H-bridge controller. Now in your Int Main you need to initialize the parameters of your …
Category Archives: Uncategorized
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 …
Continue reading “Documenting Missing Security Groups in Active Directory”
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 …
GoDaddy Backups
Well, I got lucky today. Apparently, my hosting is so old GoDaddy actually offers 30 backup and file revisions and I got a copy of my old Database back. Guess I got lucky this time. It’s a shame the DB Backup’s copy itself using the same name. My bad copy ended up overwriting my good copy …
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 …