Is there by chance a ESP32 component underway?
This device looks promising.
ESP32 component
Moderator: Benj
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: ESP32 component
Hello,
I've bought a couple of the modules but so far not been able to find time to play with them. Hopefully we can do something for these very soon.
I'm loath to do anything too early as the firmware on these types of Chinese module seems to change on a weekly basis.
I've bought a couple of the modules but so far not been able to find time to play with them. Hopefully we can do something for these very soon.
I'm loath to do anything too early as the firmware on these types of Chinese module seems to change on a weekly basis.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Valued Contributor
- Posts: 2045
- Joined: Wed Aug 27, 2008 10:31 pm
- Location: Netherlands
- Has thanked: 553 times
- Been thanked: 1081 times
Re: ESP32 component
Afaik there is no standard 'AT'-like firmware for the ESP32 modules like the ESP8266 had. So apart from a component you might need to supply software for the ESP32 as well...
“Integrity is doing the right thing, even when no one is watching.”
― C.S. Lewis
― C.S. Lewis
Re: ESP32 component
Do we have an update on this? I have purchased some modules from a reputable supplier, Adafruit.
Would like to to use the connectivity features for LoRa radio.
Cheers,
Jack.
Would like to to use the connectivity features for LoRa radio.
Cheers,
Jack.
Cheers,
Jack
(Flowcode V5 Arduino Newbie)
Jack
(Flowcode V5 Arduino Newbie)
-
- Valued Contributor
- Posts: 2045
- Joined: Wed Aug 27, 2008 10:31 pm
- Location: Netherlands
- Has thanked: 553 times
- Been thanked: 1081 times
Re: ESP32 component
I am curious as to what you're attempting to do. The ESP32 component would interface the ESP32 WiFi module to another microcontroller in order to WiFi enable that microcontroller. Not generate code for use on the ESP32.jchomley wrote:Do we have an update on this? I have purchased some modules from a reputable supplier, Adafruit.
Would like to to use the connectivity features for LoRa radio.
“Integrity is doing the right thing, even when no one is watching.”
― C.S. Lewis
― C.S. Lewis
Re: ESP32 component
I am looking to use longer range radios to link 2 ESP32 modules together for a sensor application.
See here. https://youtu.be/w6ygDCTSQug
With these radios, using serial interface: http://www.cdt21.com/parts/files/Data_S ... R-434M.pdf
Cheers,
Jack.
See here. https://youtu.be/w6ygDCTSQug
With these radios, using serial interface: http://www.cdt21.com/parts/files/Data_S ... R-434M.pdf
Cheers,
Jack.
Cheers,
Jack
(Flowcode V5 Arduino Newbie)
Jack
(Flowcode V5 Arduino Newbie)
-
- Valued Contributor
- Posts: 2045
- Joined: Wed Aug 27, 2008 10:31 pm
- Location: Netherlands
- Has thanked: 553 times
- Been thanked: 1081 times
Re: ESP32 component
As I mentioned before, an ESP32 component will not allow you to generate code for the ESP32 itself, just use it to provide WiFi for another (Flowcode supported) controller. Your use case seems to require programming the ESP32, so you will need t look at another solution for that.
If the only goal is to link two controllers using a serially linked radio module you could use another controller that is supported by Flowcode.
BTW, the DS_SLR-434M is narrowband, not LoRa.
If the only goal is to link two controllers using a serially linked radio module you could use another controller that is supported by Flowcode.
BTW, the DS_SLR-434M is narrowband, not LoRa.
“Integrity is doing the right thing, even when no one is watching.”
― C.S. Lewis
― C.S. Lewis
Re: ESP32 component
The radio modem spec sheet states 2 modes FSK and LoRa.
http://www.cdt21.com/products/modem/slr-434m/
Thanks for the ESP32 info
http://www.cdt21.com/products/modem/slr-434m/
Thanks for the ESP32 info

Cheers,
Jack
(Flowcode V5 Arduino Newbie)
Jack
(Flowcode V5 Arduino Newbie)