Recent Posts

Pages: 1 [2] 3 4 5 ... 10
11
Open Panzer Help / Re: Tom's Questions
« Last post by Tom on June 28, 2026, 07:54:08 PM »
Ben (member who works for Frysky) thought it may be a setting on the TCB. It's not critical as I can swap the two x4r receivers from the other tanks or buy a used xr4 though they are overpriced on eBay. But it would be interesting to see if the x8r that's bound and hooked up on the SBUS can work.
12
Open Panzer Help / Re: Tom's Questions
« Last post by Tom on June 28, 2026, 06:30:45 PM »
Hi Luke,

I have two frysky x4r receivers bound to two tanks. The x4r is no longer produced so I purchased a x8r. But to use my current radio taranis q7 without downloading any updates, I needed to flash the older version to the x8r. A member who works for frysky was kind enough to send me the proper version. I downloaded it the the x8r and bound it to the receiver. Oddly the only things that trigger on the TCB are the left sticks. So the turret moves along with sound as well as elevation. But nothing else? Not sure if any ideas.

 The frysky guy wasn't sure what could be wrong and suggested I update the radio and flash the current receivers. At this point I found a x4r and when it comes hopefully it will work along with the other two. A may have to go that route but curious if any ideas with the current set up.

Thanks,
Tom
13
TCB Dev / Re: Potential OpenPanzer-DA
« Last post by LukeZ on June 11, 2026, 11:06:43 AM »
Hi Fox, you summary of the limitations (and inconsistencies) of the Motor Serial port is accurate, and you are discovering that certain pins were allocated a time long before I had a clear idea in mind of their ultimate potential uses. The current layout was arranged when my only idea was the connection of a single ESC (at the time the Scout hadn't even been considered, but I was thinking of the Sabertooth). Later I discovered that Pololu had a very small serial ESC that I thought might be useful for turret functions on larger models. Pololu later discontinued that, but that put the idea in mind that maybe it would be nice to control more than one ESC on the same port, regardless of brand. The sound card came much later, and was tacked on to the same port.

The only reason in those early days that I could see for communication from the ESC to the TCB, was perhaps to report telemetry information (current, temperature, etc) for passing on to a custom screen on the transmitter, but these ideas were never brought to completion. By the time I decided to add multiple devices to the same port, I had dropped the idea of bi-directional communication altogether, and so now as you find that Rx pin on the TCB is just floating there, without any use.

However your proposal would correct that oversight, and as you say, leave the path open to further possibilities - if someone has the will, time, and reason to develop them. But it is always good practice to leave room for such things, and then if a bright idea comes along, the hardware is there ready to serve. I think your suggestion is a good one.
14
TCB Dev / Re: Potential OpenPanzer-DA
« Last post by Foxhood on June 10, 2026, 11:45:48 AM »
So while the hardware files go by V1 Filenames, its actually a MK-I. Alright. Then i will adopt "MK-II" :3

Migration, Board and OPSC are going slow, but steady atm. Got some of the more annoying things done like IR Output code. Looking into changing some things on the electronics and improving the ability to shrug of potential mis-wirings

One thing that has been on my mind is the Motor Serial Bus. It doesn't quite make sense. Its a full-duplex UART bus servicing up to three devices. One is sound that only listens to the TX (ok) and the others are up to two ESCs. which are wired to be able to send back on the RX. But if any ESC would actually try to do so while another is also hooked up: they would end up trying to kill each-other as both are actively driving the pin. So you can't actually do anything in that setup, leaving the RX Line as useless. We also ain't actually using it for anything as all existing devices are Receive-Only.

So i had this idea to salvage the bus a bit: The new AVR chip can reconfigure its USART system to have its transmitter work Open-Drain and internally connect TX & RX together. Turning the peripheral into a Half-duplex "One-wire" bus. This would render the pin able to actually work as more of a shared buss that multiple devices can connect and communicate in-between, without breaking compatibility with existing devices that only listen. The result is that the MK-II gets a bus that can be used for more than just Outputting commands. Instead of a awkward, not so well-named "Motor Serial".

Main motivation is that presently the OpenPanzer is kind of limited on its ability to expand in anything outside of more outputs in the future. Which sucks for exotic models that may need very specific inputs and outputs or would prefer like a secondary board hidden in the turret taking over some tasks (e.g. AA vehicles such as Gepard). One-Wire UART seems to be the best compromise and would allow for some fun tricks with other boards without needing to actually change much right now.
15
Open Panzer Help / Re: Tom's Questions
« Last post by LukeZ on June 08, 2026, 03:02:08 PM »
That's fine, no apology needed. I'll just be a bit slower moving forward.
16
Open Panzer Help / Re: Tom's Questions
« Last post by Tom on June 08, 2026, 11:16:06 AM »
Hey Luke,

Sorry so many questions caused an issue. I didn't realize the amount of posts and again apologize for the volume of questions.

T
17
Open Panzer Help / Re: Tom's Questions
« Last post by LukeZ on June 08, 2026, 09:59:03 AM »
Tom, you will notice that I have made some changes to the location of your posts.

In the past six months you have created more new threads than any other user on this forum has managed to do in the last 10 years, including myself. You have posted almost daily, which is not a problem in itself, but almost every post has been a question, and that's a lot of questions. It has gotten to the point where the notifications I am getting from the forum on your behalf are coming in at the rate of a never-ending IM chat.

Understand that my time is limited and I can not afford a part time job devoted to one single user.

Here is what I have changed:

I have merged all of your threads since January of this year, into this single thread titled "Tom's Questions"

You had some other threads created way back in 2017, I have left those alone.

From now on please do not start any more new threads. When you have a question, you can post it in this one. Of course you are still free to post comments in other people's threads.

Finally, for my part, I will not be responding to this thread more than once per week. 
18
Open Panzer Help / Re: Custom hex
« Last post by LukeZ on June 08, 2026, 09:39:37 AM »
You sent me a custom hex. to try and correct the firing of the cannon movement (non servo) the first time with no sound. Finally had a chance to try it.

I recently downloaded drivers on a new computer and all the tcb boards connect on various com ports. But when connected and after downloading
the custom hex. and try flash it.. the tcb  disconnects  with "flash operation failed. Make sure you select correct port" On this board the only option is com 1 and 4 and 4 is the one it connects to but on trying to update with latest version or the custom hex. it disconnects?  Would another version of the drivers perhaps
fix this? Again, any changes can be made and downloaded after it connects, it's just the flash update.

Try uninstalling OP Config, reboot your computer, then re-install OP Config.
19
Open Panzer Help / Custom hex
« Last post by Tom on June 08, 2026, 05:10:58 AM »
Hey Luke,

You sent me a custom hex. to try and correct the firing of the cannon movement (non servo) the first time with no sound. Finally had a chance to try it.

I recently downloaded drivers on a new computer and all the tcb boards connect on various com ports. But when connected and after downloading
the custom hex. and try flash it.. the tcb  disconnects  with "flash operation failed. Make sure you select correct port" On this board the only option is com 1 and 4 and 4 is the one it connects to but on trying to update with latest version or the custom hex. it disconnects?  Would another version of the drivers perhaps
fix this? Again, any changes can be made and downloaded after it connects, it's just the flash update.

Any suggestions appreciated. Thanks.

T
20
Open Panzer Help / Re: Flash failed
« Last post by Tom on June 07, 2026, 03:30:32 PM »
Think configuration has to do with the radio
Pages: 1 [2] 3 4 5 ... 10
bomber-explosion