DarwinWasW
DarwinWasW
AArduino
Created by jermany on 6/3/2025 in #coding-help
I'm trying to make an override code
It is more difficult to work an uno receiving information from a micro than just using a stand alone esp32
47 replies
AArduino
Created by jermany on 6/3/2025 in #coding-help
I'm trying to make an override code
@jermany why use a uno - why no use an esp32 with inbuilt wireless and bluetooth ?
47 replies
AArduino
Created by jermany on 6/3/2025 in #coding-help
I'm trying to make an override code
Yeah sure.
47 replies
AArduino
Created by jermany on 6/3/2025 in #coding-help
I'm trying to make an override code
Yes - relatively simple
47 replies
AArduino
Created by jermany on 6/3/2025 in #coding-help
I'm trying to make an override code
You have created the wrngler ?
47 replies
AArduino
Created by jermany on 6/3/2025 in #coding-help
I'm trying to make an override code
So you want the unit to receive codes - via the Micro from the wireless wrangler
47 replies
AArduino
Created by jermany on 6/3/2025 in #coding-help
I'm trying to make an override code
What is it you actually want to do ?
47 replies
AArduino
Created by jermany on 6/3/2025 in #coding-help
I'm trying to make an override code
1. what device are you using - as in arduino
47 replies
AArduino
Created by jermany on 6/3/2025 in #coding-help
I'm trying to make an override code
Smells like GPT Chat.
47 replies
AArduino
Created by Thoride on 5/31/2025 in #coding-help
Accessing arduino cloud api via python giving error 405
Code for http? The error says you are not using get, are you using post ?
5 replies
AArduino
Created by Robo_17 on 5/30/2025 in #coding-help
how to attachinterrupt()
That are used else where.
10 replies
AArduino
Created by Robo_17 on 5/30/2025 in #coding-help
how to attachinterrupt()
Remember to use volatile on variables changed in ISR
10 replies
AArduino
Created by Robo_17 on 5/30/2025 in #coding-help
how to attachinterrupt()
With ISR, you use volatile variables and just change a Boolean for the process to occur in the loop. doing a for loop and a delay will result in drama
10 replies
AArduino
Created by Robo_17 on 5/30/2025 in #coding-help
how to attachinterrupt()
https://wokwi.com/projects/432368632038042625 works with a led - may be too much in ISR
10 replies