Home Blog  



12 May 2013

The Aithon board is an integrated robot controller board with a 32-bit ARM microcontroller and a powerful software library.

The Aithon board is a microcontroller board that combines the power of a 32-bit ARM Cortex-M4 with several integrated features that make robot building and experimentation fun. We set out to create a board that has more processing power and memory than the typical Arduino, yet has integrated hardware that you would not find on a Raspberry Pi.

Aithon: 32-bit ARM Microcontroller Board - [Link]

1 May 2013

5024304_orig

Olympia, WA, April 29, 2013, Olympia Circuits introduces the Arno Shield to expand their line of products for new Arduino users.  The Arno Shield contains all the components necessary to learn Arduino programming when plugged into an Arduino compatible board without any messy wires.  The original Arno Learning Kit was introduced last year and received a great response as an innovative approach to learning the basics of electronics and Arduino.  The shield provides another way for new users to dive into the world of Arduino and breaks down barriers to learning about microcontrollers.

The Arno Shield will be available for purchase at olympiacircuits.com on May 2nd.

The Arno Shield shares the same features of the Arno, but in a familiar shield form factor.  Bring your own Arduino compatible board, drop in the shield and start learning to write sketches.

The Arno Shield comes with the well regarded book “Learn Arduino with the Arno” which gives step-by-step instructions for more than forty projects.  All the components for the projects are built into the Arno Shield, so no wiring is necessary, just plug and play.  The Arno shield, like the original Arno, is fully compatible with the Arduino programming language and integrated development environment.

To allow for a wide range of learning projects, the shield includes the following devices:

  • Four green LEDs
  • One RGB LED
  • One infrared LED
  • Two momentary pushbutton switches for digital inputs
  • One thumbwheel potentiometer to introduce analog measurements and controls
  • One piezo element to create tones and measure vibrations
  • One phototransistor to detect infrared and visible light
  • An I2C digital temperature sensor to introduce between-device digital communication

Users of the Arno have enjoyed the ability to dive right in to programming without messing with wires and small parts.  Like the original Arno, the Arno Shield and an Arduino compatible board make a good travel kit that wonʼt get you hung up in security. For more information see the product page at http://www.olympiacircuits.com/arno-shield.html and contact info@olympiacircuits.com.

Olympia Circuits announces the Arno Shield - [Link]

10 Apr 2013

jb20130407a

Here is a great article on EDN discussing how to select the right mcu for your project. Jacob Beningo writes:

Selecting the right microcontroller for a product can be a daunting task. Not only are there a number of technical features to consider, there are also business case issues such as cost and lead-times that can cripple a project. At the start of a project there is a great temptation to jump in and start selecting a microcontroller before the details of the system has been hashed out. This is of course a bad idea. Before any thought is given to the microcontroller, the hardware and software engineers should work out the high levels of the system, block diagram and flowchart them and only then is there enough information to start making a rational decision on microcontroller selection. When that point is reached, there are 10 easy steps that can be followed to ensure that the right choice is made.

10 steps to selecting a microcontroller - [Link]

24 Feb 2013

pickit2d

PICkit 2 programmer is open source, so you can build your own:

PICkit 2 was originally built by Microchip as open design programmer with the schematic, source code and firmware available to boost the popularity of the PIC devices. Because of that it is easy to build a clone version of the original device. Most of the clones will produce unregulated 5 volt VPP where the original Microchip PICkit 2 provides adjustable VPP output to allow 3.3 and 2.5 volt parts programming. The schematic I have used is based on the original PICkit 2 without programmer-to-go functionality. That functionality allowing a hex file to be downloaded to the PICkit 2 to later program PIC microcontrollers without a PC with a simple pressing programmer’s push button. I do not think that functionality is required for a hobbyist but allows simplify the schematic by omitting two 24C512 EEPROM chips. The Eagle Files designed using only thru-hole mounting parts.

Build your own PICkit 2 programmer - [Link]


11 Feb 2013

PIC_Breakout_Breadboard

This mini breakout board is designed to simplify prototyping and experimentation work with the popular 18-pin PIC16F series microcontrollers. It is small in size (1.95″ X 0.75″) and is breadboard friendly. It supports PIC16F84A, PIC16F628A, PIC16F88, PIC16F648A, PIC16F1827, PIC16F1847, and other 18-pin microcontrollers in the same series.

Mini breakout board for 18-pin PIC16F series microcontrollers - [Link]

29 Jan 2013

max7219_05

Ronald Willem Besinga writes:

One of the basic usage of the TIMER peripheral on every microcontroller is to provide the accurate timing mechanism. Using the TIMER peripheral as the basic timing, we could easily develop a stopwatch and display it to the 8-Digit seven segment numeric LED display. Thanks to the Maxim MAX7219 chip which enable us to interface this 8-Digit seven segment LED display much easier using just three wires of the SPI (serial peripheral interface) to display the hour, minute, second, and hundredth of seconds to the 8-Digit seven segments LED display.

Build your own stopwatch using Maxim MAX7219 Serially Interfaced, 8-Digit LED Display Drivers - [Link]

14 Jan 2013

normal_distribution

When collecting data from a sensor, it wonʼt be very long before you need to calculate some statistics on that data such as the mean and standard deviation. A touch sensor is a good example. Its data may not be very stable and an average needs to be calculated in order to determine a valid touch. Standard deviation is another useful measurement in helping determine the quality of the data gathered.

Because of the very limited memory in microcontrollers, the luxury of storing large data sets is not possible. This article describes a means to collect such a dataset with a very small storage footprint.

Statistics on the Arduino (also Pic or any microcontroller) - [Link]

4 Jan 2013

ti-rtos_config-tools

Texas Instruments has developed a new, free real-time operating system (RTOS) based on a pre-emptive multithreading kernel, which will run on the full portfolio of TI microcontrollers, including dual core devices. TI-RTOS includes a deterministic, real-time multitasking kernel (SYS/BIOS) with a TCP/IP stack, including network applications, USB, EMAC, MMC/SD host and device stacks and class drivers, FAT-compatible file system fully integrated with C RTS file I/O functions and Ethernet, USB, UART, I²C and SD device drivers. It also supports low overhead core-to-core communication mechanism for dual-core devices. [via]

TI Launches RTOS for Microcontrollers - [Link]

4 Dec 2012

MIcrocontroller design course. ECE 4760 deals with microcontrollers as components in electronic design and embedded control. There is a large final project. See also: http://www.youtube.com/playlist?list=PLEB09A7C8641987A8

Lectures: https://www.youtube.com/playlist?list=PLD7F7ED1F3505D8D5&feature=plcp

Projects: https://www.youtube.com/playlist?list=PLEB09A7C8641987A8&feature=plcp

Full course materials and project documentationare available at: http://people.ece.cornell.edu/land/courses/ece4760/

Lectures from Cornell, Spring 2012 ECE4760 “designing with microcontrollers” - [Link]

23 Nov 2012

embedds.com point us to :

In many microcontroller projects you need to read and write data. It can be reading data from peripheral unit like ADC and writing values to RAM. In other case maybe you need send chunks of data using SPI. Again you need to read it from RAM and constantly write to SPI data register and so on. When you do this using processor – you loose a significant amount of processing time. In order to avoid occupying CPU most advanced microcontrollers have Direct memory Access (DMA) unit. As its name says – DMA does data transfers between memory locations without need of CPU.

Using Direct Memory Access (DMA) in STM23 projects - [Link]




 
 
 

 

 

 

Search Site | Advertising | Add your link here | Contact Us | Android TV Box
Elektrotekno.com | Free Schematics Search Engine | Electronic Kits | Electronic Accessories