Is there any difference between Arduino nano 33 BLE Sense and Arduino nano 33 BLE Sense Lite?
I needed to buy Arduino nano 33 BLE Sense - but it is everywhere out of stock. So I have bought " Arduino Tiny Machine learning kit", which part should be Arduino nano 33 BLE Sense. But when I opened a box, there is the Lite version.
There is no info about the Lite version on the Internet.
The Arduino Store has this note about the Nano BLE Sense in that kit.
*For us to be able to have this kit back in stock we produced a Nano 33 BLE Sense without the HTS221 sensor (temperature and humidity), this change does not affect this kit’s usage and/or content experience. This board is fully compatible with the kit’s documentation.
Perhaps that is what is being referred to a the "Sense Lite"
Hi, thanks for your answer.
That is a good fake. Acording to a description, there should be a Sense type. The Sense type has a H/T sensor. But in fact there is a Sense Lite type without the H/T sensor. I know, there is a star mark. But in fact there is no Sense type, there is a Sense Lite type.
IMHO - if I sell something, where I use Sense Lite, I should write it in a description. Not, that I sell Sense and in fact there is Sense Lite.
At the moment Arduino does not produce BLE Sense but the new BLE Sense Lite , which does not have onboard HTS221 temperature and humidity sensor , but rather has LPS22HB pressure sensor , that can also be used to read temperature. This means that, it is technically possible to sense temperature with the board (but not humidity) as shown in the examples of the LPS22HB sensor library.