Extra extra! Read all about it! The EDN online community has named chipKIT Wi-FIRE one of their Hot 100 Products of 2015 in their Wireless and Networking category! Although they had posted a glowing review of the chipKIT Wi-FIRE back in February, we were pleasantly surprised to have stayed in their
Read more -->
Jay Weeks of Digilent is back with another very useful "Instructable" about external interrupts. Armed with a chipKIT board, a USB cable, and a piece of wire, he guides you through some example code, so that you can see for yourself how interrupts really work! Using very simple explanations, he discusses polling vs. interrupts, and then he delves deeper into the topic to discuss debouncing, interrupt service routines, volatile variables, and more. Check it all out at Instructables.
Read more -->Connect your LabVIEW™ projects to the real world! LINX from LabVIEW MakerHub is a free, open-source add-on for LabVIEW software. In this series of video tutorials, learn how to use LINX with the Digilent LabVIEW Physical Computing Kit in projects based on the chipKIT WF32™ board.
Read more -->
chipKIT core is ready for beta testers!
The chipKIT platform development team is very excited to announce general availability of a chipKIT-core download that can be used within the latest Arduino™ IDE. You can now program all of the chipKIT boards directly from within the Arduino IDE. The new chipKIT-core is currently available for broad testing, and is actively being updated as issues are identified. The chipKIT platform development team sincerely appreciates all feedback from users who try out this new form of chipKIT development
Read more -->
Besides the many Arduino-based core functions available to you, the chipKIT platform also provides chipKIT-specific core functions for the core timer service and task management.
In this post, we focus on task management, by providing a simple
example. Task Management essentially allows for multiple tasks to run in
the background, which can simplify the programming in your loop()