Search found 1713 matches

by BenR
Mon Apr 22, 2024 11:51 am
Forum: General
Topic: Modbus TCP Slave
Replies: 33
Views: 1260

Re: Modbus TCP Slave

Hello, In your project options please can you turn off the Auto clear watchdog setting. The watchdog isn't running so these are a load of instructions that aren't required. Also I would highly recommend disabling the Low Voltage Programming setting unless you are specifically using it. This can caus...
by BenR
Sat Apr 20, 2024 12:27 pm
Forum: General
Topic: Modbus TCP Slave
Replies: 33
Views: 1260

Re: Modbus TCP Slave

Please can you post your project so I can try and replicate your setup.
by BenR
Mon Apr 15, 2024 10:14 am
Forum: Projects - Embedded
Topic: Rs232 display driver
Replies: 5
Views: 191

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: 33
Views: 1260

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 15 times
Modbus_TCP_Master.fcsx
(12.31 KiB) Downloaded 12 times
by BenR
Mon Apr 15, 2024 9:54 am
Forum: App Developer
Topic: App Developer connect to ESP32 S3 with USB
Replies: 7
Views: 226

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 174 times
by BenR
Fri Apr 12, 2024 5:31 pm
Forum: General
Topic: GLCD Display Manager Overhaul
Replies: 5
Views: 194

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: 7
Views: 222

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: 33
Views: 1260

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: 7
Views: 226

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: 500

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.