Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bw16 not working after uploading simple Arduino IDE code to bw16 #273

Open
1 task done
Fattcat opened this issue Mar 11, 2025 · 1 comment
Open
1 task done

bw16 not working after uploading simple Arduino IDE code to bw16 #273

Fattcat opened this issue Mar 11, 2025 · 1 comment
Labels
pending It is a feature/bug-fix request, currently on hold

Comments

@Fattcat
Copy link

Fattcat commented Mar 11, 2025

Boards

bw16 Type C

External Hardware

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

void setup() {
  Serial.begin(115000);
  while (!Serial) {
    ;
  }
  Serial.println("Hello, this is basic test");
}

void loop() {}

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.
@Fattcat Fattcat added the pending It is a feature/bug-fix request, currently on hold label Mar 11, 2025
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending It is a feature/bug-fix request, currently on hold
Projects
None yet
Development

No branches or pull requests

1 participant