Hello,
thank You very much for positve reply :D
I will comment it out.
Type: Posts; User: profor
Hello,
thank You very much for positve reply :D
I will comment it out.
Hello all,
probably question for @PaulStoffregen, is this delay in startup.c in ResetHandler funcrion really neccessary?
startup_early_hook();
while (millis() < 20) ; // wait at least 20ms...
Hello all,
i am working on a project on my DENON UD-M30 minisystem, where i would like to sniff on messages on Sanyo's CCB bus between main CPU and audio mixer and eq IC LC75342M in there.
I...
One way i could do it is to set one PWM to 150000Hz and other to 800Hz and then use AND gate to output the square wave signal while the other PWM output is HIGH.
Hello,
the name of thread might be wrong, but i dont know, how to name it better:)
First of all, what i want to do:
i need to feed 4-20mA module extracted from energy manager RMS621 with...
Additionally, i would like to ask, if it happened to some of You, that i2c influences (hangs) the uart communication?
Please look at tha attachment.
From my observations, shorter messages does...
Hello,
i am working on a project, where i will be able (using teensy) to "talk" to HART enabled transmitters on 4-20mA loop.
HART protocol is known to me, so there is no problem understanding the...
Thank You Paul,
receiving is enough for my project :) (at least now :))
Hello,
i hope it is not mentioned here so i did not start useless thread, but this is not clear to me - in comparism of Teensy LC and Teensy 3.1
is mentioned no CMT timer on LC.
4870
Does...
No problem Frank,
if i used arduino with bootloader, the LEDs would not turn on, since the bootloader takes around one second.
Thats more than time the original bulb is powered.
I have...
Hello Paul,
thanks for info, You are right, the PWM started much faster, the time diff between digitalWrite and analogWrite (on logic analyzer) was arount 7,2us, in reality it could be plus 5us...
Delay removed, digitalWrite took 1,27ms while analogWrite 3,25ms
4867
I modified the 4ms delay to 1ms and digital write was "faster"
Interesting is that analogWrite take more time.
void loop() {
analogWrite(led8, 200);
digitalWrite(LEDheartbeat, HIGH);...
Hello Paul,
i confirm on Teensy 3.1 5,27ms - this is without modification of 4ms delay as Paul pointed out earlier
4865
Hello,
i would like to ask, how fast the Teensy LC will "boot"?
I would like to replace Arduino MINI PRO which i programmed without bootloader to get as fast as possible startup operation.
I...
Oh, time to buy green one :) Yeah, next time it will not happen again
I wanna add my todays goal where i managed to burn and melt the chip plastic body and destroying teensy.
I am working on a CAN bus project where teensy will be connected in my Peugeot 508 car and...