Search found 1701 matches

by BenR
Mon Apr 15, 2024 10:14 am
Forum: Projects - Embedded
Topic: Rs232 display driver
Replies: 3
Views: 55

Re: Rs232 display driver

Hello, Hex is just a good way of showing binary numbers, so no need to convert to ascii you can simply send the hex data. On the MCU there is no distinction between decimal or binary or hex, it's all just binary. The various number systems are there to help you interact with the machine easier. For ...
by BenR
Mon Apr 15, 2024 10:06 am
Forum: General
Topic: Modbus TCP Slave
Replies: 26
Views: 701

Re: Modbus TCP Slave

Hello,

Here is my test project.

Slave is running on an Arduino Uno and the master is running in the Flowcode sim.

Modbus_TCP_Slave.fcfx
(13.86 KiB) Downloaded 5 times
Modbus_TCP_Master.fcsx
(12.31 KiB) Downloaded 4 times
by BenR
Mon Apr 15, 2024 9:54 am
Forum: App Developer
Topic: App Developer connect to ESP32 S3 with USB
Replies: 6
Views: 99

Re: App Developer connect to ESP32 S3 with USB

That looks great, are you able to program the screen? Do we need a new component for it?

I've just bought myself one and also got a couple more M5 boards. Unfortunatley they look like they might take a while to get here.

Order.jpg
Order.jpg (56.45 KiB) Viewed 47 times
by BenR
Fri Apr 12, 2024 5:31 pm
Forum: General
Topic: GLCD Display Manager Overhaul
Replies: 5
Views: 111

Re: GLCD Display Manager Overhaul

Could maybe be that led pin being in the different style? Shouldn't cause an issue but you never know. That's the only thing jumping out to me.
by BenR
Fri Apr 12, 2024 4:30 pm
Forum: Bug Reports
Topic: Because it doesn't respect the delay
Replies: 6
Views: 92

Re: Because it doesn't respect the delay

Hello, The only blocking code I can spot in the CAN initialise for the PIC32 is here, // Set to operating (normal) mode C1CONbits.REQOP = REQOP_NORMAL; while(C1CONbits.OPMOD != REQOP_NORMAL); You could double check if this is causing the problem by commenting out the while // Set to operating (norma...
by BenR
Fri Apr 12, 2024 4:12 pm
Forum: General
Topic: Modbus TCP Slave
Replies: 26
Views: 701

Re: Modbus TCP Slave

Hello, Right I've spent the last two days on this and managed to get it so it's now working correctly and reliably. It looks like in the end what made it work was a tiny delay in just the right part of the code. I still want to spend more time on adding DHCP and DNS but for now it at least (fingers ...
by BenR
Fri Apr 12, 2024 10:12 am
Forum: App Developer
Topic: App Developer connect to ESP32 S3 with USB
Replies: 6
Views: 99

Re: App Developer connect to ESP32 S3 with USB

Please can you send us a link to the specific board you're using.

Looks for devices like this to do comms back to the PC would require a USB component. Might not be too hard thanks to the IDF so I'll get it on the list.
by BenR
Fri Apr 12, 2024 10:11 am
Forum: Bug Reports
Topic: ESP32-S3_Mini not compiling
Replies: 18
Views: 300

Re: ESP32-S3_Mini not compiling

Hello Stefan,

On your IDF v5.1 machine please can you try doing a full clean compile by deleting the build files folder from your Flowcode project directory. Just to see if that makes a difference at all.
by BenR
Thu Apr 11, 2024 10:07 am
Forum: General
Topic: Modbus TCP Slave
Replies: 26
Views: 701

Re: Modbus TCP Slave

Hello,

Looking now. I have the module in front of me and am doing a big overhaul to it to try and get it working properly for Modbus TCP and to add functions like DHCP and DNS lookup. I'll let you know how I get on.
by BenR
Thu Apr 11, 2024 10:05 am
Forum: Bug Reports
Topic: ESP32-S3_Mini not compiling
Replies: 18
Views: 300

Re: ESP32-S3_Mini not compiling

We've replicated the issue in IDF version 4.4 but not in v5.1. As the S3 wasn't really supported in 4.4 I think this is to be expected.

Please can you send us the .msg.txt file from your IDF v5.1 compilation and we'll try and investigate further but always tricky when we can't replicate the issue.