Skip to main content

Questions tagged [events]

Filter by
Sorted by
Tagged with
1 vote
0 answers
941 views

I need to count the number of pulses in a moving window (e.g. last 60 seconds) using as less CPU time as possible. The first step is to use TCC to capture pulse period. The pulses arrive randomly at ...
7E10FC9A's user avatar
  • 209
1 vote
1 answer
412 views

I have an Arduino Micro that is acting as a HID device for a Linux PC. I use this call to send the HID values: HID().SendReport(1, _values, sizeof(_values)); This works in principle, but I noticed ...
Bram's user avatar
  • 219
1 vote
2 answers
535 views

From my reading on internet i found that the Event system allows peripherals to trigger each other without involving the CPU...does the event system is software or hardware?also does ATmega32 support ...
Mohamed Mohamed's user avatar
0 votes
1 answer
125 views

I want to automate the chicken coop of my grandmother. To do so, I want to use Arduinos and NodeMCUs, respectively. I want to check if all chickens are in the coop at night and then close a little ...
Strohmi's user avatar
  • 103
-1 votes
5 answers
2k views

Was trying to work some code that I found online to suit my needs and it continues to show the same error 'setup' does not name a type. I have tried setting it to void, Void as well as rewriting the ...
L.Freeston's user avatar
2 votes
0 answers
30 views

I'd like to know if there are events worldwide or in Latin America regarding how to introduce Arduino as an extra-curricular activity. Thanks, Marcelo from Argentina.
Marcelo Martinez's user avatar
8 votes
1 answer
4k views

I have ran across a couple of different event libraries that are available on the AVR and Andruino but I am not sure which one is the best option. What I would like to do is design my program in a ...
Andy Braham's user avatar
1 vote
1 answer
836 views

I'm new to Arduino, I want to use Arduino and a mobile phone screen to make a simple touch board. This phone screen I mean, is like this: Can I connect it to Arduino, and when my fingers touch the ...
Freewind's user avatar
  • 183
25 votes
14 answers
6k views

The logo is a derivative of the Arduino Community Logo licensed under Creative Commons license CC-SA-BY-NC 3.0 Update: Winners Announced The winners of the contest have been announced. Please see ...
sachleen's user avatar
  • 7,565