Search found 6 matches
- Sun Jun 13, 2021 6:14 am
- Forum: General discussion
- Topic: Crypto currency miner
- Replies: 8
- Views: 29791
Crypto currency miner
Can stm32f103 use as crypto miner and how much fast it is ?
- Sun Apr 12, 2020 12:23 pm
- Forum: General discussion
- Topic: STM32F103C8T6 DMA ADC not working
- Replies: 6
- Views: 8699
Re: STM32F103C8T6 DMA ADC not working
as you said to increase Sampling frequency factor of 10. i had increased the frequency and it's working good but when i had increased the input frequency above 10KHz it's not working properly i also tried
Timer3.setPrescaleFactor(1);
Timer3.setOverflow(1);
but same problem. as other tool as in the ...
Timer3.setPrescaleFactor(1);
Timer3.setOverflow(1);
but same problem. as other tool as in the ...
- Thu Apr 09, 2020 7:13 pm
- Forum: General discussion
- Topic: STM32F103C8T6 DMA ADC not working
- Replies: 6
- Views: 8699
Re: STM32F103C8T6 DMA ADC not working
Edited and removed tft functions. The square wave frequency generated from another stm32f103 MCU and frequency measured with Digital Frequency Meter.
- Thu Apr 09, 2020 9:14 am
- Forum: General discussion
- Topic: STM32F103C8T6 DMA ADC not working
- Replies: 6
- Views: 8699
STM32F103C8T6 DMA ADC not working
i am using stm32f103c8t6. i am working on osciloscope project the input frequency is 2KHz Square wave. the problem i getting is not showing proper square wave on arduino Serial plotter but when i change 2KHz into 99Khz the Serial Plotter showing Square Wave. is Arduino Code is Wrong ?
#include ...
#include ...
- Wed Feb 26, 2020 6:15 pm
- Forum: Ideas & suggestions
- Topic: Stm32f103c8t6 pulses
- Replies: 4
- Views: 18255
Re: Stm32f103c8t6 pulses
So had any ideas for frequency upto 200Khz or 300khz ? Without using or alternatively pulseIn/pulseInLong ?
- Tue Feb 25, 2020 9:21 am
- Forum: Ideas & suggestions
- Topic: Stm32f103c8t6 pulses
- Replies: 4
- Views: 18255
Stm32f103c8t6 pulses
Need some idea or suggestion i want to read pulses fast as possible want to measure pulses upto 2MHz. The pulseIn/pulseInLong has limitions so it can not work greater than 100KHz.