-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how o build #9
Comments
Hi I have built this WSPR project very easily using Pico - Visual Studio Code . You need to down load that and Git Desktop. Open Git desktop on your PC and then go to the git Hub page for the project and select Gihub Desktop and let it down load. Once its down loaded it will show a git desk top page and on the right hand side give some option select open with Pico- Visual Code Studio. You will them have the project open in Pico - Visual Code studio. Configure what you want in Main.c it may ask for you to select a tool go for the unspecified one ( middle ) and select this. It shoudl start the configuration when complete. Select build at the very bottom of page and it should build correctly including the sub project needed. |
Thanks for these guidance, i am not the only one with the c++ issues You are mentioning the pc i suspect it will be an intel system? |
Solution: i trief to build on PI5 and after a lot of browsing i switched over to Windows 11 on Intel and downloaded the Windows package. This makes it possible to compile C code. Since i am new to PI-Pico i also executed the examples like hello_world.uf2 blink_picow.uf2 and it works.. pff.. |
Well for those that want to know how i at least got the code compiling. Pay attention to the pins in defines.h pin 2 for pps of the gps module and pin 6 for rf out Observation: i used the pico with Wifi and it seems this model does crash and is not able to get a working output. |
Hi Just to let you know that the message that you have above shown above shows that the transmit took place just once. This is the noprmal activity if there is no active GPS. You need to set #define CONFIG_GPS_SOLUTION_IS_MANDATORY - to " YES" to enable GPS I assume tthe GPS receiver is correctly conected to pins 16 and 17 ( GPIO12 and GPIO13) not to pins 1 & 2 as per diagram as this is in error. I have to code working well otherwise and is great to test my antennas. Simon G8HAM |
Thanks Simon, regarding the gps receiver i have one that does gnss+gps+bd. Based on the code defines.h To add/change The GPS needs to be outputting "GPRMC" to work if you using an Multi-satellite GPS receiver then you need to change line 224 in GPStime.c to replace "GPRMC" to "GNRMC" to work with correct message output. |
This is where i am now. Console output, with GPS link , and it seems to me, the gps link is not detected. Any clue where i made an error? |
To get back to the actual topic: HOW TO BUILD As Simon mentioned: On Windows, there's a great installation package with a pre-configured IDE (Visual Studio Code): There you can also find the following download link for the installation package: https://github.com/raspberrypi/pico-setup-windows/releases/latest/download/pico-setup-windows-x64-standalone.exe 73, Jochen |
Hi, it seems i have some issues :-)
First, do we build on intel or on arm?
I have some issues installing the pi sdk on ... you dont beleve, ubuntu on arm pi5 .. i am missing the package code .. seems it is neede for c ...
I have tried over and over, and the standard build script for the ide fails on the package code, and it seems not availible on ubuntu, where the preq are ok , the nice part is when i want to program on arduino the ide 2,0 is not running on raspbian but it is on ubuntu what a fun...
Next step, installl raspbian for pi5 and build the pi pico ide, and from there restart the whole project...but...it is smart to tell the prereq since the new pi boards are different and or have issues with c in relation with arm and or intel at least i think thats the clue
regards eelco
The text was updated successfully, but these errors were encountered: