-
Is it possible to write with arduino ide
-
Linux. Firmware 2.5 compilation.
Throws an error when do Make or MK_ALL.sh.
Apparently I don't understand something, but I suppose that since there is an include, it means that the library must be s…
-
Now as I have my minimal bus up and running (linux/raspi - LUDP - Uno+ETHshield - SWBB - devices) I would like to extend it to outdoor sensors. What setup would you suggest to go through walls (withou…
-
Hi, @ChrisVega . I tried different versions of Arduino IDE, but can't compile a project for OLED display. I always stuck at error "call of overloaded 'String(float&, int)' is ambiguous"
Can you help …
-
Hi, I'm having a problem with the transmission using the RF24 library. On the tiny84, i'm using the example diagram that you have provided for my wiring scheme in the example "rf24ping85" for the ATti…
-
It would be nice if this library could support triple clicks, quadruple clicks, etc.
Tentatively, it doesn't seem as if it'd be too hard to do this in a backwards-compatible way. I'd like to try to…
-
I love this piece of code to program my attiny85 and atmega328 with my feather. On a lark I got some attiny13a from the maker space in a DIP-8 - same pinout as tiny85, plugged it into a breadboard to …
-
Hello,
I'm hitting an issue that is driving me nuts. :-)
1. I have an ATTiny85 that is running this code: [Qwiic_Loudness_Sensor_Firmware.ino](https://github.com/ZIOCC/Zio-Qwiic-Loudness-Senso…
-
Howdy, I'm working on a Gigatron compatible board at the moment and going over your schematic compared to the PDFs on hackaday. This stood out to me
> The files here are in a draft form and are mis…
-
I cloned the repo on my Gentoo box and I am trying to compile simavr. I am stuck at this error.
```
make
make -C simavr RELEASE=0
make[1]: Entering directory '/mnt/Volume_3/Gentoo/projects/Ebuild…