Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
@afuevu_ you can do this, especially if you are using esp-idf
you need to learn how their networking stack works, where are you stuck. I would suggest going until you are stuck then raising specific issues. You never know, you may never be stuck.
Or sneak in Zephr and finish it quick
You have a point. I guess I will go keep on going, I’ll see how it goes
if you can jump to zephyr, @32bitwidesaviour and I have some experience with BLE
I wouldn’t suggest zephyr for commercial purposes
How come not?
I’ll revert back to you on this this evening, I’ll be having a meeting with the team, I need to gauge our strength
What are your thoughts please
in the case for ESP,
it is very integrated with FreeRTOS. SMP FreeRTOS is miles ahead in terms of multicore support and driver implementation plus the espressif people are more inclined towards freeRTOS (though this is slowly changing) so you are more certain to get your doubts cleared faster.
plus there is a learning cost that comes with developing product when you introduce a new SW
That’s a valid concern if SMP is that behind.
We will go with the FreeRTOS, when I get to the Bluetooth section, I’ll reach out
I’m keen to see someone do something on multiple cores with Free arrow
@afuevu_ Have not tried any of these tools. Thinking that sort of thing might eventually be useful to reduce EMI in the design phase. One might also think it could route your tracks automatically… i.e. an autorouter, but that already exists and I don’t typically use it.
I suspect such tools will eventually be useful, but we’re obviously still pretty early in the process (though again, I haven’t tried any of them).
Thank you @jeremycook, i guess we have to wait and see how things unfold in terms of usefulness
Hello @superbike_z @melta101 @umeshlokhande an update on the Project using ESP-IDF. Boy oh Boy lol. We were able to set up and send data to the server using Gsm module in GPRS mode, we were able to
achieve deep sleep, after 3hours the device wakes up check some parameters and sleep back, also a button pressed wakes up the device to push data to the server. Currently working on the bluetooth, my collegue has been able to set it up in classic mode, and pairs with my fone and communicates my phone. I need to set up time on the esp rtc, i am thinking of using bluetooth to set the time instead of me using the esp to pick its time from an external RTC. What do you think?
CONTRIBUTE TO THIS THREAD