Nordic Semiconductor provide Node.js library to handle the Bluetooth connection between Thingy:52 and Raspberry Pi or any other Linux based systems. # Installation Download Node.js Armv7 for Raspbian and Binux Binaries (x64) for for Linux system Check Node.js and npm version node -v npm -v Install noble-device npm install noble-device Install thingy52 package npm install thingy52 Install node..