Arduino: Read DHT22/AM2302 Temperature and Humidity Sensor Using Interrupts

[toc] There are many sites where you can find Arduino schematics and code to read a temperature and humidity sensor then display that data on the Serial Monitor. I have not worked with the (more accurate) DHT22/AM2302 sensors and wanted to test them. In addition, I will be demonstrating how to use interrupts (instead of […]

Continue Reading

Debugging SharePoint Issues and ULS Log Files

I often see administrators and developers new to SharePoint find debugging difficult and complex. When working with SharePoint, log files are your friend.  In large on-premise farms, locating issues within large log files can be time consuming and sometimes difficult. When I am presented with an error that contains a correlation ID, I first resort […]

Continue Reading