|
DIY Soldering Station
Looks cool. Is there a link to more build info? I googled VU3PAT soldering station that gave a link to "pcbheven" that starting spawning "congratulations your are the five millionth search and click h
Looks cool. Is there a link to more build info? I googled VU3PAT soldering station that gave a link to "pcbheven" that starting spawning "congratulations your are the five millionth search and click h
|
By
Tom, wb6b
· #86729
·
|
|
DIY Soldering Station
Interesting article, thanks.
Interesting article, thanks.
|
By
Tom, wb6b
· #86704
·
|
|
DIY Soldering Station
I had no idea that clone handles existed and only cost around five bucks. That would be a good starting point for such a project. The only reason for switching off the heater during temperature measur
I had no idea that clone handles existed and only cost around five bucks. That would be a good starting point for such a project. The only reason for switching off the heater during temperature measur
|
By
Tom, wb6b
· #86703
·
|
|
DIY Soldering Station
What an interesting idea. As a fun project I wonder how well this would work to control the temperature of an old generic soldering iron I have laying around. Building some kind of circuit that can sw
What an interesting idea. As a fun project I wonder how well this would work to control the temperature of an old generic soldering iron I have laying around. Building some kind of circuit that can sw
|
By
Tom, wb6b
· #86686
·
|
|
Free RTOS
Hi, I've used this in some Arduino Nano designs: https://github.com/prampec/arduino-softtimer It is not a full RTOS but is very lightweight and allows you to break up your system into separate tasks.
Hi, I've used this in some Arduino Nano designs: https://github.com/prampec/arduino-softtimer It is not a full RTOS but is very lightweight and allows you to break up your system into separate tasks.
|
By
Tom, wb6b
· #86292
·
|
|
IDE Colors for Old People
The thing that would drive me nuts, was when transparency was introduced to desktops widgets (Linux and Windows), and semitransparent backgrounds were introduced as defaults. Trying to read text in a
The thing that would drive me nuts, was when transparency was introduced to desktops widgets (Linux and Windows), and semitransparent backgrounds were introduced as defaults. Trying to read text in a
|
By
Tom, wb6b
· #85996
·
|
|
Wireless CAT Control (And audio?)
This is really cool. And when you figure out the audio, definitely let us know. Been thinking about the same thing. I think moving up to an ESP32 would be necessary in order to get some extra analog p
This is really cool. And when you figure out the audio, definitely let us know. Been thinking about the same thing. I think moving up to an ESP32 would be necessary in order to get some extra analog p
|
By
Tom, wb6b
· #85912
·
|
|
RPi Pico
Yes, "acquire anti-skid properties 90 minutes after application". I hate it when my code skids. Tom, wb6b
Yes, "acquire anti-skid properties 90 minutes after application". I hate it when my code skids. Tom, wb6b
|
By
Tom, wb6b
· #85699
·
|
|
RPi Pico
That's good to know. Thanks for finding and summarizing the additional information from the documentation. Tom, wb6b
That's good to know. Thanks for finding and summarizing the additional information from the documentation. Tom, wb6b
|
By
Tom, wb6b
· #85694
·
|
|
RPi Pico
Yes I believe 1.1 volts is the correct voltage, not 1.8 volts as I stated in my previous post. It will be interesting to see what folks do with these new boards. Tom, wb6b
Yes I believe 1.1 volts is the correct voltage, not 1.8 volts as I stated in my previous post. It will be interesting to see what folks do with these new boards. Tom, wb6b
|
By
Tom, wb6b
· #85692
·
|
|
RPi Pico
Hi Jerry, There is a schematic in this file: https://datasheets.raspberrypi.org/pico/pico_datasheet.pdf Here is a link to the getting started you get sent to when you clink on the "htm" file in the "f
Hi Jerry, There is a schematic in this file: https://datasheets.raspberrypi.org/pico/pico_datasheet.pdf Here is a link to the getting started you get sent to when you clink on the "htm" file in the "f
|
By
Tom, wb6b
· #85688
·
|
|
RPi Pico
Hi, It was a good day today. I went out for lunch and saw footprints up my driveway from last night's freshly fallen snow. But, rather than being from visiting tourists deciding my driveway is a free
Hi, It was a good day today. I went out for lunch and saw footprints up my driveway from last night's freshly fallen snow. But, rather than being from visiting tourists deciding my driveway is a free
|
By
Tom, wb6b
· #85686
·
|
|
RPi Pico
Jerry, Ron, Thanks for the great links. Tom, wb6b
Jerry, Ron, Thanks for the great links. Tom, wb6b
|
By
Tom, wb6b
· #85669
·
|
|
RPi Pico
This code is sort of a one stop shopping center for many digital processing techniques for analog signals. He uses PWM for his analog outputs. https://github.com/threeme3/QCX-SSB Tom, wb6b
This code is sort of a one stop shopping center for many digital processing techniques for analog signals. He uses PWM for his analog outputs. https://github.com/threeme3/QCX-SSB Tom, wb6b
|
By
Tom, wb6b
· #85664
·
|
|
Dual Core ARM M0 memory arbitration, etc.
It seems like the build system has been designed to makes assumptions based on the name and layout of the directories. As I try this attempt to pack my project and the libraries I want to lock down to
It seems like the build system has been designed to makes assumptions based on the name and layout of the directories. As I try this attempt to pack my project and the libraries I want to lock down to
|
By
Tom, wb6b
· #85662
·
|
|
Dual Core ARM M0 memory arbitration, etc.
Sorry, my cat was repeatedly trying to jump up on keyboard and started scrolling the mouse in the middle of my sentence. Should be: For some reason the libraries did not work unless they were in the "
Sorry, my cat was repeatedly trying to jump up on keyboard and started scrolling the mouse in the middle of my sentence. Should be: For some reason the libraries did not work unless they were in the "
|
By
Tom, wb6b
· #85653
·
|
|
Dual Core ARM M0 memory arbitration, etc.
Hi Jack, For some reason when the libraries did not work unless they were in the "src" directory. I believe the build failed at the linking stage. Tom
Hi Jack, For some reason when the libraries did not work unless they were in the "src" directory. I believe the build failed at the linking stage. Tom
|
By
Tom, wb6b
· #85652
·
|
|
Dual Core ARM M0 memory arbitration, etc.
Hi Jack, I'm working on another project and want to include the libraries I actually used when developing the project, bundled with the project. After much looking around and reading, I think I may ha
Hi Jack, I'm working on another project and want to include the libraries I actually used when developing the project, bundled with the project. After much looking around and reading, I think I may ha
|
By
Tom, wb6b
· #85650
·
|
|
Dual Core ARM M0 memory arbitration, etc.
At one time all sorts of PhD theses were written on how to refactor algorithms to work with multiple processors, and if a general multiprocessor architecture and automatic multiprocessor compliers wou
At one time all sorts of PhD theses were written on how to refactor algorithms to work with multiple processors, and if a general multiprocessor architecture and automatic multiprocessor compliers wou
|
By
Tom, wb6b
· #85638
·
|
|
RPi Pico
With Python and Perl, the software design approach is not to work at the bye by byte level. But to work at the buffer by buffer (or array, dictionary, string buffer and such level). This allows fast c
With Python and Perl, the software design approach is not to work at the bye by byte level. But to work at the buffer by buffer (or array, dictionary, string buffer and such level). This allows fast c
|
By
Tom, wb6b
· #85636
·
|