#garfield Logs

Oct 20 2019

#garfield Calendar

12:37 AM rue_shop1: I use nedit
12:42 AM rue_shop1: its basic but has a macro system thats awesome
12:52 AM rue_shop1: wow, this sucks,
12:52 AM rue_shop1: so I'm using timer1
12:52 AM rue_shop1: and the register names are all different for it, the other timers are standardized
01:14 AM rue_shop1: aha, I worked out how to fix duty error in the schmidtt
08:02 AM tiwake: I think I need a good tutorial on how to set up AVR microcontrollers... heh.. how to configure pins for the different functions and stuff
10:10 AM Tom_L: http://tom-itx.no-ip.biz:81/~webpage/how_to/atmega168/mega168_howto_main_index.php
10:10 AM Tom_L: mine is pretty basic
10:10 AM Tom_L: but it shows led blink, pwm and ad
12:29 PM rue_mohr: in 2 weeks were gonna be into freezing
12:29 PM rue_mohr: tiwake, I can walk you thru some stuff if you tell me what
04:38 PM rue_mohr: input capture is working!
04:59 PM Tom_L: that took alot of time
06:21 PM rue_shop1: yea
06:21 PM rue_shop1: opencm3 documentation and examples are scarse
08:46 PM rue_shop1: there are some STRANGE problems with division on the stm32
08:46 PM rue_shop1: its to do with number types
08:46 PM rue_shop1: if you use non-strict size definitions, the maths dont work right
08:47 PM rue_shop1: so use like uint16_t
08:47 PM rue_shop1: not unsigned int