Navigation

    • Register
    • Login
    • Search
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. arduino nano
    Log in to post

    • openhardware.io

      💬 LCDUINO
      OpenHardware.io • serial arduino nano lcd uart • • openhardware.io  

      5
      0
      Votes
      5
      Posts
      74
      Views

      Nca78

      @NeverDie said in LCDUINO: the LCD components don't appear to be named, not even on the schematic Looks like a typical text LCD like 1602 on the picture.
    • mrhutchinsonmn

      What parts would be needed for timer with light panel indicator
      My Project • light arduino nano • • mrhutchinsonmn  

      12
      0
      Votes
      12
      Posts
      627
      Views

      mrhutchinsonmn

      Package: YesUse: SwitchUse: Automated curtainsUse: UniversalUse: Electric DoorUse: TVUse: LightingChannel: 4Wireless Communication: RFBrand Name: QIACHIPFrequency: 433 MHzSupport APP: NoModel Number: KT16+480E*4Working Voltage: DC 3.3~5VEncoding Type: Learning EV1527Application example 1: Mandos a Distancia De Puertas De GarageApplication example 3: Garage Doors Access Control SsystemWorking Temperature: -25~75Use: Automated curtains,Universal,Switch,Electric DoReceiving Sensitivity: -108dBQuiescent Current: <5mAApplication example 2: Electronic Gates Access Control SystemApplication example 4: Electrical Appliances Control```
    • openhardware.io

      💬 Arduino Nano NRF24L01+ Shield
      OpenHardware.io • nrf24l01+ arduino nano • • openhardware.io  

      3
      0
      Votes
      3
      Posts
      532
      Views

      tiana

      I also have project for mini. The project have pads for battery, battery protection IC, LIPO charger USB for charging... battery voltage measurements.... But the project is not released yet, because high temperature during charging.
    • openhardware.io

      💬 Arduino NANO & RFM69HCW
      OpenHardware.io • rfm69 arduino nano • • openhardware.io  

      3
      1
      Votes
      3
      Posts
      453
      Views

      eddy

      Everything is possible I just added CAD files. If anyone wants to change something.
    • gammlerstyle

      Communication problems between MQTT Gateway (OrangePi) and Node (Arduino Nano)
      Troubleshooting • gateway mqtt nrf24 arduino nano communication problems orangepi • • gammlerstyle  

      7
      1
      Votes
      7
      Posts
      755
      Views

      gammlerstyle

      Hi, for everyone who reads all of this, forget about the last few posts. I don't know why it works even when the Interrups are masked out on the radio, but it works now. The error I had occured because of the config of the OrangePi-Gateway. I removed: --extra-cxxflags="-DMY_RF24_DATARATE=\(RF24_250KBPS\) -DMY_RF24_BASE_RADIO_ID=\(0x00,0xFC,0xE1,0xA8,0xA8\) -DMY_DEBUG_VERBOSE_RF24" and wrote: --extra-cxxflags="-DMY_RF24_DATARATE=\(RF24_250KBPS\) -DMY_DEBUG_VERBOSE_RF24" Now I think I have an working OrangePi-Gateway without signing but with interrupt enabled. If there are new problems I will come back here. The next step for me is to activate signing again and bring the node into homeassistant.
    • kduino

      How to use SoftwareSerial Library?
      Development • rs485 arduino nano softwareserial • • kduino  

      16
      0
      Votes
      16
      Posts
      6261
      Views

      kduino

      Hi PJR, now it is working with this code in the MyTransportRS485 without any changes on MySensors.h: #if defined(MY_RS485_SWSERIAL) SoftwareSerial& _dev = MY_RS485_SWSERIAL; #elif defined(__linux__) SerialPort _dev = SerialPort(MY_RS485_HWSERIAL); #elif defined(MY_RS485_HWSERIAL) HardwareSerial& _dev = MY_RS485_HWSERIAL; #else AltSoftSerial _dev; #endif As far as I can interpret the peace of code, the #include "hal/transport/MyTransportRS485.cpp" is active as soon as the MY_RS485 layer is defined. This is a great step, I can use all my nodes from now on! Thank you very much for your support! By Kduino
    • bobbybobbybobby

      Problem with mysensor library on Arduino IDE Running on Raspi
      Troubleshooting • raspberry pi arduino nano library • • bobbybobbybobby  

      11
      0
      Votes
      11
      Posts
      3995
      Views

      bobbybobbybobby

      @bobbybobbybobby @pansen and @tbowmo fimaly i got arduino ide running on my rpi!!! i was trying this for about a weeks now. thanks for the support.
    • gammlerstyle

      Can't ping Ethernet Gateway ENC28J60 + Arduino Nano Clone
      Troubleshooting • arduino nano ethernet gateway enc28j60 ping • • gammlerstyle  

      16
      0
      Votes
      16
      Posts
      7338
      Views

      MLs

      @cadet I'm no expert but I would have looked at the data sheet and measured up to make sure that the hardware are not defective in any way. http://ww1.microchip.com/downloads/en/DeviceDoc/39662c.pdf Or the radio. //Mattias
    • openhardware.io

      Washer Monitor
      OpenHardware.io • mysensors contest2016 arduino nano photo-resistor washing machine washer • • openhardware.io  

      1
      1
      Votes
      1
      Posts
      1773
      Views

      No one has replied

    • Tino

      Adding sensors and relays to serial gateway
      Development • openhab serial gateway arduino nano serial protocol child-sensor-id • • Tino  

      12
      0
      Votes
      12
      Posts
      5879
      Views

      Tino

      @AWI @Hoffan @sundberg84 I can see both sketches are working, this is what the gateway prints out: 0;0;3;0;14;Gateway startup complete. 0;0;3;0;9;read: 105-105-0 s=255,c=0,t=18,pt=0,l=5:1.5.1 105;255;0;0;18;1.5.1 0;0;3;0;9;read: 105-105-0 s=255,c=3,t=6,pt=1,l=1:0 105;255;3;0;6;0 0;0;3;0;9;read: 105-105-0 s=255,c=3,t=11,pt=0,l=5:Relay 105;255;3;0;11;Relay 0;0;3;0;9;read: 105-105-0 s=255,c=3,t=12,pt=0,l=3:1.0 105;255;3;0;12;1.0 0;0;3;0;9;read: 105-105-0 s=1,c=0,t=3,pt=0,l=0: 105;1;0;0;3; 0;0;3;0;9;read: 105-105-0 s=2,c=0,t=3,pt=0,l=0: 105;2;0;0;3; 0;0;3;0;9;read: 105-105-0 s=3,c=0,t=3,pt=0,l=0: 105;3;0;0;3; 0;0;3;0;9;read: 105-105-0 s=4,c=0,t=3,pt=0,l=0: 105;4;0;0;3; Is this correct?
    • drock1985

      {QUESTION} Battery Sensor example
      Hardware • arduino nano battery monitor voltage divider • • drock1985  

      3
      0
      Votes
      3
      Posts
      1656
      Views

      m26872

      @drock1985 Maybe some hints here.
    • robertober

      Can't program Arduino Nano Compatible modules
      Troubleshooting • arduino nano usb-serial port • • robertober  

      4
      0
      Votes
      4
      Posts
      2068
      Views

      Anduril

      @ndiwan you can check what kind of usb interface chip your nano clone uses: look at the bottom side of your nano, there should be only one chip. If it is a ch340 you will need the drivers given by Al.