Tag: Development
Introducing a new way of browsing Arduino
Arduino continues to expand their ecosystem! On behalf of the Arduino Design and Web Teams, we’re proud to announce a new navigation for our online ecosystem to improve your Arduino experience. Arduino’s commitment is to put our users in the center of what we do and make complex technology easy. Not only as our mission, […]
Continue ReadingDS1307 Real Time Clock and Arduino
There are many applications where a real time clock (RTC) is of use for display, data logging with date/time stamp, etc. When you find yourself needing a RTC for your project, this article will help guide you to completion. There are many, probably thousands, of articles on RTC’s and how to interface them with an […]
Continue ReadingArduino Launches a New Modular Platform for IoT Development
Arduino, the open-source hardware platform, yesterday (1/7/2020) announced the launch of a new low-code platform and modular hardware system for IoT development. The idea here is to give small and medium businesses the tools to develop IoT solutions without having to invest in specialized engineering resources.
Continue ReadingArduino and Raspberry Pi Project Ideas
I’ve decided to keep a list of sites and articles that provide instructions for building Arduino and Raspberry Pi projects. Below you will find a list of the sites I visit when searching for ideas and answers. As I find new resources I will update this article. If you have a resource you’d like added […]
Continue ReadingMicrosoft Flow Online Conference, Tuesday, September 10, 2019
Come and join some of the best teachers, trainers and Microsoft Flow MVP’s from around the world as they bring 9 hours of back-to-back Microsoft Flow training and tutorial sessions live and on-demand to you!
Continue ReadingVisual Studio Code – May 2019 (v1.35) Released
The Visual Studio Code team has released the May 2019 (v1.35) updates. Find the details here: https://code.visualstudio.com/updates/v1_35
Continue Reading5v and 3.3v Breadboard Power Supply
One thing I do quite a bit of is testing and development on both the Arduino micro-controller and Raspberry Pi micro-computer. I have a few different test environments and they all use some sort of breadboard. When I’m using multiple controllers/computers, sensors and input devices, I need the breadboards to be powered. This can, and […]
Continue ReadingArduino: 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 ReadingDebugging 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