I’m playing with generic blue pill with STM32F103C8, loading binary via st-link, on arduino IDE 1.65-r5, running on Linux Mint 17.2, 64bit.
Currently, using this simple source:
/ the setup function runs once when you press reset or power the board
void setup() {
// initialize digital pin PC13 as an output.
pinMode(PC13, OUTPUT);
Serial.begin(115200);
}
// the loop function runs over and over again forever
void loop() {
Serial.println("test");
digitalWrite(PC13, HIGH); // turn the LED on (HIGH is the voltage level)
delay(900); // wait for a second
digitalWrite(PC13, LOW); // turn the LED off by making the voltage LOW
delay(100); // wait for a second
}
I’ll try to modify the board for 1k5 resistor or use transistor to switch pull-up to see if it makes any difference.
I’ll try to modify the board for 1k5 resistor or use transistor to switch pull-up to see if it makes any difference.
I think we have a new board .. the “Croquet Board” , a Blue Pill modified to act like a maple mini with colorful croquet mallet sized resistors : )
-rick
It is interesting how scale distorts our perception. For one contest – with constraint of PCB size maximally 1×1 inch – I designed quite dense doublesided PCB with 0603 passives and by mistake I edited one package to 1206 and it was enormously huge. The same 1206 component which was absolutely hi-tech ultra-small component (and 0805 was no-go) a few years ago, at least for me. Yet i still use TH components for quick prototyping.
No matter what, the board works now as I wish ![]()
wow on the soldering!
an amazing pain when you’ve not seen it done and trying to do it, follow and fill in the template when you have.
two resistors – ok i can do that.
pretty please.
as there’s an area in shadow, could you do a picture centered on the low end of the upper 1k5?
i thought it was a connection to a usb track – it’s not a shadow, you have a smd in there! ![]()
ok maybe not
stephen
3 nights with 4hrs.
They have a USB connector, but no pull up resistor at all (another badly designed board).
I have tried fitting a 1.5k pullup and this works on some PCs but not on my new PC which has a Skylake chipset.
So when I get time, I will try the P FET solution, which I think is going to be far better than the 1.5k resistor on its own.
pretty please.
as there’s an area in shadow, could you do a picture centered on the low end of the upper 1k5?
i thought it was a connection to a usb track – it’s not a shadow, you have a smd in there!
noted that’s it’s a 1k5 and a 15k.
stephen
I’m embedded electronics design engineer/programmer at local company specialized in fiber optic systems.


