Hello.I working on a weather station with bluetooth. In my project there is a receiver and a transmitter. In transmitters codes I have the always same error (primary expression error)
I'm using HC05 and DHT sensor. I think I wrote codes true but I always have the same error.
Could you help me with doing the transmitter and receiver codes?
(Codes are in the attachment)
("sketch_may14a" is transmitters, "sketch_may14b.ino" is receivers codes)
(I'm using arduino Uno and version 1.8.5)
Please follow the advice in Read this before posting a programming question and post them here. Many people read the forum on portable devices and cannot download attachments to examine them
Are BOTH sketches getting the same error? If so, I would guess a bad SoftwareSerial library.
If only the transmitter is getting an error, I would guess it's the 'dht' library. I don't know which one you are using so I can't compile that sketch. The receiver sketch compiles without error for the Arduino UNO.