Site Information

 Loading... Please wait...

Blog

ATmega64 Development Board Designed For Rapid Prototyping

The STK64+ by WaveShare is a complete, cost-effective development board for the ATmega64. It is designed to provide embedded system designers a quick start to developing code on the ATmega64 MCU and supports them with developing a prototype device quickly and easily.The ATmega64 chip resides on a device board, which sits on top of the motherboard; hence, allowing [...]

Read More »


CAN FD (CAN Bus with Flexible Data Rate) Prototyping For Embedded Systems Such As Arduino, Raspberry Pi

CAN FD was created to accommodate increases in bandwidth requirements within automotive networks. The CAN FD protocol has brought the software closer to "real time" through the minimization of delays between instruction and transfer of data (latency) and higher bandwidth. CAN FD also allows for more storage capacity in a data frame. While the classic CAN [...]

Read More »


Raspberry Pi And Arduino Internet-Of-Things (IoT) Development Kits

Development Kit for Raspberry Pi 3 and Arduino with 16 Different Sensor Modules, And Other Electronic ComponentsThe HSU IoT development kit is suited for electronic hobbyists and advanced learners to expand Raspberry Pi and Arduino programming for IoT applications. It comes with more than 300 components with breadboard kit and 16 sensor models, making it a [...]

Read More »


Bluetooth Low Energy (BLE) Projects with Arduino, Raspberry Pi, and Smartphones

Bluetooth Low Energy (Bluetooth LE, colloquially BLE, previously marketed as Bluetooth Smart) is a wireless personal area network technology designed and marketed by the Bluetooth Special Interest Group (Bluetooth SIG) and intended for innovative applications in the healthcare, fitness, beacons, security, and home entertainment applications. Compared to Classic Bluetooth, Bluetooth Low Energy was designed to render [...]

Read More »


Building Arduino-Based Projects For The Internet Of Things (IoT)

Gain a solid foundation of Arduino-based device development, from which you can go in any direction according to your specific development needs and desires. You will build Arduino-powered devices for everyday use, and then connect those devices to the Internet.This book introduces the building blocks of IoT, and then you can deploy those principles by [...]

Read More »


Programming Atmel's AVR Microcontrollers, The Chips That Power Arduino

Atmel's AVR microcontrollers are the chips that power the Arduino platform and are the go-to chip for many hobbyists and their hardware hacking projects.  In this book, you set aside the layers of abstraction implemented by the Arduino environment and learn how to program AVR microcontrollers instantly. In doing so, you learn more about the chip, and you [...]

Read More »


Using LabVIEW To Automate Arduino Projects Without Writing Code

If you already have some knowledge of working with LabVIEW and want to utilize your skills to control physical objects and make measurements using sensors under the Arduino platform, this book is for you. Prior knowledge of Arduino and LabVIEW is essential to understand the projects detailed in this book thoroughly. This book covers various projects that [...]

Read More »


Build Autonomous Robots Using The Arduino Board And Software

This book supports you to breathe life into the robots of your dreams―without advanced electronics or programming skills. Arduino Robot Bonanza shows you how to build autonomous robots using ordinary tools and standard parts. Learn how to wire things up, program your robot's brain, and add your unique flair. This easy-to-follow, fully illustrated guide starts with the [...]

Read More »


SAE J1939 Programming with Arduino – Recommended Literature

This post is part of a series about SAE J1939 ECU Programming & VInsert linkehicle Bus Simulation with Arduino. There is more than plenty and valuable literature available on the Arduino, but, being an experienced programmer, the one and only work I read was:Programming ArduinoGetting Started with SketchesBy Simon MonkISBN 978-0071784221Also recommended for providing more background information:Controller Area Network [...]

Read More »


SAE J1939 Programming with Arduino – Function Calls Description

This post is part of a series about SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino. j1939.Initvoid j1939.Init(int nSystemTime);Initializes the ARD1939’s memory, baud rate settings, etc.nSystemTime - This is the loop time of your application in milliseconds. This information will provide the ARD1939 protocol stack a time base to manage all timers required for various protocol tasks.Ideally, the system [...]

Read More »