I am using Sparkfun imp shield. I have commissioned my imp and entered “hello world” code. I think it appeared in my planner originally but now whatever I do I cannot see any code that I enter in the planner as per wiki. Either I am missing something simple or I have messed up with everything. Please help or point to a direction for troubleshooting.
Which ‘tab’ of the planner can’t you see your programs - are they listed in the ‘code’ tab? Or are they missing when you click on the sliders on the imp node?
Can you look in the code tab, and check all the code in there is valid? The most likely thing here is that you have a bug that’s preventing the imp from getting to the imp.configure line - that’s what gets the node to appear in the planner.
A sure-fire way to do this would be to comment all the code you have in there (you can use /* */ over multiple lines, as in C), and have the single line:
imp.configure(“blank”,[],[]);
…as the only thing that isn’t in a comment. Then, unplug/replug your imp.
I did as you instructed. I still do not see anything in the planner. However, I noticed after I reconnected the imp and opened one of the programs under the code tab, it shows “No device connected” in the Log pane. This is while I see my imp is connected and it blinked green for some time and then stopped blinking. I am sure the device is conneced though because the LED on sparkfun board is on.
I noticed on the planner I can scroll and pan “forever”. Is it possible that the node for hello world example is somewhere on the screen buffer but not visible on the screen? Is there a way to bring everything to the middle of the screen?
@runtime Unless you enter the code editor by clicking edit on the node, you won’t see logging; this is because code can be associated with multiple impees, and it doesn’t make assumptions about this.