I'm working on a project using the Portenta Machine Control board, and I need to connect sensors that require either 5V or 3.3V power supply. However, the Portenta board only provides a 24V output. I tried using an external power source to supply the sensors, but it didn't work.
Is there a solution to this issue apart from using a voltage regulator? I would appreciate any suggestions or alternative approaches to power my sensors properly.
Actually, when I connect a DHT11 sensor, I don't receive any readings even though I'm sure the wiring and code are correct, so I think the sensor is not powered. My question is, what power source can I use on this board to directly supply the sensor with 5V? Thank you in advance
Hi @ayas55, Have you tried using the USB A socket, I tried powering a DS18B20 from the PMC using a USB cable stripped down to the individual cores. I got 5V from it but could not read the sensor readings as it is my understanding it is not supported on the board. For my use case I swapped to a PT100 which is fully supported. As @UKHeliBob suggested a wiring diagram would help in diagnosing your problem. What pins are you trying to read the serial output from the DHT11 on?