Popular Post Chris Cilino Posted April 28, 2020 Popular Post Report Share Posted April 28, 2020 (edited) LabVIEW Community Edition rocks! In order to help kick off this momentous occasion, I've put together an example alarm clock. It is broken down into 6 lessons (so far) taking you from blinking an led through creating an alarm clock with a state machine. To download or learn about LabVIEW Community Edition check out GCentral.org Check out the alarm clock here! <-(http://bit.ly/ChrisCilino_LabVIEWCommunityAndRP) Edited April 28, 2020 by Chris Cilino 4 Quote Link to comment
gregoryj Posted May 8, 2020 Report Share Posted May 8, 2020 Hi Chris, I just watched NI's getting started with Raspberry Pi videos. Do you have to use an ethernet connection to the RPi, or can you deploy your code over wifi? Do you use the case that comes with the Canakit, or do you have to take off the case in order to use the connectors with the breakout board? Thank you, looks like a lot of fun! Quote Link to comment
Michael Aivaliotis Posted May 9, 2020 Report Share Posted May 9, 2020 I've been able to connect and deploy code over wifi. However, I can't use the DNS name over wifi so I use the IP address. I'm sure there's a way to get that working but haven't needed to figure it out yet. Quote Link to comment
gregoryj Posted May 11, 2020 Report Share Posted May 11, 2020 Ok great. My router is far away from my desk, so I'd like to use wifi after the initial set up. Just ordered the raspberry pi and excited to play around with it! Quote Link to comment
Michael Aivaliotis Posted May 12, 2020 Report Share Posted May 12, 2020 12 hours ago, gregoryj said: Ok great. My router is far away from my desk, so I'd like to use wifi after the initial set up. Just ordered the raspberry pi and excited to play around with it! Well, you could plug your computer directly into the raspi port, no router needed. Or purchase a cheap usb to ethernet dongle and add an extra port to your PC. This is what I do for my cRIO work. https://www.amazon.com/dp/B00M77HMU0/ref=cm_sw_r_tw_dp_U_x_AJJUEb7TVD7CS Quote Link to comment
gregoryj Posted May 12, 2020 Report Share Posted May 12, 2020 Oh I see, I do have a free ethernet port on my computer. I thought the RPi needed direct connection to the router to be able to download some updates or something, so that's good to know I can connect to the PC! Quote Link to comment
Michael Aivaliotis Posted May 14, 2020 Report Share Posted May 14, 2020 On 5/12/2020 at 9:02 AM, gregoryj said: I thought the RPi needed direct connection to the router to be able to download some updates or something, so that's good to know I can connect to the PC! Well. yes. It does. That's what the built-in wifi is for. 🙂 Quote Link to comment
gregoryj Posted May 14, 2020 Report Share Posted May 14, 2020 Haha yes, of course. I have had luck using the wlan IP address as well as "raspberrypi.local" to run code on the device. I also installed TeamViewer on the raspberry pi which makes it a lot more convenient to control the device if you don't have extra monitors and keyboards lying around. By the way Chris, I really enjoyed the alarm clock example and how easy it is to interact with those GPIO pins. I made some schematics (tried to submit on Bitbucket as well) to show the connections, which might be a little easier to follow than the real-life pictures. RasPi_Schematics.zip 1 Quote Link to comment
Michael Aivaliotis Posted May 19, 2020 Report Share Posted May 19, 2020 On 5/14/2020 at 2:50 PM, gregoryj said: I also installed TeamViewer on the raspberry pi which makes it a lot more convenient to control the device if you don't have extra monitors and keyboards lying around. Yes, I discovered that recently and am using that technique as well. Quote Link to comment
sam Posted May 21, 2020 Report Share Posted May 21, 2020 ms remote desktop works too. FYI 1 Quote Link to comment
Chris Cilino Posted May 31, 2020 Author Report Share Posted May 31, 2020 On 5/8/2020 at 4:06 PM, gregoryj said: Do you use the case that comes with the Canakit, or do you have to take off the case in order to use the connectors with the breakout board? Thank you, looks like a lot of fun! Hi @gregoryj Sorry for taking forever to respond. I need to adjust my notification settings apparently. I do use the case that comes with Canakit. I'm able to keep the raspberry pi in the case and even put the lid on because of the ribbon that attaches to the breakout board. I got the ribbon and breakout board from Freenova. My full hardware setup is documented in the bitbucket readme at https://bit.ly/ChrisCilino_LabVIEWCommunityAndRP. And yes... it is fun! Enjoy! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.