jfabernathy
@jfabernathy
Member
Joined: 2020-12-20 11:56 am
Last seen: 2022-04-05 3:34 pm
Topics: 20 / Replies: 121
Reply
RE: ESP32 for IoT for Automobiles

Make sure you watch when to use Sudo and not.

3 years ago
Reply
RE: ESP32 for IoT for Automobiles

@codecage To me the Docker was dirt simple. I did a fresh install of RPI OS Desktop, then run the script to install IOTStack. I chose, mosquitto, no...

3 years ago
Reply
RE: ESP32 for IoT for Automobiles

@codecage I got interested in NodeRed when I saw the IOTStack video that Andreas did a while ago. It basicallly took a freash RPI4 with RPI OS on it a...

3 years ago
Reply
RE: ESP32 for IoT for Automobiles

Now that I've been running my ESP32 Temperature and Humidity monitoring board for a few weeks, I'm really glad I have the WDT implemented. It can run ...

3 years ago
Reply
3 years ago
Forum
Reply
RE: Raspberry Pi Pico - Control the (I/O) World

I compared my demo program for the L293D motor controller and it was basically the same as Bill's as far as PWMing the enable pins on the controller a...

3 years ago
Forum
Reply
RE: Handheld Oscilloscopes - Are they worth it??

I say that someone built a logic analyzer out of a Pico to capture the data up to 125Mhz and display it on a Raspberry Pi 4. It was being used for lo...

3 years ago
Forum
Reply
RE: Raspberry Pi Pico - Control the (I/O) World

Anyway, I'm back to doing the demos from the video and when I got to the motor I only have a L293D which came in a box of parts kit with a little DC m...

3 years ago
Forum
Reply
RE: Raspberry Pi Pico - Control the (I/O) World

For those of you that wonder about the differences between using CircuitPython vs. MicroPython, it comes down to using the libraries. The names of the...

3 years ago
Forum
Reply
RE: VSCode debugging on ESP32 with ESP-Prog JTAG debugger.

I got some help on the PlatformIO forum and it made me look at the ESP-Prog JTAG debugger in more detail. It has a lot of capabilities. Depending on...

3 years ago
Reply
RE: Configuring Arduino IDE for ESP32 in Debian

@byron I think the problem is that since python2.7 is dead, a number of applications assume that when you type 'python' you are running 'python3.8'. ...

3 years ago
Reply
RE: Configuring Arduino IDE for ESP32 in Debian

Be careful of those pearls; you never know when they are really painted "BS" droppings. 😆

3 years ago
Reply
RE: VSCode debugging on ESP32 with ESP-Prog JTAG debugger.

I got the ESP-Prog debugger to work a little more reliably by following a procedure. Since I like to have the USB Serial console as an output for ...

3 years ago
Reply
RE: Configuring Arduino IDE for ESP32 in Debian

@b89john I run Mint 20 Cinnamon and it works fine for me. Debian is too old and their use of Python2.7 in a time when that is dead to the world, is a...

3 years ago
Page 3 / 10