-
HI there !
I got little trouble controlling my PWM fan, Fan will start at 10% Duty with the ignition on, cold engine, and during warm up, fan speed does not change, even if coolant reach 110 deg. …
-
#3029
-
Add an example that transmits one packet, and another example that receives this packet using embedded-hal on for example the bluepill platform.
https://github.com/rtic-rs
-
I am trying to get semihosting to work on my bluepill. I followed this thread's guides [here]( https://github.com/platformio/platform-ststm32/issues/272) step by step but I am getting the following er…
Wire7 updated
3 years ago
-
Hi,
I'm using the platformIO extension in VS Code, and building a debug version of the mbed-rtos example code, using the platformio.ini below, setting extra debug flags, and unsetting the defaults.
…
-
This issue seems to have popped up since we’ve upgraded to Ruby 2.1.1.
If we start our service:
```
$ sudo bluepill myapp start
Sent start to:
:myapp_unicorn
:myapp_sidekiq
```
And then, while …
-
Bluepill flags have grown in number and complexity over time. It is time to simplify the logic, deprecate some, merge behaviors. Here are a few proposals.
**Some proposals:**
1. Flags that have gr…
-
这里有个拼写错误 ,可能是工具的问题,先手工修改下吧
https://github.com/RT-Thread-Studio/sdk-bsp-stm32f103-unknown-bluepill/blob/69cac1bfc783e7d4ec9722f4b817775a5cd5d1f0/sdk-bsp-stm32f103-unknown-bluepill.yaml#L44
dh-04 updated
3 years ago
-
PZEMHardSerial Example not working. Some issues in PZEM constructor and Serial.begin() in the library.
In stm32 library hardware configuration works after **setup** function invoke.
Please refer …
-
I can't seem to figure out how to get access to the Bluepill::Application's logger from within a process condition I'm writing. For example
``` ruby
module Bluepill
module ProcessConditions
cl…