Learn how to create and use a web-based Serial Monitor for your ESP32 projects using WebSerial library. This creates a web-based interface to print debugging messages.
lol sorry @largechongos. What are you looking for? Protocol help? @Umesh Lokhande @Joseph Ogbonna @Aditya thakekar @InsightMike may be able to help depending on the request.
Hi @largechongos Unfortunately no exp. with efr32mg22 but I use Digi's XBee S2C module on our IoT Gateway for ZigBee wireless communication. Let us know your question in detail
Have you or will you use AI/ML technology in your embedded IoT development (practice, not feature)
Choices
Yes I’m already using it I plan to use it and know exactly how I plan to use it but am working out how I’ll use it I’m not sure Probably not but never say never Absolutely not
Hi @here, Today’s Office Hours (https://app.livestorm.co/devheads-community/devheads-weekly-office-hours-1) will see how people are using or plan to use AI/ML in development (to build something, not building AI). So I’d like to get a pulse on whether any of you actually are using it for work or plan to in the future
PLEASE JOIN AS A SPEAKER IF YOU WANT TO PARTICIPATE IN THE DISCUSSION!Join DevHeads' weekly Office Hours, Fridays at 3 PM (1500) GMT to meet other DevHeads and riff on a variety of topics for...
Have you or will you use AI/ML technology in your embedded IoT development (practice, not feature)
Total
3 votes
Results
66.67% (2 votes) - I plan to use it and know exactly how 33.33% (1 vote) - I plan to use it but am working out how I’ll use it 0.00% (0 votes) - Yes I’m already using it 0.00% (0 votes) - I’m not sure 0.00% (0 votes) - Probably not but never say never 0.00% (0 votes) - Absolutely not
Hi Devs , Can I connect two PMS7003 sensors to one Arduino board to collect data from both sensors simultaneously? If so, which Arduino board should I buy? Can you provide any helpful links? Thank you
Hey @Event Pings, Ready for another Engineering Hour? Check out today's session on SPI driver development with @Umesh Lokhande at 15:00 UTC to get a grip on everything you need to know about working with the ubiquitous serial protocol... right here in the https://discord.com/channels/1130679493799977062/1212286094830477323 channel
Hey everyone! as a person who love to create 3D project i recently discovered that Blender can be used for electronic too , design and visualization, such as PCBs and simulating assembly processes. and even creating interactive 3D renderings for better presentations for it . Has anyone here tried using Blender for electronics, or do you have any tips on getting started with this?
With Blender 3D it is possible to add overlays to images, for example to illustrate product dimensions. This allows you to add technical details to marketing… | 12 comments on LinkedIn
I'm new to arduino coding and we are tasked with making a smoke sensor that sends a sms message to a user when it detects smoke. One problem that we've encountered is that our gsm module 900a can't seem to find a network (the status LED blinks every second rather than every 3 seconds). How can we fix this problem?
I will provide the code below
int buzzer = 8; int smokeA0 = A5; int sensorThres = 0;