- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
I am having problem reading DHT11 sensor and sending data to mobile app using PSoC 063 BLE Prototyping kit and Modus Toolbox software, when reading data normally the sensor works fine, but when I proceed send data to mobile app according to me my DHT11 sensor is not working, it just send data I preset in declaration.
Here is my program in the link below
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My problem is that when using separate sensor reading program, the sensor works properly, but when combining reading DHT11 sensor with sending data via mobile app, the sensor is not working properly, the data is not working properly. sent is just the variable I preset in the declaration. I have tried all the ways that I know and can do but still can't succeed.
Thank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Communication ,
Please go through the Interfacing DHT-11 with PSoC 6 app note.
Warm Regards,
Gautami J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My problem is sending DHT11 data read from PSoC kit to mobile application, when I proceed to send data, DHT11 does not work.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Communication ,
If you directly send data from BLE to the terminal using the UART protocol without a mobile app. Are you able to get output properly?
Warm Regards,
Gautami J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Without using the mobile app I can still read the data of the DHT11 sensor normally, but when I send the data the DHT11 doesn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If I send data from BLE to terminal directly using UART protocol without mobile app. I can still get the correct output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you know what the problem I am having?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You mentioned exactly what I was having
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Communication ,
As you said via dht11 sensor data send to app getting issues. Regarding that we are also doing one project as that data we are trying to send to server/application. Are you able to find out any solution. By the way which code language your using for configure with firmware code. we are using PHP Code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What program do you mean?
The program I'm working on is sending data to a mobile app. I am using the sample library DHT11 that Gautami_12 provided above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yeah that's about firmware code only but through firmware code we configure with mobile app for that which code language you configure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What do you mean? I do not understand you? How can do it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you please confirm one thing, you did code for DHT11 Sensor that data need to send or operate we can see in mobile application right, for that application did using one of the code language right what is that code language used for done mobile application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You don't seem to understand the problem I am referring to, I write a program to read DHT11 and successfully read DHT11 print the value to the UART terminal, but when sending DHT11 data to the mobile application, it fails to send, I can still display other values on the mobile app normally. The code language used for the complete mobile app you say, what is it? I do not really understand.
Thanks!