Hi Does spike have a package to install and then use on my pycharm? Or, can I import lets say other packages to the console, I would like to use opencv thanks
I'm current only the Mac Spike software 2.0.3 and the code completion isn't showing up. Is this something you can turn off and on? I didn't see it in the preferences.
Lego has removed the feature in version 2 and above. They have not got a timeframe for when it might return. I suggest contacting LEGO to let them know that you’re interested in the feature. Garry
awesome video, quick question you have one video for Skipe and another for Mindstorms.. i have both sets and i was wondering if you would be able to recommend one software to use for both? instead of having installed both apps, perhaps choose one?.. also i have seen comments that it's possible to flash the s
Hi! Both versions are great, but it’s up to you to use the version that is best for you. SPIKE has graphing and weather API connections. Mindstorms has controller support 😊 Garry
Hi, do you think it is possible to program Spike to fetch a certain object from point A to point B? also, is it possible to program Spike to recognize this object among many?
Love these lessons. I have never worked with Python but considering for next year’s FLL team. Can you recommend any books or other documentation for Python with Spike Prime/Robot Inventor?
Thanks! Spike and Robot Inventor are pretty new so the documentation is still incomplete or missing. We are hoping to release some textbooks this year, but in the meantime, you can learn python at w3schools.org . Good luck! Garry
hello can u help me sir please? just wanna ask how to activate intellisense in spike prime? cause code hinting is not working in my spike app while i am coding in python Hope to receive a response from you. thanks.
I'm an experienced developer. Somehow, code hints/autocomplete/suggestions are not working for me in Spike app version 2.0.5 on Macos. It seems rather idiotic to try and program anything without hints? Edit: sorry it has been mentioned already a lot in the remarks... will have to nudge Lego then.
Absolutely, use this guide to downgrade using Windows How to Downgrade SPIKE 3 to SPIKE 2 (With Windows + Pybricks) ua-cam.com/video/3pm6iOUBn8E/v-deo.html Garry
@@CreatorAcademyAustralia We've tried on multiple devices, all of them using Windows 10. We are currently running Spike 2.0.1, but there hasn't been any form of Autocomplete working since we first started testing about half a year ago. The only other variable we could find that differ from the tutorials that have Autocomplete enabled, is the fact that we are using a German version, however changing the language to English hasn't helped fix this issue. I hope that is enough information.
@@gorobotrobotics2928 Can you please try installing the Mindstorms Robot Inventor software, start a python project to see if autocomplete works on that? The Mindstorms software is very similar to SPIKE software. If it doesn't work, then there must be another deeper issue. Garry
In Python how does the code know 15 cm is actually 15 cm for the motor movement and the same with the distance sensor. Does it know the wheel diameter etc? Looking forward to the next sessions, this is all new to me. Been spoiled using the RCX, NXT, and EV3 coding environments. You do a really good job, the pace is perfect and your descriptions of what things do is great.
Great question! In order for the code to know how far the robot travels, it needs to know the wheel circumference (the distance the wheel travels in 1 rotation.) The code sets a wheel circumference to 17.6cm by default. If you use a different sized wheel, you'll need to run a command called: set_motor_rotation(X,Y) where 'X' is the new circumference value of the wheel as a number, and Y is 'cm' or 'in' as a string. Thanks for your feedback! Garry
@@CreatorAcademyAustralia First of all, thank you so much that you gave a prompt reply. Actually what was happening is though very strange but the program was sometimes working sometimes not. i have again pasted my program again and its working, thank you
I like your teaching .
Super helpful! I am using SPIKE python to code for my FLL missions, and this truly is helpful!
Great to hear! Garry
What team are u
I dont understand how you dont have more subscribers.
My only feedback is make the code bigger I can see it. Great video!
Great point, I will keep that in mind for future videos! Garry
Code hinting is not working on Windows10 and also on Chrome book.Any thoughts how to enable code hinting?
Awesome tuto. Thanks. I'll try it with my SPIKE"
You’re welcome! Glad you enjoyed it 😊 Garry
thanks for the help! :)
Thanks! Really helped me out a lot!
Glad you enjoyed it! Garry
good job
Hi
Does spike have a package to install and then use on my pycharm?
Or, can I import lets say other packages to the console, I would like to use opencv
thanks
Hello, is it also possible to load external libraries to the code? (OpenCV to access my PC webcam)
I'm current only the Mac Spike software 2.0.3 and the code completion isn't showing up. Is this something you can turn off and on? I didn't see it in the preferences.
Lego has removed the feature in version 2 and above. They have not got a timeframe for when it might return. I suggest contacting LEGO to let them know that you’re interested in the feature. Garry
awesome video, quick question you have one video for Skipe and another for Mindstorms.. i have both sets and i was wondering if you would be able to recommend one software to use for both? instead of having installed both apps, perhaps choose one?.. also i have seen comments that it's possible to flash the s
Hi! Both versions are great, but it’s up to you to use the version that is best for you. SPIKE has graphing and weather API connections. Mindstorms has controller support 😊 Garry
@@CreatorAcademyAustralia thanks a lot!
Hi, do you think it is possible to program Spike to fetch a certain object from point A to point B? also, is it possible to program Spike to recognize this object among many?
This is definitely possible to do! Garry
Love these lessons. I have never worked with Python but considering for next year’s FLL team. Can you recommend any books or other documentation for Python with Spike Prime/Robot Inventor?
Thanks! Spike and Robot Inventor are pretty new so the documentation is still incomplete or missing. We are hoping to release some textbooks this year, but in the meantime, you can learn python at w3schools.org . Good luck! Garry
Hi, how to play sounds others than beeps such as 'cat mew' on the device
Hi. Can you help me with one problem. How to use broadcast message block in Spike Prime Python App.
Hi! There isn’t a broadcast function so you will need to adjust your coding if you want to run multiple operations at the same time. Garry
@@CreatorAcademyAustralia Okay Sure. Thank you for your response. Really appreciated
hello can u help me sir please?
just wanna ask how to activate intellisense in spike prime?
cause code hinting is not working in my spike app while i am coding in python
Hope to receive a response from you. thanks.
how do i square my robot in a line with python using 2 color sensors?
You’re going to be interested in our next video😁 Garry
Line squaring with python @otakuno ua-cam.com/video/3EiG2GvGo9g/v-deo.html
I'm an experienced developer. Somehow, code hints/autocomplete/suggestions are not working for me in Spike app version 2.0.5 on Macos. It seems rather idiotic to try and program anything without hints? Edit: sorry it has been mentioned already a lot in the remarks... will have to nudge Lego then.
I understand how you feel, contacting LEGO will be the best way forward. Garry
from spike import Motor, MotorPair
surus_tabani=MotorPair('C','D')
surus_tabani.move(30,"cm",0,40)
did'nt work this code. what is the poblem?
Hi! Are you using SPIKE 3.x? If you’re using the new SPIKE version, you’ll need to follow the updated tutorial. Garry
@@CreatorAcademyAustralia Hi! Thank you. I'am using SPIKE 3x. I wanted to downgrade but I have windows. Can I do this with Windows?
Absolutely, use this guide to downgrade using Windows How to Downgrade SPIKE 3 to SPIKE 2 (With Windows + Pybricks)
ua-cam.com/video/3pm6iOUBn8E/v-deo.html Garry
Ok, I did it with windows.
@@CreatorAcademyAustralia Will we have problems in the future if we upgrade to version 3? Some people said they were having problems.
Thank you
You're welcome! Glad you enjoyed it. Garry
How did you get autocomplete to work in the Spike software? I couldn't find any answers to that online
I remember this issue happening to another user. Can you please detail your operating system and version?
@@CreatorAcademyAustralia We've tried on multiple devices, all of them using Windows 10. We are currently running Spike 2.0.1, but there hasn't been any form of Autocomplete working since we first started testing about half a year ago. The only other variable we could find that differ from the tutorials that have Autocomplete enabled, is the fact that we are using a German version, however changing the language to English hasn't helped fix this issue. I hope that is enough information.
@@gorobotrobotics2928 Can you please try installing the Mindstorms Robot Inventor software, start a python project to see if autocomplete works on that? The Mindstorms software is very similar to SPIKE software. If it doesn't work, then there must be another deeper issue. Garry
@@CreatorAcademyAustralia Autocomolete seems to work in the Inventor Software. Thanks a lot for your help
the program given below doesn't work. where is the mistake?
I am on Windows with spike prime 2.0.4 wondering how to turn on code hinting/autocomplete?
Hi Zach, LEGO removed code hinting in v2 and above. I suggest contacting LEGO to let them know you want the feature back. Garry
Hi, is there any Spike Prime Python documentation where we can find a list of all modules, classed, functions, parameters and what they do? Thanks.
Yes! Just expand the knowledge base in the app on the right hand side 😊 Garry
I am new for Python. How to turn on "type hints" in Spike 2.0.4? I push down "Ctrl+ Space bar", but it always show "No suggestion". Thanks in advance.
Hi there! This seems to be a common bug, I suggest you try to contact LEGO and tell them your operating system details. Garry
Getting import module error Spike:App module not found. Any idea ?
Hi! Did you make any changes to the import code? Try making a new file with only the smiling face to see if everything is working. Garry
In Python how does the code know 15 cm is actually 15 cm for the motor movement and the same with the distance sensor. Does it know the wheel diameter etc? Looking forward to the next sessions, this is all new to me. Been spoiled using the RCX, NXT, and EV3 coding environments. You do a really good job, the pace is perfect and your descriptions of what things do is great.
Great question! In order for the code to know how far the robot travels, it needs to know the wheel circumference (the distance the wheel travels in 1 rotation.) The code sets a wheel circumference to 17.6cm by default. If you use a different sized wheel, you'll need to run a command called: set_motor_rotation(X,Y) where 'X' is the new circumference value of the wheel as a number, and Y is 'cm' or 'in' as a string. Thanks for your feedback! Garry
hub = PrimeHub()
moving_motors=MotorPair('A', 'B')
moving_motors.move(50, 'cm', 0)
moving_motors.stop()
hi! does the code work without the last line?
@@CreatorAcademyAustralia First of all, thank you so much that you gave a prompt reply. Actually what was happening is though very strange but the program was sometimes working sometimes not. i have again pasted my program again and its working, thank you
Im not very good with Python yet because im learning CSS
It’s ok! Python is quite easy to pick up. Feel free to send me your python questions! Garry
@@CreatorAcademyAustralia :)
I am Andy do you remember me?
Hi Andy!
💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀💀
💀 💀