LOL, of course, the Teensy is the problem...
Nope :)
Think twice: why is x a constant in your program?
Then, a bracket "}" is on the wrong position.
(No worry, just yesterday I did not think too and posted...
I measured mine (cheap but good) - it uses 0.13V
In "diode measure" mode it uses 3.8V
Note, the i.mx.rt uses much less than 3.3V internally. I *think* absolute max is 1.6V (only when overclocking)
Quite possible.
I saw now that the ADC uses a timer that is connected to the Core-Clock:
const int comp1 = ((float)F_BUS_ACTUAL) / (AUDIO_SAMPLE_RATE_EXACT * 4.0f) / 2.0f + 0.5f;
So, this will result in...
I wouldn't like links to Adafruit, Alieexpress etc. We don't have to do the marketing for big companies.
But having links to user-contributed things and Tindie is OK for me.
To make it clear: I do not decide this :)...
Hi,
i can't get DMA to PLL working.. the destination is CCM_ANALOG_PLL_VIDEO_NUM (0x400D80B0)
Is there any special reason that prevents DMA-writes (uint32_t) to this address ?
(i need this for a special kind of...
Do you find it disappointing too, that several manufacturers of cars, washing-machines, and tv-sets exist?
No, it's good. Without competition, there is no progress.
Arduino stands still for too long now.
And I'm...
There is no version 18.3 :)
Just do what Paul said. Download 1.8.13 from the Arduino website. No need to check any version files etc.
That makes all unnessary complicated. Don't try to find the problem. Download & new...
I just say, if you don't do it now,
a) others will be faster
b) the longer you wait, the harder will it be - the api will grow.
Then,
c) its a selling point
d) its worth the risk :)
Yup, and of course it's possible that the CPU gets unstable at some point.
That's why it's called OVERclocking.. NXP says more than 600MHz is too much. You don't pack 3tons on the backseat of your car, too. The...
Which problem with the IDE?
It should work out of the box. Own builds will not work with Teensyduino - it checks the version, on install.
There are no problems.
Something is wrong with your installation.
Do it...
If the processing triggers it, the processing is the reason.. i.e. a bug in you program? SOme kind of timing problem, perhaps with interrupts.
"pass trough" involves some processing, too. the audio library does this in...
If you guys tell me what chrashes (with a short example program) I'll look.. at the moment i think a crash of SPI is unlikely, too..
I remember it uses an other PLL. This thingy has seven of them...
extern "C" uint32_t set_arm_clock(uint32_t frequency);
void setup() {
set_arm_clock( 912000000 );
}
...you will notice, it shuts down due to "Temperature panic" after a some time.
The question is, how to fix that.
Fix the documentation only?
+fix the names in the sourcecode, but with the current behaviour?
Or fix the bug - that would mean to break old things.
I'm not sure where this GPIO comes from.. its noted as a feature of the PIO statemachine. No mention of GPIO.
I don't know if that counts as software, and it says nothing about jitter. But I know it's not cool ;)
...
..with "TeensyPie" ;)
Here is the bootrom: https://github.com/raspberrypi/pico-bootrom
They have an impressive list of examples already: https://github.com/raspberrypi/pico-examples
I see no encyption, too, but that does not mean that they can't add it in a future revision.
And maybe there are MCUs with encryption in the pipeline (or already available?), for industrial use.
RP2040, where the 0...
If their marketing will be as good as for Respber Pi #1,
it will not just be a SAMD killer, it probably will be a Arduino killer.. the pushiment for standstill.
The API looks very good and easy to use, and then,...
Yup, was about to write the same :)
The PIO is quite interesting.
But at the end of the day it's just a replacement for real devices - and there are only two PIOs.
From their examples, an I2C Scanner:
// These are any addresses of the form 000 0xxx or 111 1xxx
bool reserved_addr(uint8_t addr) {
return (addr & 0x78) == 0 || (addr & 0x78) == 0x78;
}
int main() {
...
@Paul: Maybe we should create an API for the 1176, that is compatible to this thingy.
.."Run your Pico programs with 1GHZ" :)
Or just now for T4.x?
Its early. The documented API is not that big. That will...
Marketing. Economy.
We will see better models someday.
Users will buy the better model. So they buy two, then.
Then the next model. etc etc etc.
You have to get customers hooked. With a simple to use thingy.
Of...
..any you may alos want to look at pulseClock with just uses a "nop"
#define pulseClock cbi(P_SCK, B_SCK); asm ("nop"); sbi(P_SCK, B_SCK)
That's way too fast, I think.
Maybe just edit the cbi and sbi macros and...
Thanks! Typo fixed, and outputs added.
I won't add links to products or breakouts.
Or what do you think?
Some PDM(/TDM??) microphones are missing.. haven't used them
I have started to make a list of supported chips / boards.
I do not think that it is complete.
Maybe we can expand it together?
If you don't feel comfortable editing in the wiki, you can also post here, I'll expand...
Can you measure the voltage there? (Without your wire connected)
Take a look at the Teensy schematic. Vin (on the board it's called "5V") is directly connected to USB. So you connect the PSU with your Dell, if you use...
Thank you Pauls
The AD is 1MSPS.
That was known back in january.
I've seen to late that you'd need 10MSPS.That is too much, I don't believe that you can overclock it that much.
@Pauls: Thank you - fixed, I hope?
@Deane: If you want the whole procedure exactly as shown in your picture, it gets a little more complicated.. I don't see that you can program that.. This is not meant in a derogatory...
Ok, the 2nd puls (code from Post #8) might be little too fast-.. maybe try it.
If it does not work, we'll see how to make it a little bit longer.
Edit: There is a gap between both pulses. Seeing Post#12, that gap...
The for (;;) is a loop (inside the loop())
It is there to prevent that additional things are calld (not visible in your program - teensyduino adds them, invisible)
SO...no...it runs !faster! with for(;;)
Edit:...
That's right. You should disconnect it. If the voltage comes from external.
Are the wires OK? I had more than once problems with faulty, cheap china wires..
If you have a DVM you can test if the pins on the 74 have...
1) It does not work to just plug the pins into the teensy.
They give no - or very bad - contact.
You need to solder them.
I see no solder on 3 (or is it 5?) Volt +
If hope not both, USB AND external 5V are...
Valid argument!
Nothing of this would be impossible by just an other blink that gets executed by Python or whatever.
It would be *preloaded* only. Removing it would be exactly the same as overwriting the...
Form the pure technical standpoint maybe yes.
Try to find a youtube influencer that promotes it :) Doesn't it use the reverse polish notation (Or do I remember wrong)? "(A+ B) * C " is "A B + C *" ?
I'm afraid,...
Yes, I remember there were articles in some magazines, including ELEKTOR about using CMOS memories as camera.
It is, however, interesting how good a simple LED works as sensor.