Search found 4 matches
- Sun Oct 10, 2021 2:51 am
- Forum: General Discussion
- Topic: Bluetooth causing board to crash
- Replies: 0
- Views: 1394
Bluetooth causing board to crash
Hi, Since I was having real issues with my SPIFFS i thought i'd park it for today and try to get Bluetooth working so I can use it as input. But yet again I've been met with errors and cannot get past them. I followed through the GATTS_Server tutorial in GitHub, everything compiles fine and looks go...
- Sat Oct 09, 2021 7:04 am
- Forum: ESP-IDF
- Topic: Reading Files
- Replies: 4
- Views: 2224
Re: Reading Files
-EDIT- Found out why, stupidly had my serial monitor running in the BG. So I built the filesystem image, and in the screenshot, the console shows it putting the info in the spiffs.bin. I also run the upload filesystem image command and that writes fine, but when i try to read the file i still get th...
- Sat Oct 09, 2021 5:04 am
- Forum: ESP-IDF
- Topic: Reading Files
- Replies: 4
- Views: 2224
Re: Reading Files
So here is the code, The load ROM takes the file name in and then does the opening part, while the chipmain does the SPIFFS stuff and opens the emulator. Now some of this is temporary, i intend of later on allowing the user to pick from a list of ROMS loaded in memory but for now, am hardcoding path...
- Thu Oct 07, 2021 9:33 am
- Forum: ESP-IDF
- Topic: Reading Files
- Replies: 4
- Views: 2224
Reading Files
Hi Team, I have made a CHIP8 emulator and now have to read the ROM's for it. I have created a folder and added some ROMs into there. Now at first, I was just trying to read them as you would on your PC and quickly worked out that doesn't work like that! After some reading, I managed to get a SPIFFS ...