Rank: Member
Groups: Registered
Joined: 12/24/2017(UTC) Posts: 13
Was thanked: 11 time(s) in 11 post(s)
|
I can not create custum node for Arduino. I do not have it in the i / o menu, how do I do? Want to run an LCD display for a program that I made.
|
1 user thanked Loyten for this useful post.
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/11/2014(UTC) Posts: 661
Thanks: 1 times Was thanked: 109 time(s) in 104 post(s)
|
I'm in the middle of remaking a lot of the tutorial videos. I've made new videos for how to make Arduino nodes but haven't put them on the site yet. Here are the videos on youtube. Let me know if you have any issues. An LCD node should be pretty easy to make. In fact their might be one in the library (last tab) that you can use as a starting point.
|
1 user thanked EmbrioAdmin for this useful post.
|
|
|
Rank: Member
Groups: Registered
Joined: 12/24/2017(UTC) Posts: 13
Was thanked: 11 time(s) in 11 post(s)
|
Thanks! If I want to add text as an example, "hello world", can I copy that code and add it to the node? (A little beginner, but start to understand a bit ..) This is a super programs that we will use on the company to develop things.
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/11/2014(UTC) Posts: 661
Thanks: 1 times Was thanked: 109 time(s) in 104 post(s)
|
The proper way to do it would be to add a text input to your node and either set the input value by right clicking on it or attaching a text activator node to that input. You could just hard code the text into your node but you usually want nodes to be reusable.
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/11/2014(UTC) Posts: 661
Thanks: 1 times Was thanked: 109 time(s) in 104 post(s)
|
In case you haven't seen it here is a video about making an LCD node. The node creation stuff has changed since the video was made but the stuff about how to set the text is the same.
|
|
|
|
Rank: Member
Groups: Registered
Joined: 12/24/2017(UTC) Posts: 13
Was thanked: 11 time(s) in 11 post(s)
|
Hello again,
I'm trying but will not work. I'm taking a custom Arduino node for LCD display and it seems to have finished code already, or do I have to add a code? I have created a program that controls multiple relays depending on which button you press and want to add a message on the display that tells me which program I'm running. If I only get the node of text to work, I should be able to make a node for each message I want to display depending on which application is running.
PS. I'm trying to drive "hello world" in the Arduino IDE and it works great.
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/11/2014(UTC) Posts: 661
Thanks: 1 times Was thanked: 109 time(s) in 104 post(s)
|
Hi, sorry for the late reply, I'm back from traveling now. If you mean you dragged the node form the library then yes there is code in there already but you might need to change it to fit your needs. It might be easier if you just send me a zip of your project file to ezra@embrio.io so I can see what you're doing. If you right click on your project node you can open up the folder where it is on disk. Also send me the Arduino program you have which is working with your hardware. Basically we'll want to make sure the code from the Arduino program was copied into the Embrio node correctly.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.