Larry Manson
@larry-manson
Member
Joined: 2021-06-16 10:46 am
Last seen: 2021-11-11 4:14 am
Topics: 1 / Replies: 17
Reply
RE: Electro-Active Polymers. Any interest in this subject here?

Seems the real problem is an economical low to high voltage transformer! High voltage diodes are available for less than 50 cents. But if you need 10...

3 years ago
Forum
Reply
RE: Arduino IoT Cloud 2021 - Getting Started with Arduino & ESP32

Owen, It would be easier to see if we know the answer to your questions if we knew what they were? I have accomplished a couple of small things fo...

3 years ago
Forum
Reply
RE: Another soldering station inquiry

One important thing to consider in how well you have soldered is VISUAL INSPECTION! Think magnifiers, magnifying glass, ring light with magnifier, r...

3 years ago
Reply
RE: what ecosytem should I move to now?

Unless I am mistaken this comparison,mistakes clock frequency on both parts as KHz rather than MHz. This makes me wonder what else they missed. It w...

3 years ago
Forum
Reply
RE: Nano RP2040 Weather station

I answered the question primarily to pass the link on showing the accelerometer unit sending data to the Arduino Cloud. "I am guessing that you so ...

3 years ago
Forum
Reply
RE: Nano RP2040 Weather station

I am not building a weather station but am trying to work with the Arduino Cloud to take data from an RP2040. I started out with this example: I...

3 years ago
Forum
Reply
RE: Program space

I agree with it the programmer's responsibility to decide the value of memory vs. execution speed. It's used to be the compiler's responsibility to gi...

3 years ago
Forum
Reply
RE: Another soldering station inquiry

I observed QFPs being soldered by hand in China. They were roughly 100 pin devices. The soldering iron had a flat tip with a dimple. The operator used...

3 years ago
Reply
RE: Program space

"Changing the algorithm, so that the whole task becomes shorter, can be a different matter." I think a slightly different interpretation of this is ...

3 years ago
Forum
Reply
RE: RP2040 question on coding for wifi & what will appear on screen- html, CSS, javascript

@chucketn I am running both on the same Windows 10 computer. Larry

3 years ago
Forum
Reply
RE: RP2040 question on coding for wifi & what will appear on screen- html, CSS, javascript

@chucketn I have been using the 2.0.0 -beta.7It is important to select your micro in the box center top. I had difficulty with the earlier IDE on ...

3 years ago
Forum
Reply
RE: RE boxes

In the early days we used varnished wood for chassis for radio kits. I've sprayed varnish on card stock and used it to build electronic components. Pl...

3 years ago
Forum
Reply
RE: Plastic Boxes

On Amazon search plastic boxes and then select the department of Industrial and Scientific. It will give you some possibilities. Digikey Mous...

3 years ago
Forum
Reply
RE: Trouble with Loops and Variables

Hi Tigs, "It also means that in an array with ten elements, index nine is the last element. " Therefore you need Float tempSensor(5...

3 years ago
Reply
RE: Trouble with Loops and Variables

You are not declaring tempSensor as an array. you need something like float tempSensor(6) // Note the first element in an array is always 0. Yo...

3 years ago
Page 1 / 2