What do you use for a commercial IoT project?

Thread Starter

Pushkar1

Joined Apr 5, 2021
416
I am curious to know What do you use for a commercial IoT project? Do you use any microcontroller or use development board?

I know the following options

1) Raspberry Pi Board
2) ESP32 / ESP8266
3) Microcontroller
 

BobTPH

Joined Jun 5, 2013
8,813
I just got some ESP8266 boards and exoect ti use them if they work okay. My prototype is using a Pic-IOT board that cost 10 times as much.

Bob
 

Thread Starter

Pushkar1

Joined Apr 5, 2021
416
My prototype is using a Pic-IOT board that cost 10 times as much.

Bob
Which PIC MCU do you you for IoT?

Which programming language do you use for IoT project?

If you use C language then don't you have any problem because C language has less library than C++, Python ?

Edit : Please clarify whether you use them for hobby projects or for commercial and industrial project
 
Last edited:

MrSalts

Joined Apr 2, 2020
2,767
I use ESP32 and RPi for commercial/industrial devices. They are purpose-built for specific problems. I wouldn't exactly call them "products".
 

Travm

Joined Aug 16, 2016
363
I am using bobl
How did you come up with the name?

on topic, Microchip has a selection of IoT boards using their PIC lines (likely some Atmel chips as well, i havent really looked) I like their curiosity series, even if they are a little pricier than some others.
 
Last edited:
Top