You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My bw16 Type C not working after uploading simple Arduino IDE code to that bw16 board.
Even if I trying to upload simple code which works with Serial monitor to send message.
I have tried Oled display, DHT11 Temperature sensor, Untrasonic Sensor not working at all, But when I test those sensors or display with Arduino Uno, then it works as expected.
I Have Arduino IDE version 2.3.2
Please help me, what am I doing wrong ?
Hardware Configuration
Nothing attached to the bw16 (just alone)
Version
latest dev (checkout manually)
IDE Name
Arduino IDE 2.3.2
Operating System
windows 10 Pro
Auto Flash Mode
Enable
Erase All Flash Memory (4MB)
Disable
Standard Lib
Arduino_STD_PRINTF
Upload Speed
1500000
Description
My bw16 Type C not working after uploading simple Arduino IDE code to that bw16 board.
Even if I trying to upload simple code which works with Serial monitor to send message.
I have tried Oled display, DHT11 Temperature sensor, Untrasonic Sensor not working at all, But when I test those sensors or display with Arduino Uno, then it works as expected.
I Have Arduino IDE version 2.3.2
Please help me, what am I doing wrong ?
Sketch
voidsetup() {
Serial.begin(115000);
while (!Serial) {
;
}
Serial.println("Hello, this is basic test");
}
voidloop() {}
Error/Debug Message
Here, meanwhile uploading shows me All Images sucessfully uploaded.
Reproduce remarks
No response
I have checked online documentation, FAQ, GitHub Wiki and existing/closed issues.
I confirm I have checked online documentation, FAQ, GitHub Wiki and existing/closed issues.
The text was updated successfully, but these errors were encountered:
Hello, hope this message finds you well. Congrats to your first Issue! We will review it as soon as possiable. Feel free to have a look at https://www.amebaiot.com/en/ameba-arduino-summary/ for more information
Boards
bw16 Type C
External Hardware
My bw16 Type C not working after uploading simple Arduino IDE code to that bw16 board.
Hardware Configuration
Nothing attached to the bw16 (just alone)
Version
latest dev (checkout manually)
IDE Name
Arduino IDE 2.3.2
Operating System
windows 10 Pro
Auto Flash Mode
Enable
Erase All Flash Memory (4MB)
Disable
Standard Lib
Arduino_STD_PRINTF
Upload Speed
1500000
Description
My bw16 Type C not working after uploading simple Arduino IDE code to that bw16 board.
Sketch
Error/Debug Message
Reproduce remarks
No response
I have checked online documentation, FAQ, GitHub Wiki and existing/closed issues.
The text was updated successfully, but these errors were encountered: