[minima] Re: Some Updates from Me!

  • From: "pakdeDar" <pakdedarmantaoye@xxxxxxxxx>
  • To: "Minima Group" <minima@xxxxxxxxxxxxx>
  • Date: Tue, 28 Jan 2014 22:42:10 +0000

Well Thomas, thanks for your clear and fast respond.

Pse tell me what type usb to serial port cable I have to buy. I search but get 
confuse as many type was provided.

I can buy from the local suppplier at around USD 29 w/ present IDR currency.


Kaspa-kaspaanlayauw ®

-----Original Message-----
From: Thomas Sarlandie <thomas@xxxxxxxxxxxxx>
Sender: minima-bounce@xxxxxxxxxxxxx
Date: Tue, 28 Jan 2014 14:35:40 
To: minima@xxxxxxxxxxxxx<minima@xxxxxxxxxxxxx>
Reply-To: minima@xxxxxxxxxxxxx
Subject: [minima] Re: Some Updates from Me!

Hi,

The chip used by the Arduino Uno, and used by Farhan in the minima is the
Atmega 328P-PU.

For reference, the original datasheet is here:
http://www.atmel.com/Images/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Summary.pdf

The -PU means it comes in a DIP package.

To program this chip with the Arduino tools and the serial port you need to
have the bootloader programmed on it. What I meant is that you can buy the
chip with the bootloader already on it, or just program it yourself.

The bootloader that is recommended now is the Arduino Optiboot bootloader:
https://code.google.com/p/optiboot/


Pre-programmed Atmega328 with bootloader like this:
http://www.ebay.com/itm/4x-Atmega328-w-Arduino-UNO-Optiboot-Bootloader-ATMEGA328P-PU-4pcs-/380827609802?pt=LH_DefaultDomain_0&hash=item58ab182aca
or
http://www.ebay.com/itm/ATMEGA328P-PU-with-UNO-Bootloader-Arduino-Genuine-ATMEL-/321254166986?pt=LH_DefaultDomain_0&hash=item4acc3d91ca

Or not pre-programmed (== without the bootloader):
http://www.ebay.com/itm/1-x-ATMEGA328P-PU-ATMEGA328-MICROCONTROLLER-IC-FREE-SHIPPING-/321044251247?pt=LH_DefaultDomain_0&hash=item4abfba826f

Hope this helps.

cheers,
thomas




On Tue, Jan 28, 2014 at 2:15 PM, pakdeDar <pakdedarmantaoye@xxxxxxxxx>wrote:

> Hi Thomas,
>
> Your explanation was informative to me.
>
> Yes, I can find Atmega328P loaded w/ bootloader here in Indonesia easily
> from the supplier w/o additional charge, of course. What they ask is the
> kind of bootloader if any special requirement. Ask to load is better for me
> for I do not have any experience and equipment for Arduino.( I usually used
> PIC microcontroller and I have an usb programmer but not for AVR ). And for
> the moment I do not plan to buy Arduino but very excited to learn from the
> expert.
>
> I will see the link you inform. If I need some help I will ask you to
> explain.
> I start w/ you say "...looking for pre-programmed chips but standard
> atmega328 will also work just fine.
> ..". Pse explain me more.
>
> Thanks in advance.
>
> Sudarmanta - YC1DCN
> West Java, indonesia
>
> Kaspa-kaspaanlayauw ®
> ------------------------------
> *From: * Thomas Sarlandie <thomas@xxxxxxxxxxxxx>
> *Sender: * minima-bounce@xxxxxxxxxxxxx
> *Date: *Tue, 28 Jan 2014 13:33:18 -0800
> *To: *minima@xxxxxxxxxxxxx<minima@xxxxxxxxxxxxx>
> *ReplyTo: * minima@xxxxxxxxxxxxx
> *Subject: *[minima] Re: Some Updates from Me!
>
> Hi,
>
> If you do not have the bootloader, you will not be able to program the
> chip through the serial port.
>
> Also, I believe you may need to reset your circuit (power off/on will do)
> to make sure the bootloader kicks in and start the bootloader in the next
> few seconds.
>
> Finally, I know everyone has been looking for pre-programmed chips but
> standard atmega328 will also work just fine. You can get them a bit
> cheaper, especially in volume. Programming the bootloader is very easy and
> can be done with an arduino board or with any avr programmer (I bought a
> usbtinyisp on amazon for less than $15 two years ago - great investment).
>
> For more information on the bootloader, and how to use an arduino chip
> outside an arduino official board, I recommend:
> http://arduino.cc/en/Tutorial/ArduinoToBreadboard
> and
> http://arduino.cc/en/Main/Standalone
>
> I would be happy to help if you have questions. That is more my field than
> crystal filters ;)
>
> thomas
>
>
> On Tue, Jan 28, 2014 at 12:49 PM, pakdeDar <pakdedarmantaoye@xxxxxxxxx>wrote:
>
>> Hi Mark,
>>
>> So it's not as simple as I think .
>> To buy chip w/ bootloader already loaded was easy to find. But then
>> programmed it using Uno board is not my expectation, I think from the
>> beginning you got proven that the chip could be programmed using usb to
>> serial.
>>
>> What I want to know is the type of the usb to serial converter cable you
>> use. Other is what kind of bootloader to be loaded.
>>
>> My conclusion is that from the beginning the chips should have been
>> loaded w/ bootloader, fully blank chip could not been loaded a bootloader
>> by this system. I may be wrong..
>>
>> Hope Farhan or other in this forum who has done this method could explain
>> more detail.
>>
>> Yes, I have read your wire.h modification even I do not fully understand
>> due to my limited knowledge to Arduino.
>>
>> Thanks for your explanation Mark. It is valuable to me.
>>
>> Sudarmanta
>>
>> Kaspa-kaspaanlayauw ®
>> ------------------------------
>> *From: * Mark G0MGX <mark.g0mgx@xxxxxxxxx>
>> *Sender: * minima-bounce@xxxxxxxxxxxxx
>> *Date: *Tue, 28 Jan 2014 16:52:00 +0000
>> *To: *minima@xxxxxxxxxxxxx<minima@xxxxxxxxxxxxx>
>> *ReplyTo: * minima@xxxxxxxxxxxxx
>> *Subject: *[minima] Re: Some Updates from Me!
>>
>> Hi
>>
>> 1. I bought some chips with Arduino bootloader already loaded from eBay
>> months ago and used one of them
>> 2. no - I put chip into Uno board, programmed it and then pulled out chip
>> and put into stripboard socket - I will use usb to serial later
>> 3. yes - but i modified the wire.h library files as I documented on the
>> wiki. I also changed the function button code as discussed on the forum. I
>> can publish code changes again if needed.
>>
>> M
>>
>>
>> On 28 January 2014 15:28, pakdeDar <pakdedarmantaoye@xxxxxxxxx> wrote:
>>
>>> Hello Mark,
>>>
>>> Please tell me that you have succesfully load the Radiono.ino sketch to
>>> the processor board you build on stripboard and boxed. All the controller
>>> feature works well is'n it ?
>>>
>>> Inform me :
>>>
>>> 1. What kind of bootloader you loaded to the Atmega chip
>>>
>>> 2. Did you use usb to serial port cable converter to load the sketch ?
>>>
>>> 3. The sketch developed by Farhan and upload in GitHub was completely
>>> works without some revision.
>>>
>>> I will start to build like your's while I get to find Si570.
>>>
>>> Regards,
>>>
>>> Sudarmanta - YC1DCN
>>>
>>> Kaspa-kaspaanlayauw ®
>>>
>>> -----Original Message-----
>>> From: Mark G0MGX <mark.g0mgx@xxxxxxxxx>
>>> Sender: minima-bounce@xxxxxxxxxxxxx
>>> Date: Sun, 26 Jan 2014 08:47:27
>>> To: <minima@xxxxxxxxxxxxx>
>>> Reply-To: minima@xxxxxxxxxxxxx
>>> Subject: [minima] Some Updates from Me!
>>>
>>> Morning Team
>>>
>>> I've started to construct a case for the project here:
>>>
>>> http://g0mgx.blogspot.co.uk/2014/01/boxing-to-minima.html
>>>
>>> and also built the processor board on some stripboard and mounted it
>>> behind the LCD here:
>>>
>>> http://g0mgx.blogspot.co.uk/2014/01/minima-processor-board.html
>>>
>>> Mark
>>> G0MGX
>>>
>>>
>>
>

Other related posts: