I'm looking forward to this IDE going to full support. But for now, I am actually good with using the complex tool chain that this channel has helped me set up!
@LearnEmbeddedSystems3 жыл бұрын
I am also excited for the full support! I think I will be using the VSCode toolchain for some time to come
@TooSlowTube3 жыл бұрын
@@LearnEmbeddedSystems The two replies between yours and this one are spam - a recommendation, then a response approving of it. Both accounts are very new, and I keep seeing this pattern on other videos. I've reported it, but that doesn't have any effect. Maybe if you report it, as the channel owner, it will.
@mylittleparody2277 Жыл бұрын
Short and to the point. Thank you, have a nice day too.
@Krishnarao_Narisetty3 жыл бұрын
I am from India by seeing ur vedio I am got successfully use it Arduino IDE really great work I also subscribed ur channel thanks my son
@PerchEagle10 ай бұрын
Thanks a lot. You explained the critical stuff to get this board running :)
@dpratte2 жыл бұрын
Thank you sir. Concise, accurate, just what I needed!
@drilichili7623 жыл бұрын
nice video! thank you very much! Cheers from Germany
@LearnEmbeddedSystems3 жыл бұрын
Glad you liked it!
@slowedreverb68199 ай бұрын
THANK YOU SO MUCH, IT SOLVED MY PROBLEM
@MaxSMoke777 Жыл бұрын
This doesn't work. I see the drive as a USB folder, but not as a COM Port.
@priotx3 жыл бұрын
great video it will help a lot of people
@LearnEmbeddedSystems3 жыл бұрын
I hope so! Thank you :)
@nerdwerx22923 жыл бұрын
Great video! Yeah..I would not hold my breath on an "Official" Arduino IDE support anytime soon.I don't know what happened during the microchip/Atmel aquisition, but the fact that Raspberry Pi foundation moved away from the standard Arm & Atmel/ Microchip based products; now puts Raspberry Pi foundation, as a direct competitor. 😬 Thank goodness for Meeseeks- like individuals like Mr. Earl Philhower III, (proverbial tip-of-the-hat to you sir!) who can transcend the barrier of corporatism! Let's face it.. without his Honey badger Pico tool chain, most of us would be celebrating just being able to get the pico to blink 🤣🤣🤣
@LearnEmbeddedSystems3 жыл бұрын
Arduino are using the RP2040 chip in an upcoming Nano board so I would assume they are somewhat friendly!
@IMTIvanBlake11 ай бұрын
it worked for me! thank you
@stephensmith14703 жыл бұрын
Great videos! I subbed. Now we need to learn how to use the 2 cores in Arduino IDE.
@LearnEmbeddedSystems3 жыл бұрын
Yes we do!
@jumhig3 жыл бұрын
I'm also looking forward to Arduino IDE support. In the meantime I have had fun using Mecrisp Forth on my Pico.
@re8et3556 күн бұрын
Oh this is lovely!!! Let's hope it works with the pico I got from ebay that are obvious fakes.... My only original pipico is gonna be happy anyway!! I tried uploading the Open Theremin V4 and I got an avr io.h library error... that sent me into a rabbit hole of transforming the pico to an ISP programmer with an Attiny85 as if magically would make it work... something tells me I'm not on the right road... but the pico was there, I shall try the Hello world next and other stuff... I skipped the easy part...
@NickT66303 жыл бұрын
Hi, Im using Arduino IDE on RPi 4. I followed your instructions but I get an error message every time I try to upload a sketch to the Pico. Ive tried changing serial ports in case it was that but it makes no difference.
@ExperimentwithPhotography2 жыл бұрын
Thanks !!! It works ,
@interestingspagetti3 жыл бұрын
Many thanks for video
@LearnEmbeddedSystems3 жыл бұрын
You are most welcome!
@rishabkulkarni2 жыл бұрын
Serial monitor is still not enabled even after uploading the first sketch
@sanjaykhatri60937 ай бұрын
As many videos i have seen all are doing blink Led project on Rasberry pico pi cant we do any other projects on this pico board
@henrywinkelmann19823 жыл бұрын
Great ! We will see how the official support will look like. Thanks for hint ! Where did you find this information? I am scanning youtube on a regular basis and did not meet the guy. By the way, I still have not found a solution to the issue (make tool) in the tool chain for C/C++ on WIN10 :(
@LearnEmbeddedSystems3 жыл бұрын
Looking forward to official support too! This was sent to me by a viewer - I think someone they followed made a video highlighting a similar thing! Sorry to hear that you haven't found a solution :(
@koolens1Ай бұрын
just curios has the been an update to this??
@guomengsun37522 жыл бұрын
How do we run the Arduino Sketch on Raspberry Pi, sepcially with Arduino 3th party library?
@TooSlowTube3 жыл бұрын
Do you have to keep the button held down until the sketch is uploaded, or can you release it after you plug it in?
@LearnEmbeddedSystems3 жыл бұрын
You can release it after you plug it in!
@TooSlowTube3 жыл бұрын
@@LearnEmbeddedSystems Thanks. That wasn't clear - at least not to me.
3 жыл бұрын
Got this error: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa1 in position 181: invalid start byte
@Deloix3 жыл бұрын
Já jsem podobnej problém měl s Pythonem ve VS code, je to nejspíš kvuli jazykový sadě. I když jsem vše měl nastaveno UTF8 tak to blblo a pak v tom VSCode jsem našel že to dělá automatickou detekci kodování (ale špatně)... takže vše bylo UTF8 ale ty znaky byly špatně i když na oko vypadaly stejně... tak zkus pohrabat nějaký takový nastavení, ale moc jich tam není co na to koukám. Tak možná ten editor mít v angličtině.
@hungtse8309 Жыл бұрын
How can I upload the code without pressing the button?
@Sonic_Shroom2 жыл бұрын
My port wont show when in bootloader mode.
@_Khayyam_987_2 жыл бұрын
Hi. i want to use MPU6050 module with Raspberry Pi Pico board and code on Arduino IDE. I just want to know that, how can i show my SDA and SCL pin in code. Ordinary Arduino i2c choose SDA - A4, SCL - A5. But i use GPIO? for SDA and SCL.
@Abc-sl1nf11 ай бұрын
Can I actually run Arduino code on RPI standard, not Pico and have it interact with pins and even eeb server?
@yeageth52583 жыл бұрын
I cant use mouse move and mouse press at the same time .Mouse move is working but if I add mouse press in code, can't do both at the same time why ?(Arduino IDE and using pico)
@nbj770952 жыл бұрын
Okay I almost go there but when compiling the blink sketch I experience this: fork/exec C:\Users\jonesn\AppData\Local\Arduino15\packages\arduino\tools\imgtool\1.8.0-arduino/imgtool.exe: Access is denied. Error compiling for board Raspberry Pi Pico.
@nbj770952 жыл бұрын
Never mind, it was the security protocol blocking it…. UGH! Thank you for the easy interface.
@sandipkumarnandi2 жыл бұрын
Hi, Global variables use 42780 bytes (15%) of dynamic memory, leaving 227556 bytes for local variables. Maximum is 270336 bytes. ..................... An error occurred while uploading the sketch Getting the above error on upload, though after connecting it shows up as COM4 on my computer
@carloslanuza2457 Жыл бұрын
you need to add some enviroment system paths
@kavtech_midi2 жыл бұрын
please make video making usb host mode in raspberry pico
@electrocsj34613 жыл бұрын
Hello good video, how to use freertos in arduino ide? I'm using on sdk, but i don't know how to use in arduino ide.
@testtest-sk8ne3 жыл бұрын
When i unplug the pico from computer the code stop working .. can you guide me why and how i keep it run when i unplug and give only power to pico?
@Krishnarao_Narisetty3 жыл бұрын
Pl use Arduino Ide 2.0 verson really work well I am not qualified I got it
@dungtrananh15222 жыл бұрын
Is this mean porting arduino sketch to raspberry pi?
@yxhankun3 жыл бұрын
do we need to delete all *.py from the flash memory of the pico under thonny before arduino development with pico?
@yxhankun3 жыл бұрын
Arduino: 1.8.4 (Windows 7), Board: "Raspberry Pi Pico, 2MB (Sketch: 1MB, FS: 1MB), 125 MHz, Serial, None" Archiving built core (caching) in: C:\Users\usera\AppData\Local\Temp\arduino_cache_675545\core\core_rp2040_rp2040_rpipico_flash_2097152_1048576,freq_125,dbgport_Serial,dbglvl_None_c0f7e9a375aa53af2bc0bb1707f29d93.a exit status -1073741515 Error compiling for board Raspberry Pi Pico. This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. any idea to fix this?
@m.s.idrischannel56557 ай бұрын
it works with the chinese version!!!
@The_Animated_Spirit3 жыл бұрын
Please teach some pico programming using micropython 🙏 . It's a humble request sir , I am a beginner, learning new things everyday. Please do some videos. . Thank you sir .
@tonygoodhew95363 жыл бұрын
Thank you for this video and the work from Mr Philhower. So quick to setup and get working. Digital pins and analog ADC and PWM working but I tried to setup a SSD1306 display over I2C with Adafruit libraries but Arduino expects SDA and SCL on specific pins. It compiled and uploaded but screen stayed black. Anybody got any ideas?
@TooSlowTube3 жыл бұрын
You might have to make your own edited copy of the library, and change the pin numbers.
@yxhankun3 жыл бұрын
l think l broke my raspi pico while experimenting under arduino environment n it can't find the new serial port nor going back to Thonny python development. l don't like python at all. Last night l can compiled a simple flash internal led and uploaded. Now l can do nothing with raspi pico mcu board.
@RayBellis3 жыл бұрын
Just because you can, doesn't mean you should. The Arduino IDE is one of the worst editors I've ever experienced.
@ff-qf1th2 жыл бұрын
not everyone is a software engineer dude
@shubhamchauhan44193 жыл бұрын
I am getting this error while working with pico can anyone help? jssc.SerialPortException: Port name - COM7; Method name - openPort(); Exception type - Port busy. at jssc.SerialPort.openPort(SerialPort.java:164) at processing.app.Serial.touchForCDCReset(Serial.java:101) ... 6 more
@hungtse8309 Жыл бұрын
How can I upload the code without pressing the button?