Search found 3 matches

by TGAlbertin
Thu Mar 24, 2022 3:26 am
Forum: ESP32 boards
Topic: Error when connecting to MQTT
Replies: 5
Views: 12542

Re: Error when connecting to MQTT

I'm trying to use the AZURE iot. Could someone help me with this? https://github.com/Azure-Samples/IoTMQTTSample/tree/master/src/MicroPython connecting Traceback (most recent call last): File "<stdin>", line 33, in <module> File "umqtt/robust.py", line 24, in reconnect File "umqtt/simple.py", line 1...
by TGAlbertin
Sat Dec 18, 2021 4:27 am
Forum: ESP32 boards
Topic: ADS1256 + ESP32 WROOM 32D + ADXL377
Replies: 0
Views: 8551

ADS1256 + ESP32 WROOM 32D + ADXL377

Hi for everyone. I'm trying to use the ADS1256 module associated with an ADXL377. I looked for some algorithm that could be adapted to my project but I couldn't find it. I would like to ask you for your help to develop this algorithm together and have it registered here to help other people. My wiri...
by TGAlbertin
Tue Nov 03, 2020 3:47 am
Forum: ESP32 boards
Topic: Is there anyone mount Sdcard successfully on ESP32 ??
Replies: 14
Views: 21798

Re: Is there anyone mount Sdcard successfully on ESP32 ??

hey everyone! I'm working with a Esp32 nodeMCU made by Ai-thinker. With this code I could mount a microSD but has couldn't write or read nothing, could someone help me? import machine, sdcard, os from machine import Pin, SPI vspi = SPI(2, baudrate=80000000, polarity=0, phase=0, bits=8, firstbit=0, s...