Skip to content

Arduino_NetworkConfigurator problem with Arduino_PortentaMachineControl and Arduino_H7_Video #574

@dmazzella

Description

@dmazzella

Hello,
My project uses a Machine Control with an external display connected via USB-C directly to the Portenta H7 inside the MC using the Arduino_H7_Video and Arduino_PortentaMachineControl libraries and, of course, ArduinoIoTCloud.
After updating the IoT Cloud library from 2.5.1 to 2.7.0, the display started scrolling vertically.
To confirm the problem, I forced to disable the network configurator by editing the AIoTC_Config.h file on line 159:

#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_OPTA) || defined(ARDUINO_GIGA) \
  || defined(ARDUINO_UNOR4_WIFI) || defined (ARDUINO_PORTENTA_C33)
  #define NETWORK_CONFIGURATOR_ENABLED (0)
#else
  #define NETWORK_CONFIGURATOR_ENABLED (0)
#endif

and the display started working normally.

Is there any way to disable the network configurator?

Thanks,
D.

This is a video of the sketch with NETWORK_CONFIGURATOR_ENABLED set to 0

IMG_0645.MOV

This is a video of the sketch with NETWORK_CONFIGURATOR_ENABLED set to 1

IMG_0646.MOV

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: codeRelated to content of the project itselftype: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions