Search found 43 matches

by .rpv
Mon Sep 07, 2020 9:29 pm
Forum: Off topic
Topic: stm32f030f4p6
Replies: 7
Views: 8436

Re: stm32f030f4p6

Yes, I like the F030 series, the ST core supports the F030F4 already, but you can easily add support for other MCU, I think that support for the F030C8 will be added on the next core release and as you already saw, the MCU's are cheap on Ali, the only downside it's the flash (mostly on the F030F4-1...
by .rpv
Sun Sep 06, 2020 8:50 pm
Forum: Off topic
Topic: stm32f030f4p6
Replies: 7
Views: 8436

Re: stm32f030f4p6

Yes, I like the F030 series, the ST core supports the F030F4 already, but you can easily add support for other MCU, I think that support for the F030C8 will be added on the next core release and as you already saw, the MCU's are cheap on Ali, the only downside it's the flash (mostly on the F030F4-16...
by .rpv
Sat Sep 05, 2020 2:15 am
Forum: IDE's
Topic: Clock frequency change
Replies: 7
Views: 9596

Re: Clock frequency change

Hi, 60mA seems quite a bit for a normal STM32 mcu, for a L (low power/consumption) version seems too much, maybe the problem it's on something else. The datasheet for the STM32L476 mcu says that the power consumption it's 100uA/Mhz, that's 8mA at 80MHz. Also, the nucleo boards I think that includes ...
by .rpv
Sun Jun 07, 2020 10:40 pm
Forum: General discussion
Topic: Nucleo-F030R8 and ILI9341 Changing SPI Speed
Replies: 5
Views: 4246

Re: Nucleo-F030R8 and ILI9341 Changing SPI Speed

Try this library:

https://github.com/Bodmer/TFT_eSPI

I'm using it with and F030C8 and the ST7735 display, on some of my tests I got about 10x better speed than the standard adafruit libraries :D
by .rpv
Sat Jun 06, 2020 9:46 pm
Forum: Off topic
Topic: IRF7103 and 3.3V control with STM32
Replies: 7
Views: 7194

Re: IRF7103 and 3.3V control with STM32

I thought IRF7103 for 3.3V control is not a good choice. Thanks for the hint with the AO3400A transistor. I checked if it is available where I live (aliexpress is stopping the project for 1-2 months), I found it. I also found AO4800, it seems to have exactly the same pin distribution as IRF7103. Th...
by .rpv
Fri Jun 05, 2020 10:12 pm
Forum: Off topic
Topic: IRF7103 and 3.3V control with STM32
Replies: 7
Views: 7194

Re: IRF7103 and 3.3V control with STM32

yup the AO3400 and AO3401 http://www.aosmd.com/pdfs/datasheet/ao3400.pdf http://www.aosmd.com/pdfs/datasheet/ao3401.pdf are very attractive searches like this returns lots of entries https://www.aliexpress.com/wholesale?catId=0&SearchText=ao3400 https://www.aliexpress.com/wholesale?catId=0&...
by .rpv
Fri Jun 05, 2020 8:41 pm
Forum: Off topic
Topic: IRF7103 and 3.3V control with STM32
Replies: 7
Views: 7194

Re: IRF7103 and 3.3V control with STM32

Hi, I don't think so, this mosfet has already too much resistance (rdson) on optimal conditions (130mΩ). Has a gate threshold voltage at max 3v, pretty close to the 3v3 signal, so it won't work at all or it will get pretty hot. You should look for other mosfets with lower gate threshold. You didn't ...
by .rpv
Tue May 19, 2020 12:48 am
Forum: Builds and Announcements
Topic: Release 1.9.0 is available
Replies: 11
Views: 15843

Re: Release 1.9.0 is available

Awesome, thanks :D
by .rpv
Sat May 16, 2020 1:53 am
Forum: Off topic
Topic: Decapping an LM324 (DIP Package)
Replies: 2
Views: 3389

Re: Decapping an LM324 (DIP Package)

fpiSTM wrote: Wed May 13, 2020 2:59 pm LOL.
The power of a lighter :lol:
:lol:


I tried with other ICs but I was unable to recover the bare IC, even smaller than this and the method it's too destructive :D
by .rpv
Fri May 01, 2020 10:48 pm
Forum: General discussion
Topic: Some confusion around the ordering/mapping of the pins in the variant.cpp PinName array
Replies: 10
Views: 8298

Re: Some confusion around the ordering/mapping of the pins in the variant.cpp PinName array

fpiSTM wrote: Fri May 01, 2020 10:14 pm FYI, @.rpv
The analog restrictions has been removed ;) you can define them in any order you want and not in a contiguous way.
Awesome :o

Go to advanced search