Search found 7 matches

by intelligadgets
2024年 Feb 19日 11:33
Forum: TuyaOS-Networked Device Development
Topic: Readings not updating in Tuya app
Replies: 5
Views: 1026

Re: Readings not updating in Tuya app

Thanks for your response..
Is there any link or document where I can find more details about data size in reporting and settings in tuya iot platform?

by intelligadgets
2024年 Feb 18日 20:14
Forum: TuyaOS-Networked Device Development
Topic: Readings not updating in Tuya app
Replies: 5
Views: 1026

Re: Readings not updating in Tuya app

Thank you.. I added the below in loop and the readings are getting updated in the Tuya Debugging Assistant software.. temperature = bme.readTemperature(); humidity = bme.readHumidity(); atmpress = bme.readPressure()/100; voc = bme.readGas()/1000; my_device.mcu_dp_update(DPID_BME680_Temp, temperature...
by intelligadgets
2024年 Feb 18日 18:07
Forum: TuyaOS-Networked Device Development
Topic: Readings not updating in Tuya app
Replies: 5
Views: 1026

Readings not updating in Tuya app

Hello, I created a product using Arduino Pro Mini and Tuya WRB3 WiFi and Bluetooth module.. Imam using BME680 environmental sensor. I am able to add the device in Tuya app and when I add it, I can see all the readings in the Custom Console which I created. However, the readings are not getting updat...
by intelligadgets
2024年 Feb 7日 16:59
Forum: TuyaOS-Networked Device Development
Topic: Looking for someone for MCU SDK Porting
Replies: 7
Views: 972

Re: Looking for someone for MCU SDK Porting

But how about the functions which are specific to my product (attached), which I added in the Tuya Platform?

by intelligadgets
2024年 Feb 7日 16:47
Forum: TuyaOS-Networked Device Development
Topic: Looking for someone for MCU SDK Porting
Replies: 7
Views: 972

Re: Looking for someone for MCU SDK Porting

So, should I be using the "start" from the "Examples" and then add the files (attached), to the same folder of the ino file and then upload it?
Sorry, I am confused..

by intelligadgets
2024年 Feb 7日 15:57
Forum: TuyaOS-Networked Device Development
Topic: Looking for someone for MCU SDK Porting
Replies: 7
Views: 972

Re: Looking for someone for MCU SDK Porting

Thanks a lot.. I will check connecting the debugging assistant. Regarding the library, I downloaded the Tuya_WiFi_MCU_SDK and when I try to compile he code in Arduino IDE, I get below errors #error "Please call uart_receive_input(value) in the serial port receive interrupt. The serial port data...
by intelligadgets
2024年 Feb 7日 15:30
Forum: TuyaOS-Networked Device Development
Topic: Looking for someone for MCU SDK Porting
Replies: 7
Views: 972

Looking for someone for MCU SDK Porting

I am trying to use an Arduino Pro Mini with Tuya WBR3 Wi-Fi & Bluetooth Module. I have already got my product functions defined in Tuya platform through someone from Fiverr. I have also purchased the module and the required hardware. I am looking for someone who can help me to get my Arduino and...