Giter VIP home page Giter VIP logo

Comments (13)

villamany avatar villamany commented on May 30, 2024 2

I'm using the diode and 220ohm resistor in TX line and another 220ohm resistor in RX line and working fine (i prefer to limit any current on both pins).
Sin título

from m365_dashboard.

villamany avatar villamany commented on May 30, 2024

Post a picture of your wiring and diode/resistor position

from m365_dashboard.

smidak avatar smidak commented on May 30, 2024

I have the same problem. Pressing the adrduino reset button starts and does not function again when the power is cut off(no data)

from m365_dashboard.

NetBUG avatar NetBUG commented on May 30, 2024

Hi guys,
this is 100% a hardware problem with the connection between the bus and controller.
Pressing any buttons won't work, since is does not change anything about the data.
If you use an ATMega32U8-based board - double-check the connection (diode and resistor) and ensure the value is correct (100-150 Ohm, not 150K! :) )
If you use a board with Mega328P - ensure that the pins are not puled down by the USB-TTL converter. If you have a board with that, it's advised to use SoftwareSerial on another pins (e.g. 2-3) rather than the hardware Serial.

from m365_dashboard.

rushtamas avatar rushtamas commented on May 30, 2024

I checked the diode polarity, the ohm resistance, tried with another board. Now "Bus not connected" screen shows, and can't turn off the M365 until I'm not plugging out the cables. But the screen not flickering, and not rebooting.

20190503_153310

from m365_dashboard.

villamany avatar villamany commented on May 30, 2024

Check the previous @NetBUG reply.
You are using a NANO board with USB, the USB-UART chip uses the same TX and RX pins that you are trying to use for the M365 communication. The standard assembly uses an Arduino MINI tbat doesn't have USB.

from m365_dashboard.

rushtamas avatar rushtamas commented on May 30, 2024

Okay, thx! I'll try it with arduino without usb on monday!

from m365_dashboard.

villamany avatar villamany commented on May 30, 2024

As described by @NetBUG you can use software serial port on other pins or simply cut the traces fom TX/RX pins to the USB chip and use bootloader with an FTDI device or ICSP method

from m365_dashboard.

smidak avatar smidak commented on May 30, 2024

IMG_20190503_190326 1

from m365_dashboard.

augisbud avatar augisbud commented on May 30, 2024

is the diode and the resistor correct? @smidak

from m365_dashboard.

smidak avatar smidak commented on May 30, 2024

Yes, 2x220ohm+ TX diode😭
IMG_20190508_102230 1

from m365_dashboard.

augisbud avatar augisbud commented on May 30, 2024

Yes, 2x220ohm+ TX diode😭
IMG_20190508_102230 1

when you are connecting it all like this, doesn't the power rating of the resistor change? From what I can see they are in parallel and I think it changes the power rating

from m365_dashboard.

villamany avatar villamany commented on May 30, 2024

They are not in parallel. One is for tx pin and the another one for rx pin. By this way If you accidentally short any pin the total current will not damage the board. Max current can be 5v/220ohm=23mA. Arduino pins are capable of that current on any i/o pin.

from m365_dashboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.