-
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
Some suggestions for improvement #7
Comments
Hi Eelco, Sorry for the belated answer, but I really had the hands full. Thank you for the suggestions: they help to focus on necessary improvements. This holidays I'm planning to implement similar function in this WSPR project. So, I would like to address a question to you: what do you think about such console? What commands would you add to it? I possess my own view on this, but such alternative mention would be useful. Please look at an example video in pico-hf-oscillator. Thank you in advance. Cheers, Roman |
Hey Roman, a console as alternative to do quick changes is an practical approach for some areas i mentioned. If we take a closer look to the needs, and time investments. Just being blund my backlog:
I am waiting for my pico, i expect it today, i have a GPS module for my Roel Kroes projects here in the stash, i have a pi5 with the SDK on it and it compiled your code. Next steps is to build the device and see if i can receive the beacon in the Shack. I have looked as non programmer in your pico hf project i like the idea behind it, I would suggest to share the amplifier model, but because i am not that experienced. I was wondering will the pico be able to give a true stable basic frequency? In most projects i have seen (arduino) they use external clocks or crystals. I also used Meshtastic, they go even further on, and have a Bluetooth interface and web interface to make changes in the config, or have true interaction with the device with an app over Bluetooth. But, it all depends time, and effort. I hope my input will give you some ideas.. Keep you posted over my progress. Some extra thoughts also based on other questions, when you use a console or something similar. |
First thanks for sharing this code! Can't wait to get it working on my system.
Some suggestions: regarding the main.c
#define CONFIG_CALLSIGN "R2BDY"
#define CONFIG_LOCATOR4 "KO85"
Regarding the issue #6
Suggestion to add the variabeles
gpio_set_function(uart_id ? 8 : 12, GPIO_FUNC_UART);
gpio_set_function(uart_id ? 9 : 13, GPIO_FUNC_UART);
Also in the main config/init file ?
Regards
Eelco
The text was updated successfully, but these errors were encountered: