Search found 13 matches

by karlbaker
06 Feb 2021 01:08
Forum: Z-Uno
Topic: Release of Z.Uno - Gen7
Replies: 39
Views: 26246

Release of Z.Uno - Gen7

Hello,

Is there any update on a release date of the Gen7 version of the Z.Uno?

Thanks,

Karl Baker
by karlbaker
21 Mar 2020 22:12
Forum: Z-Uno
Topic: Compiling for Z.Uno throws error
Replies: 7
Views: 12248

Re: Compiling for Z.Uno throws error

Hi PoltoS,

Could you tell us when Z.Uno 7 will be available?

Also, which version of the SDCC compiler is in use today?

Just a little curious.

Thanks,

Karl Baker
by karlbaker
16 Mar 2020 18:44
Forum: Z-Uno
Topic: Compiling error thrown
Replies: 3
Views: 7826

Re: Compiling error thrown

Hi PoltoS,

Please see attached adapted files.

I'm probably missing something very basic to C++ development, and don't have enough experience to catch what needs to be done.

Thanks,

Karl
by karlbaker
13 Mar 2020 23:15
Forum: Z-Uno
Topic: Compiling error thrown
Replies: 3
Views: 7826

Compiling error thrown

What is the compiler trying to tell me with this error message? error: uCxx:Can't find method __cxx__ZUNO_TSL2591__init01rZUNO_TSL2591 for object tsl of class ZUNO_TSL2591 I have created the class for the lumina sensor and am not understanding what the compiler is trying to tell me. Thanks, Karl Baker
by karlbaker
09 Mar 2020 11:59
Forum: Z-Uno
Topic: Compiling for Z.Uno throws error
Replies: 7
Views: 12248

Re: Compiling for Z.Uno throws error

Hi PoltoS,

Thanks for the update. Is there any intention of support being built into the compiler?

Thanks,

Karl
by karlbaker
08 Mar 2020 14:30
Forum: Z-Uno
Topic: Compiling for Z.Uno throws error
Replies: 7
Views: 12248

Compiling for Z.Uno throws error

Hello, I am attempting to modify the Adafruit library for a VEML6070 sensor to get the library to compile and run on a Z.Uno device. The .h file I am adapting has the following code to create a C++ union: typedef union { struct { uint8_t SD:1; uint8_t :1; uint8_t IT:2; uint8_t ACK_THD:1; uint8_t ACK...
by karlbaker
09 Feb 2020 23:56
Forum: Z-Uno
Topic: BMP280 not showing results
Replies: 7
Views: 8807

Re: BMP280 not showing results

Hi PoltoS, I finally figured out what was wrong, my soldering is not the best, so I re-soldered the sensor and now am receiving barometric pressure. My next step is to add the barometric pressure as an additional channel to send as an unsolicited report. I'm testing along the way, and am adding the ...
by karlbaker
07 Feb 2020 21:29
Forum: Z-Uno
Topic: BMP280 not showing results
Replies: 7
Views: 8807

Re: BMP280 not showing results

Hi PoltoS, Here's another update: I saw that my code was not completely correct, and fixed it. I now recive the message: 19:16:43.197 -> Temperature: 17.75 °C 19:16:43.197 -> Could not find a valid BMP280 sensor, check wiring! At least this is some progress, but not what is wanted. I have wired the ...
by karlbaker
07 Feb 2020 20:16
Forum: Z-Uno
Topic: BMP280 not showing results
Replies: 7
Views: 8807

Re: BMP280 not showing results

Hi PoltoS, Sorry for not getting back sooner, was traveling this week. First, looking at https://z-uno.z-wave.me/reference/ I saw that true is a keyword. But, I also tried the approach you mentioned using if (foundBmp) { In the serial output I do not see the exception Serial.println("Could not ...
by karlbaker
03 Feb 2020 20:19
Forum: Z-Uno
Topic: BMP280 not showing results
Replies: 7
Views: 8807

Re: BMP280 not showing results

Hi PoltoS, I have added the channels to the sketch, but that was no help. I also have a DS18B20 already attached to pin 11, and it has been working fine. The BMP280 sensor I added for the first time over the weekend for testing. The Z-Uno is fining the BMP280 sensor, but no values are being returned...