|
#firmware #i2c #smeter #ubitx #calibration
#calibration
#firmware
#i2c
#smeter
#ubitx
Elecraft has (or used to have) a simple S-meter calibrator that put out a signal that was supposed to be S9 and was pretty inexpensive, if you really need to have accuracy. Then you could check it wit
Elecraft has (or used to have) a simple S-meter calibrator that put out a signal that was supposed to be S9 and was pretty inexpensive, if you really need to have accuracy. Then you could check it wit
|
By
Vic WA4THR
· #77830
·
|
|
#firmware #i2c #smeter #ubitx #calibration
#calibration
#firmware
#i2c
#smeter
#ubitx
Is there a way to calibrate it without test equipment, other then a dvom. Like tuning to a stron station while hooked up on the bitx manager and setting the max, and then tuning to a blank station and
Is there a way to calibrate it without test equipment, other then a dvom. Like tuning to a stron station while hooked up on the bitx manager and setting the max, and then tuning to a blank station and
|
By
mymonte666@...
· #77799
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
Hi, I just received a knockoff programmer and some SMD adaptor boards from eBay. So was able to solder one of my 24 cent processor chips to a 25 cent adaptor board and program it to run a blink test.
Hi, I just received a knockoff programmer and some SMD adaptor boards from eBay. So was able to solder one of my 24 cent processor chips to a 25 cent adaptor board and program it to run a blink test.
|
By
Tom, wb6b
· #77485
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
Hi, Looks like quite a number of interesting Tips and Tricks, as the title suggests. This is a good collection of solutions much like the old Application Handbooks published by National Semiconductor
Hi, Looks like quite a number of interesting Tips and Tricks, as the title suggests. This is a good collection of solutions much like the old Application Handbooks published by National Semiconductor
|
By
Tom, wb6b
· #77275
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
I looked and did not see this mentioned and thought it might come in handy, It is from the makers of the Pic Microcontroller but many of the circuits work fine with others like the ATtiny's. https://w
I looked and did not see this mentioned and thought it might come in handy, It is from the makers of the Pic Microcontroller but many of the circuits work fine with others like the ATtiny's. https://w
|
By
wetzk@...
· #77273
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
Forgot the link. Here it is: https://www.micromodeler.com Tom, wb6b
Forgot the link. Here it is: https://www.micromodeler.com Tom, wb6b
|
By
Tom, wb6b
· #77157
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
Hi, I found this on-line DSP filter designer that generates C code. Don't know if the Nuvoton 8051 is powerful enough, but maybe it could handle some of the simpler filters. The Nuvoton 8051 has been
Hi, I found this on-line DSP filter designer that generates C code. Don't know if the Nuvoton 8051 is powerful enough, but maybe it could handle some of the simpler filters. The Nuvoton 8051 has been
|
By
Tom, wb6b
· #77156
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
Fantastic, great you are up and running. That is good to know that SDCC can be installed with binaries provided on the main site. Thanks for the information on how to get the additional Go libraries.
Fantastic, great you are up and running. That is good to know that SDCC can be installed with binaries provided on the main site. Thanks for the information on how to get the additional Go libraries.
|
By
Tom, wb6b
· #77155
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
I got my dev board this morning Tom and with your modified programmer code on Github and and the example it works great! The latest SDCC binaries for all platforms are here and I used the one for MacO
I got my dev board this morning Tom and with your modified programmer code on Github and and the example it works great! The latest SDCC binaries for all platforms are here and I used the one for MacO
|
By
Rick MacDonald / VA1UAV
· #77151
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
Hi, I have a blink program running on the Nuvotron 8051 chip. After trying out some generic blink programs for the 8051 I found that the author of the original version of the Nuvotron 8051 programmer
Hi, I have a blink program running on the Nuvotron 8051 chip. After trying out some generic blink programs for the 8051 I found that the author of the original version of the Nuvotron 8051 programmer
|
By
Tom, wb6b
· #77146
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
Hi, I updated the "nuvoprog" open source Nuvoton chip programmer to now be able to program the MS51FB9AE processor. The code is here: https://github.com/mountaintom/nuvoprog/tree/experimental-releases
Hi, I updated the "nuvoprog" open source Nuvoton chip programmer to now be able to program the MS51FB9AE processor. The code is here: https://github.com/mountaintom/nuvoprog/tree/experimental-releases
|
By
Tom, wb6b
· #77064
·
|
|
#firmware #i2c #smeter #ubitx #calibration
#calibration
#firmware
#i2c
#smeter
#ubitx
The CEC software allows calibrating the S-Meter through the Memory manager when using a simple amplifier circuit, and I did adjust mine until it generally agreed with another commercial receiver. Howe
The CEC software allows calibrating the S-Meter through the Memory manager when using a simple amplifier circuit, and I did adjust mine until it generally agreed with another commercial receiver. Howe
|
By
Vic WA4THR
· #76929
·
|
|
#firmware #i2c #smeter #ubitx #calibration
#calibration
#firmware
#i2c
#smeter
#ubitx
Hello everyone, i am a new uBitx user, I have built uBitx v5 and loaded CEC firmware for Nextion 3.2 inch display. Moreover, I have incorporated a second Arduino Nano to use it as a standalone signal
Hello everyone, i am a new uBitx user, I have built uBitx v5 and loaded CEC firmware for Nextion 3.2 inch display. Moreover, I have incorporated a second Arduino Nano to use it as a standalone signal
|
By
George Metaxas (SV1DEQ)
· #76913
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
One thing that really appealed to me about the MS51 when I read Tom's first post was its potential as an I/O expander for something like an ESP32. What makes it attractive for that are the I2C and SPI
One thing that really appealed to me about the MS51 when I read Tom's first post was its potential as an I/O expander for something like an ESP32. What makes it attractive for that are the I2C and SPI
|
By
Rick MacDonald / VA1UAV
· #76899
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
I've used the DigiSpark boards (http://digistump.com/products/1) for several projects including this keyer: While not as cheap as a bare ATTiny85 ($8), it plugs directly into the USB cable and is prog
I've used the DigiSpark boards (http://digistump.com/products/1) for several projects including this keyer: While not as cheap as a bare ATTiny85 ($8), it plugs directly into the USB cable and is prog
|
By
Jack, W8TEE
· #76898
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
Another option but not quite as cheap are the ATtiny series microprocessors. They are 8 bit and quite easy to setup to program using the Arduino IDE with an Arduino as the programmer. I recently setup
Another option but not quite as cheap are the ATtiny series microprocessors. They are 8 bit and quite easy to setup to program using the Arduino IDE with an Arduino as the programmer. I recently setup
|
By
wetzk@...
· #76897
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
I confess I have never actually tried Wine on the Mac or Linux and only ever used VMs. I will have to educate myself :-) Somewhere in their forums I read that they are going to support Linux. If they
I confess I have never actually tried Wine on the Mac or Linux and only ever used VMs. I will have to educate myself :-) Somewhere in their forums I read that they are going to support Linux. If they
|
By
Rick MacDonald / VA1UAV
· #76877
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
That makes sense to me Tom now that you point that out. Maybe you will have some luck with that repository that you cloned. I'm sure there is a solution to run native on the Mac and/or Linux eventuall
That makes sense to me Tom now that you point that out. Maybe you will have some luck with that repository that you cloned. I'm sure there is a solution to run native on the Mac and/or Linux eventuall
|
By
Rick MacDonald / VA1UAV
· #76876
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
Funny, I tried that one. Seems like wine did not implement the call needed to print to the console. I would get errors and the help message printed, but not the actual data. Don't remember if that one
Funny, I tried that one. Seems like wine did not implement the call needed to print to the console. I would get errors and the help message printed, but not the actual data. Don't remember if that one
|
By
Tom, wb6b
· #76875
·
|
|
Very cheap, 24 cent microprocessors.
#firmware
#i2c
Hi Rick, I tried that one and it crashed under wine on my Mac. The one I could get to work was the one referenced in the article I linked at the beginning of the thread. I'll need to see how hard it i
Hi Rick, I tried that one and it crashed under wine on my Mac. The one I could get to work was the one referenced in the article I linked at the beginning of the thread. I'll need to see how hard it i
|
By
Tom, wb6b
· #76874
·
|