TFMcCarthy
TFMcCarthy
@tfmccarthy
Member
Joined: 2024-07-26 5:11 pm
Last seen: 2024-10-02 3:54 am
Topics: 5 / Replies: 124
Reply
RE: Help required for model railway project

@imillard I understand now. This allows multiple exits from the protected section to an unprotected section, e.g., stockyard. So, to answer yo...

2 days ago
Reply
RE: Help required for model railway project

@imillard Can you elaborate on this case? Why does one staff control two sections? This seems to go against the fundamental principle of 1 staff...

2 days ago
Reply
RE: Help required for model railway project

@robotbuilder AFAIK, every ESP has WiFi built-in and is capable of using the ESP-NOW protocol. WiFi capability should not be an issue.

3 weeks ago
Reply
RE: Help required for model railway project

@robotbuilder @tfmccarthy Having spent some time reading your code example including your walkthrough html file all I can say is whew! Clearly ...

4 weeks ago
Reply
RE: Using C++

@robotbuilder A header file is like a datasheet for a program module. I think learning how to read a header file is an invaluable skill any prog...

4 weeks ago
Forum
C++
Reply
RE: Using C++

The intent was to insure you have a working build of the program; that you can compile the code and it runs at the most basic level on your system. Yo...

4 weeks ago
Forum
C++
Reply
RE: Help required for model railway project

@robotbuilder Let's fix that. You should have folder named METS that has all the files (dbws.h, METS.h, METSmac.h, METS.cpp, and METS.ino) ...

4 weeks ago
Reply
RE: Help required for model railway project

@imillard, FYI @robotbuilder, @huckohio Attached is the METS v.0.2.4 walkthrough html file. It should be a helpful reference.

4 weeks ago
Reply
RE: Inverse Kinematic Library Suggestions?

@robotbuilder Way cool! This reminds me of James Bruton's solution. Now I gotta try this one and go for his 6DOF arm. Great find! (XMas came ea...

4 weeks ago
Reply
RE: Inverse Kinematic Library Suggestions?

@krooger This helps lots. Thanks. I now have to work out the test stand to keep the rig upright. Will post what I end up with.

1 month ago
Reply
RE: Help required for model railway project

@imillard Well, I should be able to provide a high-level, walkthrough of my code for a reference. (I don't need the circuit for that.) I'll try to w...

1 month ago
Reply
RE: Inverse Kinematic Library Suggestions?

@krooger I'm working on a test harness for the FABRIK library and need your help to verify that I have the servo layout correct. The picture has 3 ...

1 month ago
Reply
RE: Problem compiling esp now code

@zander You may be right.

1 month ago
Reply
RE: Problem compiling esp now code

@zander The cast is for a function pointer. The fields are the data that will be passed to that function when the function is called by the OS. Do...

1 month ago
Reply
RE: Problem compiling esp now code

@zander Why do you think the code won't work? The function esp_now_register_recv_cb takes a pointer to a function. The function pointer used is...

1 month ago
Page 1 / 9