Managing the thermocouple MAX31855

Managing the thermocouple MAX31855

This product can be bought at our shop as: Thermocouple MAX31855 Thermocouples are a common form of temperature measurement devices that are widely used in industrial applications. Achieving high system accuracy from thermocouple measurements can be difficult because there are many sources of error within a given system. Using an integrated analog front-end + ADC…

Read More Tags: , , , , ,

Cosino’s u-boot bootloader

Cosino’s u-boot bootloader

If you need to recompile Cosino’s u-boot bootloader you have to clone u-boot repository on our GitHub page. You can use command:

then setup your cross compiler (on my Ubuntu I used package gcc-arm-linux-gnueabi):

At this point you can cross compile the bootloader by using:

This command configures u-boot in order to…

Read More Tags: , , , , , , ,

Cosino’s at91bootstrap pre-bootloader

Cosino’s at91bootstrap pre-bootloader

If you need to recompile Cosino‘s at91bootstrap pre-bootloader you have to clone at91bootstrap repository on our GitHub page. You can use command:

then setup your cross compiler (on my Ubuntu I used package gcc-arm-linux-gnueabi):

At this point you can cross compile the bootloader by using:

This command configures at91bootstrap in order to…

Read More Tags: , , , , , ,

Cosino: the quick prototyping embedded system

Cosino: the quick prototyping embedded system

Cosino is a real hardware gym for quick prototyping. One unique tool that combines the functionalities of a mini-computer with those of a professional automation system. All in one product: with its countless peripherals it’s capable of handling any type of invention. The Cosino Project is a comprehensive lineup of CPUs boards, carrier boards (named…

Read More Tags: , , , , , ,

Getting access to Mega 2560 serial port from Linux serial console

Getting access to Mega 2560 serial port from Linux serial console

If you have a ready-to-run Arduino Mega 2560 application that is managed by an external program running on a PC and you wish using it on Cosino’s Mega 2560 extension you may wish get access to the standard Arduino serial port… of course you can do it by getting access to Cosino’s /dev/ttyS3 device but,…

Read More Tags: , , , , , , ,

Managing the Mega 2560 peripherals by MODBUS protocol

Managing the Mega 2560 peripherals by MODBUS protocol

As shown in this article you can interact with the Mega 2560 CPU on your Cosino Mega 2560 board by using a control terminal with several text commands, however, as stated at the end of the article, this behaviour in quite inefficient so a better way must be used for production environment! A possible solution…

Read More Tags: , , , , , , , ,

Mega 2560 control terminal

Mega 2560 control terminal

In most cases having a simple and quick access to the system GPIOs, ADCs and other ports is useful, here I’m going to show to you how to implement a simple control terminal for the on-board CPU of Cosino’s Mega 2560 extension. In this example I’m going to use simple commands from the command line as…

Read More Tags: , , , , , , , ,

Quick Prototyping Workshop with Linux board

Quick Prototyping Workshop with Linux board

Ready, set, GO! Are you ready to sign up to the first workshop dedicated to Cosino Mega 2560 Board? Next May 11th at Multiverso site (Florence – Italy) you can follow a complete course of quick prototyping using a GNU/Linux embedded system designed to industrial and control automation applications. Don’t miss this event! See Multiverso site for further…

Read More Tags: , , , , , ,

Cosino boards are officially into kernel 3.14!

Cosino boards are officially into kernel 3.14!

We are pleasured to announce that new Linux release 3.14 has been released and Cosino Mega 2560 board is now officially supported since commit id 470e891b06b2971037b38020cb4b9e7e496500e6 as shown below:

Read More Tags: , , , ,

Building Mega 2560 applications from the command line

Building Mega 2560 applications from the command line

Most of Arduino programmers well know the Arduino's GUI where they usually build their applications, but exists another way to build Arduino applications: directly from the command line with little help from other tools! Let's see how!  Note: Programmers whose love managing their programs from the command line may enjoy this little tutorial :-] First…

Read More Tags: , , , , , , , ,