Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • 0 Votes
    4 Posts
    1k Views
    hekH
    @Baran There is no reason to keep starting new threads. Please! This forum is limited because I cannot post screen shots of my file hierarchy... I Answered this question in your last thread. http://forum.mysensors.org/topic/704/mygateway-h-and-mysensor-h-can-not-be-found/2 Did you follow my instructions on how to move the libraries to the right location? The path you wrote in the last thread is wrong.
  • MyGateway.h and MySensor.h can not be found

    2
    0 Votes
    2 Posts
    5k Views
    hekH
    You should only copy the "libraries" folder from inside the zip to your sketchbook location. And restart IDE. In your case: documents/Arduino/libraries/MySensors You can drag-and-drop images directly to to the compose window.
  • servo on arduino uno works , but not with nano

    5
    0 Votes
    5 Posts
    3k Views
    korttomaK
    @Corvl your wellcome ;)
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • Unable to get started

    7
    0 Votes
    7 Posts
    2k Views
    M
    Oha, you are right. The capacitor was the solution. I never thought that a battery-powered notebook could be a bad power source. Sorry for asking before having tried it ... Thank you!! Marcus.
  • ENC28j60 MQTT problem

    mqtt enc28j60
    4
    0 Votes
    4 Posts
    4k Views
    M
    And be aware of this thread where the ENC module is hanging after a while.. http://forum.mysensors.org/topic/536/problems-with-enc28j60-losing-connection-freezing-using-uipethernet-or-ethershield-read-this
  • No Serial port with nano

    5
    0 Votes
    5 Posts
    3k Views
    C
    Thank you all. I tried to use vcc ang gnd for 5v servo with two nanos. When i couldn't see serial port i opened a new one and followed this : http://sysexit.wordpress.com/2013/02/07/burning-a-bootloader-to-an-arduino-nano-using-another-arduino/ also http://www.instructables.com/id/How-To-Burn-a-Bootloader-to-Clone-Arduino-Nano-30/3/?lang=es My new opened nano also died after bootload. After this i tried with uno as programmer, it installed ISP and 2 of nano is blinking like new one but no serial. Other 2 nano didn't burn; avrdude: Device signature = 0xffff00 avrdude: Expected signature for ATmega328P is 1E 95 0F Double check chip, or use -F to override this check. avrdude: Send: Q [51] [20] avrdude: Recv: . [14] avrdude: Recv: . [10] avrdude done. Thank you. Error while burning boot loader. 4.nano was in vera. I don't remember how i loose it :) Now i will go and get 2 more nano. I have to use one of it with vera. Also i will buy 2 raspberry b+ and cameras and a clone yün to try some intercom action. I want to use other raspberry with openhab or pidome...
  • Water Sensor Issue

    14
    0 Votes
    14 Posts
    4k Views
    Dan S.D
    Something else I discovered in looking at the zero node issue. As soon as I download a sketch to the arduino and the sketch executes, it is given a node id by the gateway--before the any formal include process is started. I thought the node id was generated during the inclusion process. Is this right?
  • Using an UNO for Sensor With Negative Results

    vera uno
    11
    0 Votes
    11 Posts
    6k Views
    C
    I added a servo and i have only Lib Version 1.4.1. others are blank. 1 day passed no change. ui5 and nano mg995 I cant control windows covering -up-down- no function Any idea?
  • Servo-Window covering

    1
    0 Votes
    1 Posts
    718 Views
    No one has replied
  • Stoping at MySensors Plugin[43] : Running Lua Startup

    3
    0 Votes
    3 Posts
    1k Views
    C
    I changed imp file to I_ArduinoNode1.xml because it was blank than i saw same problem : stopping MySensors Plugin[43] : Running Lua Startup. Now its blank again and no problem with Lua
  • Beginner user: serial protocol help

    serial protocol
    19
    0 Votes
    19 Posts
    7k Views
    A
    @sigolhi This helps me a lot, but I'm not using RPi but olinuxino-lime a10 (european ARM board) regards
  • Watermeterpulsesensor sketch ok?

    3
    0 Votes
    3 Posts
    1k Views
    E
    Korttoma, Thanks for your information. That was the solution! I had not read the extra info in the controller section that some sensors need additional files to upload to the Vera.
  • display with RTC showing wrong time

    11
    0 Votes
    11 Posts
    3k Views
    hekH
    @dayve218 said: 1416699687 You can try converting the timestamp to date here: http://www.onlineconversion.com/unix_time.htm
  • Error while compiling any MySensor sketch

    compilation
    4
    0 Votes
    4 Posts
    2k Views
    T
    Fixed, thanks!!!!
  • Message acknowledgements hoot

    12
    0 Votes
    12 Posts
    4k Views
    L
    @hek It unfortunately did not work :-( Thanks for the help so far. I'll have to leave this for another day.
  • Servo only does 90 degrees

    2
    0 Votes
    2 Posts
    2k Views
    CorvlC
    Just recieved a responce via another forum. I ran in the same problem. I fixed it by replacing the line: myservo.write(SERVO_MAX + (SERVO_MIN-SERVO_MAX)/100 * val); // sets the servo position 0-180 by the following 2 lines of code: val = map(val, 0, 100, 0, 180); // scale 0%-100% between 0 and 180) myservo.write(val); // sets the servo position 0-180
  • Codebender - Google Chrome - Windows 7

    6
    0 Votes
    6 Posts
    2k Views
    N
    Thanks, that was it!
  • 0 Votes
    10 Posts
    9k Views
    jesseJ
    Here's a better sketch that uses Software Serial. http://imgur.com/b6bOSuH https://codebender.cc/sketch:61723 https://www.youtube.com/watch?v=OfaXlIDLQyQ
  • Communication problem (maybe)

    30
    0 Votes
    30 Posts
    9k Views
    H
    @daulagari Thank you. I'm gonna try with this if (abs(lastTemperature[i] - temperature) >= 0.2 && temperature != -127.00) {

8

Online

11.7k

Users

11.2k

Topics

113.0k

Posts