02-22-2021 01:25 AM
Hello. Thank you for your answer.
When I run the Linx firmware wizard, create a Labview application,
and run the app, is it okay if I don't use firmware again?
02-22-2021 01:42 AM
You only have to run the firmware wizard once on your target device like an Arduino UNO for example.
Then you can run your VIs with the hobbyist/linx functions.
You won't have to upload the firmware again as long as you don't overwrite it.
For example if you upload the hobbyist/linx firmware, run your VI and then you upload code from the Arduino IDE it will overwrite the firmware.
So you will have to run firmware wizard again.
Hope that helps 🙂
Best Regards,
Sin | Electrical Engineer & Principal Consultant
02-22-2021 07:09 PM
LabVIEW Basics #11 - Laser Turrets and Event Structures - Part 1
A fun introduction to event structures in LabVIEW, here we go over how to setup a 2-Axis servo configuration and use it as a Laser Turret, all controlled in LabVIEW using directional key inputs and mouse cursor positions.
Best Regards,
Sin | Electrical Engineer & Principal Consultant
03-23-2021 07:28 PM
LabVIEW Basics #12 - Laser Turrets and Event Structures - Part 2
The follow up to Part 1 - which demonstrates how to upload the Hobbyist firmware, how to create a VI and then how to develop this VI to control the Pan-Tilt Servo configuration using numeric controls and event structures for keyboard and mouse control.
Best Regards,
Sin | Electrical Engineer & Principal Consultant
03-30-2021 03:35 AM
hi sinc thanx for This tutorial i Just have a problème i dont get reply from esp8266 i can't get the ip adresse and port reply
if you can reply plz i really need that
04-30-2021 09:57 AM
In this video I demonstrate how to control a 28BYJ-48 stepper motor with a ULN2003A driver board in LabVIEW using the Hobbyist toolkit.
Best Regards,
Sin | Electrical Engineer & Principal Consultant
05-11-2021 04:11 AM
Hi
I want to creat an programme for controling 2 servomotor with change Values of 4 sensor LDR
so for this I need Sup_Vi of Generate Array for more ideas to create my programme
05-11-2021 03:02 PM
Hello,
Great video explaining the basics of using the Hobbyist toolkit. I am trying to make a similar program for a bipolar stepper motor, controlled by two pins on the Arduino. I am having trouble understanding how I need to change this program in order to use it with my motor.
I would appreciate if you have any advice that would be helpful, as I am new to LabView.
Thanks.
05-11-2021 09:58 PM
Hi, Sin
Have you ever used HC-05 (bluetooth Module) connected with Arduino Uno to communicate with Labview ? I'm having a trouble with Linx when i try to Blink the LED (sorry about my bad English). It keep show up error 5003, error 5001... I searched on google everywhere but still not found a proper solution. Can you help me out with this ?
Appreciate in advance.
05-12-2021 12:48 PM - edited 05-12-2021 12:49 PM
@Peterpark99 Are you able to get the bluetooth module paired with the PC and see a serial port show up? Can you program the arduino with one of the serial examples, pair the bluetooth with the PC and see the output in a terminal program like putty?
Unfortunately the error messages in the Linx API are very unhelpful.