Montevideo, Uruguay
Offline
Newbie
Karma: 1
Posts: 30
Arduino rocks
|
 |
« Reply #225 on: November 08, 2012, 12:13:35 am » |
Here is my software serial library for Arduino Tiny: http://www.pablogindel.com/images/SoftSerial.rarInstructions in usage.txt file. Regards, P.G.
|
|
|
|
|
Logged
|
|
|
|
|
SE USA
Offline
Faraday Member
Karma: 35
Posts: 3650
@ssh0le
|
 |
« Reply #226 on: November 08, 2012, 01:14:39 am » |
I have not really dug into it since its late, but what advantages are you seeing over the normal software serial library (I use soft serial on the 85 quite a bit)
|
|
|
|
|
Logged
|
http://arduino.cc/forum/index.php?action=unread;boards=2,3,4,5,67,6,7,8,9,10,11,66,12,13,15,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,86,87,89,1;ALL
|
|
|
|
Italy
Offline
Brattain Member
Karma: 226
Posts: 16999
Don't know what I do
|
 |
« Reply #227 on: November 09, 2012, 03:12:54 am » |
A question redarding IDE 1.5.1 Both Arduino 1.0.x and 1.5 have been merged into IDE 1.5.1, that you can use to compile for Arduino UNO/MEGA/Leonardo and the new DUE. I've tried to put the Tiny core inside the /hardware/arduino/avr/cores folder but it seems that it doesn't work. When I open the Tools/Boards menu I don't find the entries for the Tiny MCUs...
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Dallas
Offline
Shannon Member
Karma: 129
Posts: 10379
|
 |
« Reply #228 on: November 09, 2012, 03:20:01 am » |
Both Arduino 1.0.x and 1.5 have been merged into IDE 1.5.1 ... My attitude is, when it shows up here... http://arduino.cc/en/Main/Software ...it's official.  I've tried to put the Tiny core inside the /hardware/arduino/avr/cores folder but it seems that it doesn't work. When I open the Tools/Boards menu I don't find the entries for the Tiny MCUs... That's not good. I'll try to spend some time on it this weekend. Thanks for the heads-up.
|
|
|
|
|
Logged
|
|
|
|
|
Leeds, UK
Offline
Edison Member
Karma: 38
Posts: 1028
Once the magic blue smoke is released, it won't go back in!
|
 |
« Reply #229 on: November 09, 2012, 07:02:11 am » |
I got it working fine with 1.5.1. I will post where I put everything this evening.
|
|
|
|
|
Logged
|
~Tom~
|
|
|
|
Italy
Offline
Brattain Member
Karma: 226
Posts: 16999
Don't know what I do
|
 |
« Reply #230 on: November 09, 2012, 08:59:32 am » |
Yeah, but having both the UNO and the DUE, I needed to use the 1.5. When the 1.5.1 has been released, I read that it merged both branches, so I tried to program my Tinys with it. That's not good. I'll try to spend some time on it this weekend. Thanks for the heads-up.
Thanks  I got it working fine with 1.5.1. I will post where I put everything this evening.
Uhm.. good news for me. 
|
|
|
|
|
Logged
|
|
|
|
|
Montevideo, Uruguay
Offline
Newbie
Karma: 1
Posts: 30
Arduino rocks
|
 |
« Reply #231 on: November 09, 2012, 10:46:41 am » |
I have not really dug into it since its late, but what advantages are you seeing over the normal software serial library (I use soft serial on the 85 quite a bit)
Advantages are: - light weight - less CPU usage - you can use at *any* baudrate (i.e. 3600, 5115, etc.). Particularly suitable for low baudrates, since it not implement delay tables. - better start and stop bit detections (i think... standard software serial library tends to hang for a long time when it loses sync and data arrives continuously). - receive only (this may not be an advantage).
|
|
|
|
|
Logged
|
|
|
|
|
Leeds, UK
Offline
Edison Member
Karma: 38
Posts: 1028
Once the magic blue smoke is released, it won't go back in!
|
 |
« Reply #232 on: November 09, 2012, 11:32:06 am » |
Put the tiny folder in the usual place (under the hardware folder). Then move the contents of the tiny folder into a subfolder named 'avr'. So for example my tiny files are located at: ...\arduino-1.5\hardware\tiny\avr Then, copy the "platform.txt" file from: ...\arduino-1.5\hardware\arduino\avr\platform.txt To: ...\arduino-1.5\hardware\tiny\avr\platform.txt And voila, that should be all it takes. Restart the IDE and away you go. The good news is that my fix for tiny85's and tiny84's to prevent errors when the compiled size is greater than 4kB still works in Arduino 1.5.1: https://github.com/TCWORLD/ATTinyCore/tree/master/PCREL%20Patch%20for%20GCC
|
|
|
|
|
Logged
|
~Tom~
|
|
|
|
Italy
Offline
Brattain Member
Karma: 226
Posts: 16999
Don't know what I do
|
 |
« Reply #233 on: November 09, 2012, 12:41:13 pm » |
Put the tiny folder in the usual place (under the hardware folder). Then move the contents of the tiny folder into a subfolder named 'avr'. So for example my tiny files are located at:
...\arduino-1.5\hardware\tiny\avr
Then, copy the "platform.txt" file from: ...\arduino-1.5\hardware\arduino\avr\platform.txt To: ...\arduino-1.5\hardware\tiny\avr\platform.txt
And voila, that should be all it takes. Restart the IDE and away you go.
I's thinking that the /avr folder should have some role in this, you confirm that I've seen right.  This evening I'll try your suggestions  I don't have this issue because I use Linux with the last 3.4.1 toolchain from Atmel.
|
|
|
|
|
Logged
|
|
|
|
|
Italy
Offline
Brattain Member
Karma: 226
Posts: 16999
Don't know what I do
|
 |
« Reply #234 on: November 09, 2012, 05:02:58 pm » |
@Tom Carpenter: your solution worked fine for me, too. Thnak you  @Coding Badly: if Tom has found the right place where to put the folders, is there any other issue between the actual version of the Tiny core (0100-0015) and the Arduino IDE 1.5.1?
|
|
|
|
|
Logged
|
|
|
|
|
Italy
Offline
Brattain Member
Karma: 226
Posts: 16999
Don't know what I do
|
 |
« Reply #235 on: November 10, 2012, 04:13:44 am » |
@Tom Carpenter: your solution worked fine for me, too. Thnak you  OK, I was able to compile but I was NOT able to upload the sketch on a Tiny84. There's something else to change...
|
|
|
|
|
Logged
|
|
|
|
|
Leeds, UK
Offline
Edison Member
Karma: 38
Posts: 1028
Once the magic blue smoke is released, it won't go back in!
|
 |
« Reply #236 on: November 10, 2012, 06:20:19 am » |
Oh right yeah forgot that. You have to now specify the upload tool in the boards.txt file.
To do that you need to add these lines for each entry:
attiny84at1.bootloader.tool=avrdude attiny84at1.upload.tool=avrdude
Also, if you haven't already got one, you may have to copy the programmers.txt file from the arduino folder as well. I am not sure that this is needed though as it results in duplicate programmers in the IDE programmer window.
|
|
|
|
|
Logged
|
~Tom~
|
|
|
|
Italy
Offline
Brattain Member
Karma: 226
Posts: 16999
Don't know what I do
|
 |
« Reply #237 on: November 10, 2012, 06:37:48 am » |
Uhmm... seems to me that it's easier for now to keep both 1.0.2 and 1.5.1 versions of the IDE 
|
|
|
|
|
Logged
|
|
|
|
|
Leeds, UK
Offline
Edison Member
Karma: 38
Posts: 1028
Once the magic blue smoke is released, it won't go back in!
|
 |
« Reply #238 on: November 10, 2012, 06:49:57 am » |
To make things easier, I have attached my boards.txt file.
This one also subdivides the entries into the new board/processor menus.
|
|
|
|
|
Logged
|
~Tom~
|
|
|
|
Italy
Offline
Brattain Member
Karma: 226
Posts: 16999
Don't know what I do
|
 |
« Reply #239 on: November 10, 2012, 08:31:15 am » |
Thanks, Tom. But the problem isn't the entries that have to be put into boards.txt but the double entries that you said me they appear in the menus.
|
|
|
|
|
Logged
|
|
|
|
|
|