simba icon indicating copy to clipboard operation
simba copied to clipboard

Simba Embedded Programming Platform.

Results 23 simba issues
Sort by recently updated
recently updated
newest added

# Problem Description I'd like to be able to use Simba directly on 8-bit Atmel AVR microcontrollers like the ATmega328P and ATtiny85. Adding a new board appears to be quite...

Hi, I am new to using Simba. I am working on Arduino Uno using the Arduino IDE. I have the hello world and blink examples working. I want to convert...

Environment: VS Code + PlatformIO Problem: it allows to choose "arduino nano 328 (new bootloader)" in combination with simba but then the project generation fails with a message that the...

Hey, just stumbled over your RTOS in PlatformIO and wondered what the differences in comparison to other RTOS are. So it would be really cool if you could create maybe...

When compiling a project with PlatformIO, targeting Arduino Mega and Arduino Due, it seems that it is unable to find the DHT sensor driver. Here's the code: ```c #include "simba.h"...

I'm using Simba framework with PlatformIO in Visual Studio Code, and from looking at various scripts and how they parse things, I've _almost_ got SPIFFS generation and upload working. But...

Using Windows 10 with Arduino 1.8.9 here, searching for a solution to get multiple COM Ports + HID Keyboard/Mouse/Gamepad downloaded the Board, selected Simba -> Pro Micro selected Examples ->...

Just found this repo and got rather excited. I added `https://raw.githubusercontent.com/eerimoq/simba-releases/master/arduino/esp/package_simba_esp_index.json` to my Arduino additional board manager section, then when and added the ESP simba board. I opened the `blink`...

- [x] `linux` - [ ] `esp` — just return `-ENOSYS` (or -1?), no nvm - [ ] `esp32` — just return `-ENOSYS` (or -1?), no nvm (at least [other...

Below is the output from a short brainstorming session on introducing fuzzy testing as part of Simba. Will it be useful or just a time consuming activity nobody want to...