Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: Manufacturer of microsd socket #43903

    laurent
    Participant

    Thanks Ray for your support.
    I’m was lucky, I have found, following the part number given by diydwayne a vendor on ebay.
    Of course the delay for the shipping is longer but I don’t have found in France or in other shop on the Web.
    It’s often the problem when the pcb is already done and we don’t have the spare part list.

    Ray, if you have, I’m already interesting by a spare list. I have to find all other passive components and connectors.

    Regards
    Laurent

    in reply to: Manufacturer of microsd socket #43860

    laurent
    Participant

    Thanks for the part number.

    in reply to: OpenSprinkler DIY 2.2 Boards #43782

    laurent
    Participant

    How to send a pm ?
    How many cost your pcb ?

    in reply to: Hardware change DS1307 instead DS3231 #38240

    laurent
    Participant

    Thanks for your feedback and clarification.
    I was not sure that the firmware use the internal ram of the DS1307, not present in the DS3231.
    My idea is to use the DS3231MZ with less pins than the DS3231SN.

    Regards

    in reply to: Which hex file for a blank atmega644 ? #37880

    laurent
    Participant

    in addition a good web page to calculate your fuse setting….
    http://www.engbedded.com/fusecalc

    in reply to: Which hex file for a blank atmega644 ? #37879

    laurent
    Participant

    OK, your fuse setting seems to be ok, regarding this page:
    https://github.com/rayshobby/opensprinkler/blob/master/OpenSprinkler%20Controller/software/arduino-code/hardware/aopensprinkler/boards.txt

    This command is only when you have a blank mcu, to load the bootloader and the firmware:
    avrdude -c usbtiny -p m644p -B 1 -F -U flash:w:combined2.1.2_16mhz.hex

    After that, can normally update you mcu with the OsfwUpdater, with the usb port.
    Can you send the log file ‘log.txt’ of the OsFwUpdater ?

    in reply to: Which hex file for a blank atmega644 ? #37875

    laurent
    Participant

    Ok Randy,
    Which atmega do you have m644 / m644p ?
    In any case, you don’t need a crystal to burn the firmware the first time. Because the Atmega, from factory, is programmed to run with internal oscillator.
    For a test you can try check your communication with the mcu, with this command:
    avrdude -c usbtiny -p m644 -B 1 -v -l log.txt
    If you don’t have a correct answer, check your setting (connection/power supply) with your isp programmer.
    It can be useful, to help you, to post, your actual connection with your ISP programmer and also with mcu and your drawing.
    In addition, the complete log generated (log.txt).

    in reply to: Which hex file for a blank atmega644 ? #37867

    laurent
    Participant

    Hello randy,

    This command is only to load a blank atmega m644p when no bootloader is already loaded in the atmega.
    You cannot use the osFWupdater.
    You must use to burn a blank atmega a programmer to program your atmega. That the problem…. Without a programmer you cannot program the bootloader.
    In my case, I have buid the programmer from the idea from this page (http://rayshobby.net/opensprinkler/svc-build/usb-programming-for-opensprinkler-v1-01-1-build-instructions). You can also buy on ebay a USBasp programmer like this one: http://www.ebay.de/itm/Official-product-USBasp-programmer-green-/321737280149

    In the example, it’s a usbtiny programmer.
    And the board 2.2 is running with a 16Mhz oscillator.

    in reply to: Emulation possible of opensprinkler ? #37799

    laurent
    Participant

    Unfortunately, Proteus use only the hex file. So I don’t know which part of the code is the reason.
    May be the sd card emulation is not correct for the firmware.

    in reply to: Where do you buy 24vac transformers in Europe? #37636

    laurent
    Participant

    But take care about a transformer used for a doorbell or such devices like door lock.
    Some high interferences can be send to the transformer, and also the opensprinkler board.
    Sometimes it’s best to have a independent transformer to avoid interferences between different sources.

    in reply to: Which hex file for a blank atmega644 ? #37635

    laurent
    Participant

    Thanks Ray for the file 🙂 and your support.

    in reply to: Where do you buy 24vac transformers in Europe? #37565

    laurent
    Participant

    Hello karolis,

    Ray has right, the best is to buy in the same shop where you buy all sprinklers.
    Or if your are living in France I can give you some web sites to buy a transformer with Voltage/current … and the correct main power plug for your country.

    in reply to: Which hex file for a blank atmega644 ? #37563

    laurent
    Participant

    Why not 😉
    I don’t have tried to load only the optiboot and use the OsFWUptader.
    The optiboot doesn’t works when it has loaded alone without the firmware ?
    Which target mcu do you have (m644 or 1284) ?
    https://github.com/Optiboot/optiboot/tree/v4.4/optiboot/bootloaders/optiboot

    in reply to: Multilanguage support of firmware #37557

    laurent
    Participant

    OK, no problem.
    May be in the future, I will compiled a version for my language.

    in reply to: Which hex file for a blank atmega644 ? #37486

    laurent
    Participant

    Hello Ray,

    Thanks for your support and the hex file. I have uploaded the file and now the bootloader works and the update to the last version was done successfully (2.1.4).
    I have only, for avrdude, skip the parameter B -250 because I have already during my tests set all fuses to the correct value, to works with a external crystal of 12 MHz. But your are right, without the B -250 you cannot communicate with a mcu the first time.

    In my case, I have used your usbtiny programmer done with the ATtiny45. Thanks to share all informations to build it.
    And I’m using the nice AVRDUDESS program. The GUI is more comfortable than the line command 😉 and you can save a configuration.

    Best regards
    Laurent

Viewing 15 posts - 1 through 15 (of 15 total)