@neoniousTR thank you for claifying the process. I'll give this a try.
S
SubZ390
@SubZ390
0
Reputation
2
Posts
1
Profile views
0
Followers
0
Following
Best posts made by SubZ390
This user hasn't posted anything yet.
Latest posts made by SubZ390
-
RE: IR remote (mixing JavaScript and C/C++)
-
IR remote (mixing JavaScript and C/C++)
I want to build an IR transmitter/receiver as a first project with low.js
Can you help me with understanding the workflow in using ESP32 libraries with low.js? for example IRremoteESP8266. How do I add this module on the Neonious One (which I have) and also when I'm using lowsync with an external IDE on a generic WROVER?
Do I have to understand how to use the low.js native API with a linker script in order to map the C++ commands of the library through to JavaScript?
And then load all that with low.js onto the ESP32 where I can then use lowsync to load the JavaScript?