Tell us about yourself!
- Nemirtingasis commented on WilkoL's instructable Dual Trace Oscilloscope
- Nemirtingasis commented on WilkoL's instructable Dual Trace OscilloscopeView Instructable »
You need to modify this code to print data to serial, stm32f103 work well with serial speed 460800bps (i am not tested higher speeds), many of serial to usb converters (IC's) work well with speeds more than 460kbps, just push data to serial and capture with serial plot software: https://bitbucket.org/hyOzd/serialplot/src/default/
- Nemirtingasis commented on sbx20's instructable Home Security System Using ESP8266, TWITTER and Thingspeak.View Instructable »
Nice project, but you can connect all these sensors (and more) directly to esp8266, atmega unnecessary there.
- Nemirtingasis commented on thediylife's instructable Simple Arduino Home Energy MeterView Instructable »
You do not need to calibrate if you will use very popular and cheap acs712 module, you can choose from 5 to 30A model, with this sensor you don't need rectifiers and pullup resistors.
- Nemirtingasis commented on erik12892's instructable Tri-Regulated 1A Power SupplyView Instructable »
Simple design, but if you try lm2576 - you will never use 7805 for outputs more than 0.5A, why !? because of high inefficiency and result is high heat, if input is 12V and 7805 regulator output 5V with load of 1A, then the to220 case temperature without heatsink is (Vin-Vout) * Amps * CW + Cambient = (12-5) * 1 * 69 + 25 = 509 celsius ! you quickly blow out regulator, to handle that power you have to use min ~18C/W heatsink, and is still will be wery hot, about 150C in room temperature ! 7805 datasheet says "max disipation power without heatsink is 1.9W" its only about 0.27A load ! 1.9w / (12v-5v) = ~0.27, check for lm2576, i always use this chip for higher loads (up to 3A)
- Nemirtingasis commented on john.ducrest's instructable CNC Plasma / Water Table DesignView Instructable »
Great improvement, but there i see some problem, i have CNC plasma cutter to and smoke extract fan, then plasma cuts steel, the melted steel go out and fallig down, steel become cold and in you case when you fill out water, then the small steel pieces will go to water tank and stays there, after some time mall steel pieces fill the water tank and clog the hoses, other disadvantage - is lot off rust in the water, but the health is at first place ;)
- Nemirtingasis followed remote-control, metalworking, props-and-accessories, science and 7 others channel
Hi, stm32f103 have USB, but like you mentioned the problem is with clock, i will prefer the serial to usb converter, connect serial to usb converter and you get what you need with any mcu frequency, for that task i am using cheap converters: https://www.aliexpress.com/item/32783348627.html?spm=a2g0o.productlist.0.0.23e96ebbTo4uJY&algo_pvid=6916858e-59b7-4bc4-8335-ec77c2fc223f&algo_expid=6916858e-59b7-4bc4-8335-ec77c2fc223f-50&btsid=0ab6f83915931587286815719e304e&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_ i am tested with up to 460800bps, works well. The gd32f103 have more possibilities to set USB clock, you can set/use main clock at 96mhz and usb to 48mhz.