Hi,
Formally, the difference is clear enough. Well, off the record: are those 3.3V pins equally intolerant of any use with 5V in the circuit? I suspect, for instance, that the usual LED + resistor arrangement won't kill the 3.3V pin even if the pull-up is connected th 5V. Is it really so?
Search found 12 matches
- Wed Nov 29, 2023 5:36 pm
- Forum: Libraries & Hardware
- Topic: The Blue Pill: 5V tolerant vs 3.3V standard pins
- Replies: 1
- Views: 15227
- Wed Nov 29, 2023 3:31 pm
- Forum: Libraries & Hardware
- Topic: I2C not working (Blue Pill, HD44780)
- Replies: 5
- Views: 14270
Re: I2C not working (Blue Pill, HD44780)
One day it just started to work. Probably, unreliable contact with SCL or SDA line at the backpack. At least, all the other suspects, including USB cables, turned out to be innocent. Among other things, changed three LCD displays, It's possible that a modicum of friction made the metal inside the ...
- Wed Nov 29, 2023 5:26 am
- Forum: Libraries & Hardware
- Topic: Reset HID Bootloader on the Blue Pill (?)
- Replies: 5
- Views: 30304
Reset HID Bootloader on the Blue Pill (?)
Hi,
I'm regularly breaking my HID bootloader. The typical workflow looks like this:
1. Uploading a buggy sketch, unsuccessfully.
2. The bootloader becomes generally unresponsive.
3. Trying to flash it back with stlink. It reports success, but it isn't true. Then I move BOOT0 to 1, erase the ...
I'm regularly breaking my HID bootloader. The typical workflow looks like this:
1. Uploading a buggy sketch, unsuccessfully.
2. The bootloader becomes generally unresponsive.
3. Trying to flash it back with stlink. It reports success, but it isn't true. Then I move BOOT0 to 1, erase the ...
- Sat Nov 25, 2023 12:18 pm
- Forum: IDE's
- Topic: Arduino IDE 2.2.1: plugins and extensions
- Replies: 1
- Views: 31711
Re: Arduino IDE 2.2.1: plugins and extensions
1. They are synonyms now. The preferred word is extension .
2. Ctrl+Shift+P. It's Settings . You need Preferences: Open Settings (UI) , then Extensions . Still, I can't find the Disable/Enable control for each extension.
3. The answer is resounding Yes!
4. ... ?
Now to my particular problem ...
2. Ctrl+Shift+P. It's Settings . You need Preferences: Open Settings (UI) , then Extensions . Still, I can't find the Disable/Enable control for each extension.
3. The answer is resounding Yes!
4. ... ?
Now to my particular problem ...
- Fri Nov 24, 2023 6:40 pm
- Forum: IDE's
- Topic: Arduino IDE 2.2.1: plugins and extensions
- Replies: 1
- Views: 31711
Arduino IDE 2.2.1: plugins and extensions
Hi,
I'm interested in Vim plugin . Or is it an extension? I tried Google Search; unfortunately, it's dead sure that I'm interested in Arduino plugin for VScode. I can't convince it that I'm interested in Arduino IDE plugin system.
Meanwhile
1. I can't find whether the plugin and the extension are ...
I'm interested in Vim plugin . Or is it an extension? I tried Google Search; unfortunately, it's dead sure that I'm interested in Arduino plugin for VScode. I can't convince it that I'm interested in Arduino IDE plugin system.
Meanwhile
1. I can't find whether the plugin and the extension are ...
- Thu Nov 23, 2023 4:38 pm
- Forum: Libraries & Hardware
- Topic: STM32 Core update to 2.7.0: Blinky stops blinking
- Replies: 2
- Views: 14220
Re: STM32 Core update to 2.7.0: Blinky stops blinking
Exactly. Thanks! It's kinda easy to mix them up...
- Thu Nov 23, 2023 3:09 pm
- Forum: Libraries & Hardware
- Topic: STM32 Core update to 2.7.0: Blinky stops blinking
- Replies: 2
- Views: 14220
STM32 Core update to 2.7.0: Blinky stops blinking
Hi,
I had to redefine LED_BUILTIN for my Blue Pill sketch:
#undef LED_BUILTIN
#define LED_BUILTIN PC13
Is it merely a bug, or some obscure configuration lost? Tools settings of Arduino IDE 2.2.1 for the Blinky certainly got lost; I restored them manually. Or I think I did
I had to redefine LED_BUILTIN for my Blue Pill sketch:
#undef LED_BUILTIN
#define LED_BUILTIN PC13
Is it merely a bug, or some obscure configuration lost? Tools settings of Arduino IDE 2.2.1 for the Blinky certainly got lost; I restored them manually. Or I think I did

- Sun Oct 29, 2023 12:42 pm
- Forum: Libraries & Hardware
- Topic: I2C not working (Blue Pill, HD44780)
- Replies: 5
- Views: 14270
Re: I2C not working (Blue Pill, HD44780)
The voltage on 5V/VCC checked: 5V indeed.
- Sun Oct 29, 2023 10:26 am
- Forum: Libraries & Hardware
- Topic: I2C not working (Blue Pill, HD44780)
- Replies: 5
- Views: 14270
Re: I2C not working (Blue Pill, HD44780)
As a matter of fact, I did. No difference. Used my multi-meter later to discover that built-in pull-up resistors measure at 4.5k.
- Sun Oct 29, 2023 9:55 am
- Forum: Libraries & Hardware
- Topic: I2C not working (Blue Pill, HD44780)
- Replies: 5
- Views: 14270
I2C not working (Blue Pill, HD44780)
Hi,
I can't make the simple "Hello, World" show on 16x2 LCD monitor. First, what seems to be OK:
The HD44780 + PCF8574, factory soldered. It works normally with ESP32 processor dangling on the USB cable plugged into the same laptop's USB port. The internal PCF8574 pull-up resistors measure at 4.5k ...
I can't make the simple "Hello, World" show on 16x2 LCD monitor. First, what seems to be OK:
The HD44780 + PCF8574, factory soldered. It works normally with ESP32 processor dangling on the USB cable plugged into the same laptop's USB port. The internal PCF8574 pull-up resistors measure at 4.5k ...