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!
@@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.
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 🤣🤣🤣
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.
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 :(
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 :(
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)
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.
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ě.
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?
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
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 .
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.
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?
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.
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
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!
I am also excited for the full support! I think I will be using the VSCode toolchain for some time to come
@@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.
Short and to the point.
Thank you, have a nice day too.
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
Thanks a lot. You explained the critical stuff to get this board running :)
Thank you sir. Concise, accurate, just what I needed!
nice video! thank you very much!
Cheers from Germany
Glad you liked it!
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 🤣🤣🤣
Arduino are using the RP2040 chip in an upcoming Nano board so I would assume they are somewhat friendly!
THANK YOU SO MUCH, IT SOLVED MY PROBLEM
I'm also looking forward to Arduino IDE support. In the meantime I have had fun using Mecrisp Forth on my Pico.
great video it will help a lot of people
I hope so! Thank you :)
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.
it worked for me! thank you
Great videos! I subbed.
Now we need to learn how to use the 2 cores in Arduino IDE.
Yes we do!
This doesn't work. I see the drive as a USB folder, but not as a COM Port.
Thanks !!! It works ,
Many thanks for video
You are most welcome!
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 :(
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 :(
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
Do you have to keep the button held down until the sketch is uploaded, or can you release it after you plug it in?
You can release it after you plug it in!
@@LearnEmbeddedSystems Thanks. That wasn't clear - at least not to me.
How do we run the Arduino Sketch on Raspberry Pi, sepcially with Arduino 3th party library?
do we need to delete all *.py from the flash memory of the pico under thonny before arduino development with pico?
Can I actually run Arduino code on RPI standard, not Pico and have it interact with pins and even eeb server?
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)
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.
Serial monitor is still not enabled even after uploading the first sketch
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.
Got this error: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa1 in position 181: invalid start byte
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ě.
please make video making usb host mode in raspberry pico
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?
You might have to make your own edited copy of the library, and change the pin numbers.
it works with the chinese version!!!
How can I upload the code without pressing the button?
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
you need to add some enviroment system paths
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 .
My port wont show when in bootloader mode.
Is this mean porting arduino sketch to raspberry pi?
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.
Never mind, it was the security protocol blocking it…. UGH! Thank you for the easy interface.
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?
Pl use Arduino Ide 2.0 verson really work well I am not qualified I got it
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?
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.
Just because you can, doesn't mean you should. The Arduino IDE is one of the worst editors I've ever experienced.
not everyone is a software engineer dude
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
How can I upload the code without pressing the button?