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

Program is resetting continuously #66

Open
k-shoeb opened this issue Mar 14, 2024 · 2 comments
Open

Program is resetting continuously #66

k-shoeb opened this issue Mar 14, 2024 · 2 comments

Comments

@k-shoeb
Copy link

k-shoeb commented Mar 14, 2024

I have changed the program a little bit to control a car. And when i am running the code, it reboots continuously.
This is the output from the serial monitor. It is getting Reset after executing the Starting i2s part of code.
Can anyone tell me why this is happening.

`ets Jul 29 2019 12:21:46

rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13232
load:0x40080400,len:3028
entry 0x400805e4
Starting up
Total heap: 284948
Free heap: 214484
CPU frequency: 240
Loading model
12 bytes lost due to alignment. To avoid this loss, please make sure the tensor_arena is 16 bytes aligned.
Used bytes 22604

Created Neural Net
m_pooled_energy_size=43
Created audio processor
Starting i2s

ets Jul 29 2019 12:21:46
`

@ArifulH8
Copy link

Any update @k-shoeb ?

@k-shoeb
Copy link
Author

k-shoeb commented Apr 28, 2024

Any update @k-shoeb ?

Issue is solved

The problem with the code was that I had added code for an Ultrasonic Sensor out of a conditional loop.
I put that inside the loop.
Now it's working :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants