Search found 3 matches

by tonyd
Sat Jul 23, 2022 5:41 pm
Forum: General discussion
Topic: STM32 Discovery kit Iot Node and Arduino
Replies: 4
Views: 3264

Re: STM32 Discovery kit Iot Node and Arduino

OK, I can get data to the serial monitor, I just reversed the test that determines whether or not to read the sensors and output to the monitor.

So is used to say

// don't do anything until the data ready pin is high:
if (digitalRead(dataReadyPin) == HIGH) {
//Read the temperature data
int ...
by tonyd
Sat Jul 23, 2022 4:39 pm
Forum: General discussion
Topic: STM32 Discovery kit Iot Node and Arduino
Replies: 4
Views: 3264

Re: STM32 Discovery kit Iot Node and Arduino

Thanks fpiSTM

I changed the board/part number as suggested. The download to the MCU was successful, but I had the same result, i.e. no output to the serial monitor.

I thought I'd try something simpler, so downloaded the blink sketch using the discovery settings and that worked, the LED blinked ...
by tonyd
Sat Jul 23, 2022 1:38 pm
Forum: General discussion
Topic: STM32 Discovery kit Iot Node and Arduino
Replies: 4
Views: 3264

STM32 Discovery kit Iot Node and Arduino

Hi All

I bought this board a couple of years ago and have just got around to playing with it. The MCU is a STM32L475 and the chip has VGT6 stamped on it.

I went through a ST tutorial of using the STMCubeIDE and STMCubeMX to flash the LED and that works fine, so I think the toolchain is OK

I ...

Go to advanced search