I'm not sure if this will help, but I implemented pulseIn() with interrupts like this:
Also, and non-interrupt driven pulseIn() will be available in 0.4.7 firmware.
I'm not exactly sure what you'd like me to test, can you spell it out please?
Also, digitalWriteFast(D0, HIGH/LOW) is not as fast as pinSetFast(D0) and pinResetFast(D0). If I remember correctly it's about 5 times slower at 200ns or so vs 41ns.
Just as a quick test, could anyone try uploading this code on a p1 or a photon, shorting D3 high, and see what the delay is before D0 goes high? I don’t know if it’ll be constructive, but I’m getting crazy delays of milliseconds or more before it fires the interrupt.
Brett, when I test the above code on my Photon (0.4.6) I see exactle the behaviour I’d expect (ignoring the speed gain with pin(Re)SetFast() rather than digitalWriteFast()) but Daniel can’t get anywhere near that behaviour with his P1.
What could be the reason for that?
@Arthur_dent_42_121, as said with my tested two Photons (0.4.5 & 0.4.6) I only get a delay of about 800 nano seconds - most of that probably cause be the reading of the pin state.
Just flipping a pin was 360ns, and given Brett’s advice this could be cut by another 70%.
@Arthur_dent_42_121, I have a P1 board I can test tonight. I’ll report back then. Shorting D3 seems less than ideal due to bounce. It may be better to use a PWM output pin as the trigger source to do the measurement. I’ll give that a shot.
Haha… I’m using a P1 break out board and none of the pins are labeled like D0-D7, they are all JTAG_TMS… etc… well there are two JTAG interfaces, ML_JTAG_TMS and M_JTAG_TMS… so, that’s why NOTHING is working Was using the wrong pins entirely!
Should of grabbed my Sparkfun P1 Redboard
One sec while I go back to square one with interrupts.
Well, I cannot begin to comprehend what sort of problem would cause the P1 to work perfectly but slow all I/O down, but I just put a new P1 on a bare board and:
Problem solved. Thanks so much everyone for all the help.
Edit:
This new chip has firmware V4.6. I manually downgraded the old one to V4.5. Did I botch the downgrade somehow?
I used a hot air gun for this. Soldering these things is really annoying, because if you move it at all while heating it, the shield and everything inside slides right off the P1 board. I’ve gone through about 5 P1s trying to seat it properly. I was using the P1 on a product we’re developing, so I had a few bare boards left.
However, it’s well worth the added soldering annoyance. Having an fcc-certified wifi chipset and micro for $10 is amazing.
@Arthur_dent_42_121, so a reflow oven is not ideal then? It sounds like the best approach is oven for everything else and hot air for P1, correct? How are you heating it - from the sides, top…?
A reflow oven would be much, much better. As long as you have a known amount of solder paste and the P1 is perfectly aligned, if you heat it up gently and do not move it on the board while it’s hot, I’m sure it would be fine. The main reason why I’m having trouble is because I need to manually re-position the IC on the board because the airflow of the hot air gun shifts it around a bit. When I do that, and it’s already a bit warm, everything on the P1’s board just slides off.
I’m heating from the top. I haven’t tried heating from the bottom- might be a bit easier, actually.