+ Reply to Thread
Page 2 of 8
First 1 2 3 4 5 6 ... Last
Results 16 to 30 of 112

Thread: Would you like to write a PIC book with me?

  1. #16
    3v0
    3v0 is online now
    3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent
    Join Date
    Jul 2006
    Location
    USA
    Posts
    6,464
    Blog Entries
    11

    Default Am I the only one having problems with Google Docs?

    It seems that I have little luck with web based applications like Google Docs. I think the main problem is that if the app is any good the servers get overloaded.

    When I insert a .png image into the document the rest of the text goes away. Tried it twice.

    At times the auto save takes way too long. I just upgraded from a 750MHz box to a dual core 2.8MHz box and using this app makes it feel like a turtle.

    In the short run I am going to use open office to create doument files.


  2. #17
    Help us help you blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent
    Join Date
    Jan 2007
    Location
    Toronto, Canada
    Posts
    10,711
    Blog Entries
    5

    Default

    Open office is fine, are the documents Word compatible?
    Bill
    Smart Kits build Smart People

    http://www.blueroomelectronics.com/

  3. #18
    Omar.M Good Omar.M Good
    Join Date
    Dec 2006
    Location
    Ottawa, Canada
    Posts
    286

    Default

    Bill,
    Yes, Open Office is compatible with Microsoft Office files.
    -Omar

  4. #19
    Help us help you blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent
    Join Date
    Jan 2007
    Location
    Toronto, Canada
    Posts
    10,711
    Blog Entries
    5

    Default

    The more I think about it the more I would like to focus on the 18F PICs and leave the 16F series behind. Information on the 12 & 14 bit core PICs is abundant but the 16bit core 18F series is lacking.
    The 18F addresses pretty much everything that people didn't like about the 16F PICs.
    • very little bank switching
    • tables
    • larger memory space
    • high clock speeds available (PLL too)
    • faster A/D available
    • hardware multiply
    • more I/O (but in non hobbyiest friendly packaging TQFP)
    • more peripherals available (USB, Ethernet)
    • compare x to y instructions
    • access to all memory including configuration
    • all have debug support
    • C friendly (an IMO assembly friendly) instruction set
    • Free C18 SE compiler
    • often pin compatable upgrade from 16F version
    Disadvantages: Slightly more costly than 16F, no 8pin versions.
    Bill
    Smart Kits build Smart People

    http://www.blueroomelectronics.com/

  5. #20
    3v0
    3v0 is online now
    3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent 3v0 Excellent
    Join Date
    Jul 2006
    Location
    USA
    Posts
    6,464
    Blog Entries
    11

    Default

    I agree.

    Neither the cost or the lack of an 8 pin version is a problem.

    The slight cost diff should be a problem for very few people.

    The lack of 8 pin parts is sort of a good thing. They are a bad choice for learning due to lack of debug support.

    After learning the 18F the people who need to work with 16 bit parts can switch to the 16F.

  6. #21
    Help us help you blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent
    Join Date
    Jan 2007
    Location
    Toronto, Canada
    Posts
    10,711
    Blog Entries
    5

    Default

    I've downloaded and installed Open Office, nice program suite and since it's multi-platform and freely available I'll use it for the book.

    I'll put a sample page or two here in the next day or two to get it started.

    Here's a list of software (all free or unexpiring demo / student versions)

    MPLAB IDE 8.0 (MPASM, simulator)
    Open Office (word, calc, draw, etc)
    Just BASIC (handy and free)
    C18 SE
    Swordfish BASIC SE (18F only, 200variable limit free version)

    Special PICkit2 standalone software

    Opinions? am I missing something?
    Bill
    Smart Kits build Smart People

    http://www.blueroomelectronics.com/

  7. #22
    felis Newbie
    Join Date
    May 2006
    Location
    Colorado
    Posts
    189

    Default

    Quote Originally Posted by blueroomelectronics
    Opinions? am I missing something?
    Debugger, maybe?

  8. #23
    mvs sarma Excellent mvs sarma Excellent mvs sarma Excellent mvs sarma Excellent mvs sarma Excellent mvs sarma Excellent mvs sarma Excellent mvs sarma Excellent mvs sarma Excellent
    Join Date
    Oct 2006
    Location
    Hyderabad, India.
    Posts
    2,477
    Blog Entries
    1

    Default

    Quote Originally Posted by blueroomelectronics
    I've downloaded and installed Open Office, nice program suite and since it's multi-platform and freely available I'll use it for the book.

    I'll put a sample page or two here in the next day or two to get it started.

    Here's a list of software (all free or unexpiring demo / student versions)

    MPLAB IDE 8.0 (MPASM, simulator)
    Open Office (word, calc, draw, etc)
    Just BASIC (handy and free)
    C18 SE
    Swordfish BASIC SE (18F only, 200variable limit free version)

    Special PICkit2 standalone software

    Opinions? am I missing something?
    Generally we use "wordpad" for typing in the assembly or C language files and thereafter save them with extension .asm or .c
    Is there a file comparable in Open office? i use open office now and then but didnot come across one like wordpad.
    Regards,
    Sarma.

  9. #24
    Hero999 Excellent Hero999 Excellent Hero999 Excellent Hero999 Excellent Hero999 Excellent Hero999 Excellent Hero999 Excellent Hero999 Excellent Hero999 Excellent Hero999 Excellent
    Join Date
    Apr 2006
    Location
    England
    Posts
    13,170

    Default

    .c and .asm are plain text files and OpenOffice can edit them with no trouble.

    Quote Originally Posted by blueroomelectronics
    Open office is fine, are the documents Word compatible?
    Yes it is but not 100% compatible, it can get some of the more complex formatting wrong.

    OpenOffice is good but let's not forget ABIWord.

    Also I'd recommend you use open format such as ODF to do all the editing and archiving it in as it can be read by free programs, it doesn't matter that it can't be read by MS Word, people can always download OpenOffice for free and we could always distribute a Word or PDF version if we wanted.

    EDIT:
    There's also an ODF converter for Word but I don't know how good it is as I don't have Word to test it on.
    http://sourceforge.net/projects/odf-converter

    I'd also prefer recommending multiplatform software in general to keep everyone happy regardless of whether they use Windows, Mac OS or Linux.

    Quote Originally Posted by blueroomelectronics
    It's a book that can be downloaded free for personal use, commercial use would be asked to make a donation.
    I'd rather it be totally free, preferably under something like the free documentation licence?

    Of course we should offer the option of them giving us money but I don't think we should force it, the more people who use it, the better.
    Last edited by Hero999; 9th December 2007 at 09:56 PM.

    I do not answer private messages asking for help because no one else can: benefit from advice I may give or correct me if I'm wrong.

    Please ask on the open forum if you have a question and I'll be happy to help,
    if I know the answer.

  10. #25
    Help us help you blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent
    Join Date
    Jan 2007
    Location
    Toronto, Canada
    Posts
    10,711
    Blog Entries
    5

    Default

    Thanks Hero, I like the free documention licence idea.

    I've started using Open Office and it appears to have everything one would need for document creation. The only people required to use it would be anyone writing or editing the book itself. For now I'll assume the roll of editior and would prefer to accept submissions in the Office writer format.

    As for the published version I would think the best format would be .PDF as the reader is free and available to almost every platform.

    Submissions can be posted here or to an email I'll create just for the book.

    One more thing, I would like to use the "Crystal.ttf" font for listings, it can be found in the download section of my site.

    I'm looking for a good screen capture program (I use Snagit but it's not free) and a free keycaps font.
    <ctrl> <F10> kind of thing.
    Bill
    Smart Kits build Smart People

    http://www.blueroomelectronics.com/

  11. #26
    Krumlink Excellent Krumlink Excellent Krumlink Excellent Krumlink Excellent Krumlink Excellent
    Join Date
    Aug 2007
    Location
    Michigan, USA
    Posts
    2,093
    Blog Entries
    1

    Default

    I would also include lots of side diagrams of examples and pictures, like a box beside the text, so that the reader can quickly reference to that part if they need to look at something again. I would include those on a lot of the pages, so that the reader doesnt have to search the entire document looking for a single sentence.
    IF YOU WANT TO HELP FINE IF NOT PLEASE DON"T PEE IN MY CHEERO'S

  12. #27
    matk95 Newbie
    Join Date
    Oct 2007
    Location
    stafford.uk
    Posts
    79

    Default

    carnt you use the built in one that comes with windows ?

  13. #28
    Help us help you blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent blueroomelectronics Excellent
    Join Date
    Jan 2007
    Location
    Toronto, Canada
    Posts
    10,711
    Blog Entries
    5

    Default

    Quote Originally Posted by matk95
    carnt you use the built in one that comes with windows ?
    Wordpad is not cross platform and somewhat limited.

    Although not part of the book I used Open Office Write to create this One Page MPLAB Programming Guide.
    Attached Files
    Bill
    Smart Kits build Smart People

    http://www.blueroomelectronics.com/

  14. #29
    futz Excellent futz Excellent futz Excellent futz Excellent futz Excellent futz Excellent futz Excellent
    Join Date
    Sep 2007
    Location
    Vancouver, B.C.
    Posts
    1,980

    Default

    Quote Originally Posted by blueroomelectronics
    I'm looking for PIC enthusiasts who would like to assist in writing yet another PIC book.
    If you want, I can do proofreading (spelling & grammar). I don't need no steenking spellchecker. I'm faster than any spellchecker I've ever tried, and more accurate. I just disable the annoying things.
    =========================
    Futz's Microcontrollers & Robotics
    =========================

  15. #30
    Hero999 Excellent Hero999 Excellent Hero999 Excellent Hero999 Excellent Hero999 Excellent Hero999 Excellent Hero999 Excellent Hero999 Excellent Hero999 Excellent Hero999 Excellent
    Join Date
    Apr 2006
    Location
    England
    Posts
    13,170

    Default

    Quote Originally Posted by blueroomelectronics
    One more thing, I would like to use the "Crystal.ttf" font for listings, it can be found in the download section of my site.
    Actually you don't need to dowload it to edit documents containing the said font, OpenOffice.org embeds it in the document so anyone can edit it, even if they don't have the font on their PC! MS Word also does this but it has a DRM (Digital Rights Management) feature that only allows the document to be viewed but not edited if it contains fonts that you don't have installed on your PC.

    I'm looking for a good screen capture program (I use Snagit but it's not free)
    What's wrong with print screen?

    and a free keycaps font.
    <ctrl> <F10> kind of thing.
    What do you mean?

    Oh and just another thing, for a consistant look and feel the book really should use OpenOffice's styles feature for headings, program listings etc. which also makes contents pages fully automatic.
    Last edited by Hero999; 15th December 2007 at 02:23 PM.

    I do not answer private messages asking for help because no one else can: benefit from advice I may give or correct me if I'm wrong.

    Please ask on the open forum if you have a question and I'll be happy to help,
    if I know the answer.

+ Reply to Thread
Page 2 of 8
First 1 2 3 4 5 6 ... Last

Similar Threads

  1. Electronic Systems (General Electronics)
    By ThermalRunaway in forum Electronic Books
    Replies: 43
    Latest: 3rd August 2009, 11:32 AM
  2. Visual Basic for Electronics Engineering Applications
    By ThermalRunaway in forum Electronic Books
    Replies: 25
    Latest: 26th November 2008, 08:56 AM
  3. High ADC sampling rate PIC, 18F needed?
    By bananasiong in forum Micro Controllers
    Replies: 24
    Latest: 28th October 2007, 12:13 PM
  4. Need some help with a code provided by ATMEL
    By ikalogic in forum Micro Controllers
    Replies: 1
    Latest: 23rd January 2007, 02:46 PM
  5. Recomended book for the Electronics "newb"
    By windozeuser in forum General Electronics Chat
    Replies: 1
    Latest: 21st July 2005, 07:04 PM

Tags for this Thread