-
This is a very nice CLI editor. I love it. The code is also clean and very well written.
If not done yet, it would be great to have built-in terminal as well, so that one can edit their files and t…
-
Hey , I did enjoy reading through your alternate suggestions , and they were reasonable and also creative , I do have a small query though, you have mentioned
```
ESP32 can be used if the feature…
-
Hi. I am using Geany as my editor for Basic for microcontrollers. I would like to customize the symbols list in the leftmost column, to include other than those provided through the FreeBasic extensio…
-
Hello
I am trying to use the HiFi library to run ICS-43432 microphone in Arduino Due to get the audio information. ICS-43432 is a digital i2s output bottom port microphone. The I²S interface allows …
ghost updated
8 years ago
-
In the "Adding more Serial Interfaces to SAMD microcontrollers (SERCOM)" tutorial, in the section for "Create a new Serial instance", the example code shows:
````
int sensorValue = analogRead(A0…
-
I'm using bootloader from AN1388 via UART, recompiled for PIC32MX370F512H with pic32prog. It works just fine form smaller binaries, though when uploading bigger one, it fails after a few sectors:
`./…
-
Hi,
first of all I want to thank you for this amazing project.
When trying to compile it with Arduino 1.6.8 it only gave errors like this:
`Arduino\libraries\FastLED-3.1.0/platforms.h:22:2: error: #er…
-
The initial example shows how to use Tuyalink for Ubuntu. But it is not useful as most applications will be implemented in microcontrollers. For example, ESP32 chips are very commonly for IoT. Will th…
-
Is it planned to support no_std, too?
If yes, we should probably add the no_std flag as soon as possible, before to much std code is in place.
The embedded-can trait already provides a can drive…
-
This gives an overview of STM32 MCUs for which RIOT has at least basic support.
As ST releases new Chips we are not always up to date with the changes needed to support them, but they typically shar…