-
Hi,
I'm new to embedded programmation and I'm currently facing an issue on my UNO R3 + SX1272 configuration. (objenious network, 868MHz, France)
I'm working with the ttn-otaa given example.
I se…
-
There is any beta routine to implement a read routine via digital pin on Arduino UNO R3 for free serial port and read DMX data ?
thanks
-
Hi to all,
I installed the library 0.2.1 in my Arduino IDE 2.0.0 but I've a message error when I verify the publisher.ino sketch:
xrce_types.h:819:55: error: size of array 'data' is too large
…
-
Hi!
Can you please share how to connect the gps and the sil5351 to the Arduino Uno r3?
Please.... a wiring diagram would be very great
-
```
Trying to get all 6 pwm outputs on a UNO to run the same frequency.
my testing sketch
#include
int32_t frequency = 3500;
void setup() {
InitTimers();
SetPinFrequency(3, frequency);
Se…
-
```
Trying to get all 6 pwm outputs on a UNO to run the same frequency.
my testing sketch
#include
int32_t frequency = 3500;
void setup() {
InitTimers();
SetPinFrequency(3, frequency);
Se…
-
Hello,
As I m a newbie in your world , i bought an arduino Kit based on Arduino R3 and begin some exercice it's funny.
i also receive TTGO-T-Display to a friend and would like to make the same ex…
-
It took a bit of reading and praying, but nothing in this codebase actually requires the custom circuit boards or firmware. It runs just fine on Arduinos with matching processors (ATMega 328). Tested …
-
I have an Arduino UNO R3 and a module ESP8266 connected(RX= pin 3 and TX= pin 2).
I attached an image of my sketch.
Does your library will work with this sketch? if so, where can i get library ESP826…
-
Thank you for this great library @Mixiaoxiao .
I'm here to contribute back to the community by providing a full working example project.
I'm using ARDUINO UNO R3 ATMEGA328P+ESP8266, to control m…