Bandwidth is DC to 5KHz. Max sampling rate is 50,000 samples per second. An oscilloscope with these specifications has limited use, but it is a good exercise in using OLED display. Software trigger starts the sampling when the input signal crosses zero. Input tolerates 5V max.
ATtiny85 or...
The PIC12F1822 microcontroller is programmed to count the input frequency during accurate 1 second by dividing the 8 MHz crystal. The CPU runs at 32MHz from a PLL. The counter measures the frequency for 0.1sec first, if the frequency is greater than 2MHz TMR0 pre-scaler divides by 4 to increase...
I recently bought a monochrome oled 0.96 inch and after hooking it upto to the stm32(blue pill) board, i noticed that the refresh rate was quite slow. I tested out the display with an arduino nano, but the nano's refresh rate was a lot faster. I programmed them both using arduino ide. Is there...
Hello,
I have been searching the Internet for days now, hours wasted scrolling through alibaba and aliexpress with very little luck.
I am looking for a 1 to 2.6 inch color lcd (doesn't matter if oled or tft or whatever) with a resolution of around 480x800 or similar with an aspect ratio of...
Hello
I am hoping someone can help me as I am pulling my hair out trying to figure this out and have tried following the limited information I can find about this online but like a lot of the information the steps given are not always complete which makes trying to figure something out as a...
Hi,
I'm fairly new to microcontrollers and have read multiple guides, although still asking the question.
I have used Arduino for quite a long time and have developed some product concept. I am only 14 years old though.
I am currently developing a wearable project, therefore size, weight, and...