Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic VisualMicro supporting Raspberry Pi? (Read 3541 times)
Gilles Plante
Full Member
***
Offline


Posts: 156
Location: Québec, Canada
Joined: Oct 31st, 2013
VisualMicro supporting Raspberry Pi?
Aug 11th, 2016 at 2:19am
Print Post  
Hi Tim,

have you ever thought of supporting the Raspberry Pi ? I am looking at a tool to develop for the Pi and came across this: 

https://www.raspberrypi.org/forums/viewtopic.php?f=33&t=134928

I have been flabbergasted ! Someone has created the needed files to use the Arduino IDE to program the Raspberry Pi  Cheesy.

Maybe that would work as is with VisualMicro. I will have test tomorrow.

Thanks

EDIT

The second link points to a video showing how the guy added the necessary tool chain and board definition to the Arduino environment. I wonder if clicking on an error would bring the editor to the line, that would be nice  Wink.

« Last Edit: Aug 11th, 2016 at 2:23am by Gilles Plante »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VisualMicro supporting Raspberry Pi?
Reply #1 - Aug 11th, 2016 at 6:01pm
Print Post  
That's very interesting. It looks like it uses the same wifi/network upload system that the Arduino Yun uses. 

Let me know if any issues with that and don't forget to install apple bonjour service for windows because I think that both the arduino ide and visual micro use it for automatic ip discovery.

If you have pro version you can skip that in visual micro, add ip address manually and then use a local project board.txt to specify the network settings.

Code
Select All
  network.port=[enter a port num]
  network.auth_upload=[yes if password prompt is required]
  network.password=[enter a password if network.auth=yes] 



  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint