Forum Replies Created

Viewing 15 posts - 361 through 375 (of 766 total)
  • Author
    Posts
  • in reply to: Offline Status Persists After Multiple Reboots #4526
    entaro
    Keymaster

    Hi Pia,

    No need to reboot it,
    It’s a server issue I am working to fix. The server has been migrated to SSL/HTTPS and this created the issue. I’ll report back.

    in reply to: Voice Sensor? #4504
    entaro
    Keymaster

    @eldaria: I’m afraid not.


    @urs
    : you need the following components:
    3x Resistor SMD0805 1K
    1x Resistor SMD0805 100K
    2x Resistor SMD0805 1M
    1x Capacitor SMD0805 100pF
    1x Capacitor SMD0805 10nF
    1x Capacitor SMD0805 100nF
    1x Capacitor SMD0805 10uF
    1x IC SMD MAX4466EXK+T
    1x Electret Microphone 6Ɨ2.2mm like these: http://g03.a.alicdn.com/kf/HTB1Xj5.OVXXXXbTapXXq6xXFXXX1/Free-shipping-30PCS-6-2-2-Microphones-font-b-capacitive-b-font-electret-font-b-pickup.jpg

    The components will need tweezers, soldering paste and a hot air soldering station. Careful not to damage the other parts of the board with the hot air. The circuit/pcb layout is as follows:

    in reply to: Voice Sensor? #4498
    entaro
    Keymaster

    The noise sensor was added in HW105 . This is not yet released, except for a single, experimental unit: https://www.uradmonitor.com/?open=8200006F&sensor=noise

    We will see more of these in the future.

    Units 8200006C, 6D, 6E, 70, 71 and 72 however, do have the HW105 PCB, but the sound sensor circuit is not populated. For those of you interested in enabling this functionality, it is possible to add the missing parts. I can provide guidance on that.

    in reply to: Sensitivity #4495
    entaro
    Keymaster

    Excellent question.

    A/KIT1/A3 compute CPM counting all pulses during every minute. Then they send the data online.

    Assuming the radiation field would be above the background level, you would sense the source if the one-minute average would also be above the background level. But keep in mind the inverse square law, which leaves little detection space if your speed increases distance from source very quickly.

    I’ll write it down in an equation if I find the time.

    in reply to: Change Flag in Map #4492
    entaro
    Keymaster

    Done!

    in reply to: WiFi Quality #4491
    entaro
    Keymaster

    Hello Urs,

    While this feature is not available, it is definitely worth some additional research. I will keep it in mind for a next firmware update.

    in reply to: KIT1 Feedback #4486
    entaro
    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 "$@" "$<"

    in reply to: #4484
    entaro
    Keymaster

    Hello Wolferl,

    Please see the files attached, and use them as a starting point. I am using CrossAVR over Eclipse for the AVR Toolchain, and the Makefile is auto generated.

    Attachments:
    in reply to: Voice Sensor? #4475
    entaro
    Keymaster

    Hi Guys, sorry for the slow reply.

    A new hardware revision of the A3 model (v105) comes with a noise pollution sensor. This cannot be used to record voice, as it is limited to just a few samples per minute (Voice goes in the kHz range, that means a few thousands of samples per second).

    The noise pollution is a critical issue in cities, affecting life quality directly, this is why we need to address it as well.

    as for the other questions:
    “The Homepage shows Voice as Chooseable Sensor but no Data.”
    The option is called “Noise”, not voice.
    The selector is generic and it applies to the entire network, regardless of the those that don’t have a particular parameter (those will appear as black squares).

    “Wy is the Option shown if there is no such Sensor in my Device?”
    Later A3 devices will all have the noise pollution sensor. The option was added in software, however older A3 units won’t be able to serve this data.

    in reply to: #4473
    entaro
    Keymaster

    This is great stuff, Wolferl, thank you!

    in reply to: Frontend v5.0 #4472
    entaro
    Keymaster

    My pleasure! šŸ™‚

    in reply to: Monitor online but grey on map #4471
    entaro
    Keymaster

    I agree, we’ll have that in place once the notifications are implemented. As a first step, all unit owners received an account here. That account will be used for the notifications.

    in reply to: Issue with auto created units on the Map #4469
    entaro
    Keymaster

    13000212 is online. Do you want me to delete it?

    in reply to: Fiddle API example not working #4456
    entaro
    Keymaster

    The code runs with errors:
    [Error] TypeError: $ is not a function. (In ‘$(“#status”)’, ‘$’ is undefined)
    downloadUnits (radiation-monitoring:325)
    Global Code (radiation-monitoring:424)

    You will need to add JQuery too, it is also in JSFiddle, top-left of the screen. But easier, here is what you need to add to the blog’s headers:

      	<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
      	<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
      	<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
    	<script src="http://cdnjs.cloudflare.com/ajax/libs/dygraph/1.1.1/dygraph-combined.js"></script>
    in reply to: Frontend v5.0 #4454
    entaro
    Keymaster

    It is done, please use

    https://www.uradmonitor.com/?open=51000070&sensor=cpm

    The full list of values for ‘sensor’ include:

    temperature (Temperature)
    pressure (Pressure)
    humidity (Humidity)
    voc (VOC)
    noise (Noise)
    ch2o (Formaldehyde)
    co2 (Carbon Dioxide)
    pm25 (PM2.5)
    cpm (Radiation)

Viewing 15 posts - 361 through 375 (of 766 total)