element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Single-Board Computers
  • Products
  • Dev Tools
  • Single-Board Computers
  • More
  • Cancel
Single-Board Computers
Forum Anybody else messing about with Node-Red?
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Single-Board Computers to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 4 replies
  • Answers 4 answers
  • Subscribers 59 subscribers
  • Views 792 views
  • Users 0 members are here
Related

Anybody else messing about with Node-Red?

bobfla
bobfla over 7 years ago

Just started with RPI, still trying to figure it out. Have been looking at Node-Red quite a bit

and finding it very interesting but not as easy as it first looks.

Years ago I wrote code in Assembly Language, Basic, and Forth but it has been awhile

and i'm finding its a whole exciting new world.

  • Sign in to reply
  • Cancel

Top Replies

  • genebren
    genebren over 7 years ago +3 suggested
    Bob, Welcome to the element14 community. There are a lot of great people here that have a lot of knowledge and experience. On the top of most screens is a search bar. Here is a snapshot of the search bar…
  • tonydbeck
    tonydbeck over 6 years ago +3 suggested
    Hi Bob, Node-Red is a brilliant tool. I started using it last year for a project I have done to control my home central heating and hot water system. You can do some really cool stuff with it. It pretty…
  • kas.lewis
    kas.lewis over 6 years ago +2 suggested
    Hello, My most recent review (Rohm Sensors) I did a look at the pressure and temperature sensor in relation to other sensors. That is all done using node-red. If you would like to see my flows I can post…
  • genebren
    0 genebren over 7 years ago

    Bob,

     

    Welcome to the element14 community.  There are a lot of great people here that have a lot of knowledge and experience.

    On the top of most screens is a search bar.  Here is a snapshot of the search bar in operation, finding some blogs and discussions about Node-Red.

     

    image

    Look through some of these and hopefully some of the members with this experience will also reach out to you.

    Enjoy!

    Gene

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • kas.lewis
    0 kas.lewis over 6 years ago

    Hello,

     

    My most recent review (Rohm Sensors) I did a look at the pressure and temperature sensor in relation to other sensors. That is all done using node-red. If you would like to see my flows I can post a picture of them for you. Its pretty interesting how quickly I was able to do something that would have taken forever in any of my other languages or methods.

     

    Kas

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • koudelad
    0 koudelad over 6 years ago

    Hello,

     

    When I wanted to learn a bit more about node-red preinstalled on BeagleBone Black, I found this introductory series of videos: https://www.youtube.com/playlist?list=PLKYvTRORAnx6a9tETvF95o35mykuysuOw

    I only got to minor modifications of examples given by the IoT kit named BigClown.

     

    David

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • tonydbeck
    0 tonydbeck over 6 years ago

    Hi Bob,

     

    Node-Red is a brilliant tool.  I started using it last year for a project I have done to control my home central heating and hot water system.  You can do some really cool stuff with it.  It pretty much controls the whole system.

     

    It is worth exploring some of the packages you can download to expand the functionality.  You can add features such as OPC-UA, Modbus and a whole host of different cloud connectors.  I have found there are node packages avaialable for all the big cloud providers - such as AWS, Azure, IBM Cloud, Google Cloud.

     

    If you haven't already, I would recommend getting your head around JSON and Java Script as these are quite fundamental to Node-Red operation.  Writing your own Java Script functions in Node-Red can really open up a lot of possibilities!

    When using Node-Red on the Raspberry Pi there are also a number of Nodes to give access to the Pi hardware peripherals such as GPIO, I2C, 1-wire bus etc.

     

    Another great feature that I would recommend installing is the Node-Red-Dashboard. This can help give your project a really nice GUI that can be accessed using a web browser.  It is even possible to create your own custom controls for some advanced dashboards.

     

    When I get enough time, I plan to write a blog on my home heating system project where I will put some focus on the Node-Red control.

     

    Do you have any projects in mind or anything specific you would like to do with Node-Red?

     

    ---------------------

    Tony

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube