Home Forum Hardware KIT1 Feedback

Viewing 15 posts - 61 through 75 (of 82 total)
  • Author
    Posts
  • #4015
    Moran
    Participant

    Hi Radhoo,

    I have swapped out the 10nF 1Kv capacitors and the unit is generating 380v again!

    Will leave it for a week to make sure its stable them I may tackle the firmware upgrade to enable BME280

    Thanks,
    Moran.

    #4022
    ecloud
    Participant

    No, it’s still resetting periodically. Rarely, I can get the local webserver on the device to serve up one page, then it stops responding again. Likewise sometimes I can ping it, sometimes not.

    I just merged some patches from Malte Pรถggel on github, which fixed some issues, but not that one.

    I wrote my first Go program, to poll the model A2 that I won, and post the data into InfluxDB. https://github.com/ec1oud/uradmonitor-influxdb-inserter I might make it into a daemon, but for now I just have it run from a cron job once per minute. Even better would be if I get the firmware to do this… it’s quite simple to use InfluxDB, just an HTTP POST. So I’ll be able to generate some graphs locally.

    But the A2 is giving me temperature readings at least 10C too high. Right now it says 4C, and a simple mechanical thermometer on the same wall says -7C, while an online weather report says -9C. I can believe it’s not quite as cold as -9C, mounted on a wall outside, compared to a proper weather station in open air. But I figure either the A2 has a voltage regulator which is warming it up, or else it needs some calibration in firmware?

    Malte built the firmware for me, and it works! Only difference is compiler version: I have avr-gcc 6.3.0 and he has 6.2.0.

    But I ended up with a different ID, despite having set the ID in config.h (and Malte built it for me with that config.h). 13000208 instead of 51000053.

    #4023
    ecloud
    Participant

    Downgrading my compiler to 6.2.0 didn’t fix it.

    Will keep poking around.

    #4027
    uRADMonitor
    Keymaster

    Yes, with the Github code, the unit will use a dynamic ID. Make sure the fuses are set to preserve EEPROM, or you will loose your ID on every firmware upgrade (does EEPROM clean).

    The A2 temperature can be affected by internal ENC28J60 and might need a linear compensation. We’ll take care of it.

    Need to check what you guys did on github and merge the code. Please give me some time for that.

    #4486
    uRADMonitor
    Keymaster

    Hi Wolferl,

    Here are the full compiler options:
    avr-g++ -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -funsigned-char -funsigned-bitfields -fno-exceptions -mmcu=atmega328p -DF_CPU=8000000UL -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -c -o "$@" "$<"

    #4733
    uRADMonitor
    Keymaster

    A new firmware version has been released on Github: https://github.com/radhoo/uradmonitor_kit1 , closing some of the open issues.

    #4739
    Moran
    Participant

    Cool ๐Ÿ™‚
    I finally had a chance to tackle the upgrade after spending a couple of hours on Win 10 I ended up using a Win 7 32 bit machine to build and load the firmware.

    Now my unit is measuring Temperature, Pressure, and Humidity ๐Ÿ™‚

    #4740
    uRADMonitor
    Keymaster

    Hi @Moran that’s great. Don’t forget to post a few pictures, and if you have a few tips on how to get it going, it might help others.

    #6679
    mirokai
    Participant

    Hey guys.

    Is there a specific reason for the inverter running at 13 kHz? My self-assembled kit1 couldn’t reach more than 310V at 90% duty but at 7 kHz it reaches relatively stable 400V!

    #6681
    mirokai
    Participant

    But there is no problem if mine runs better on 7 kHz instead of 13 kHz?

    #6683
    mirokai
    Participant

    Thanks for asking.

    Is there even a filter capacitor in the high voltage section? Thought the 3 caps where for voltage doubling.

    I added a 1 mF cap to the 3V line.
    My units ID is 13000213. Yesterday looked very stable but today it kinda sucks maybe because it is very humid today.

    #6751
    Justy89
    Participant

    Hey there. Radu said to post on the forums when I’m done, suppose this is it. ๐Ÿ™‚ I’d like to thank him for the excellent documentation.
    I built a lightweight, simplified unit based on Kit 1.2, which offers no online functionality or direct DC power, but is quite portable and rugged.
    Made some slight changes to the board layout in order to make it easier to draw with a sharpie and etch at home. I’ll upload it if anyone’s interested.
    Voltage was fine from the get go with a decently sized inductor, all components except the BYV26E were sourced in bulk using eBay.
    I’ll complete a proper 1.2 kit in time (although I’m not sure how to actually sign it up). ๐Ÿ™‚
    Here’s some pics of the project.

    #6865
    Fofodrilo
    Participant

    nice… Iยดm interested in your changes! and also if you can recommend me the sources for the critical components (the inductor and the BYV26E) I would be very happy

    #6877
    Justy89
    Participant
    #7035
    uRADMonitor
    Keymaster

    Looks great!

Viewing 15 posts - 61 through 75 (of 82 total)
  • You must be logged in to reply to this topic.