Skip to content
Logo Theodo

Articles from Rohan Samuel

Communicating with BLE devices with Expo mobile apps

Rohan Samuel10 min read

Person with a phone with blue waves coming out of it.

In this article, we will be understanding what BLE (Bluetooth Low Energy) is, the use cases for BLE, how the GATT profile defines how BLE devices communicate with each other, and using these concepts to build a React Native mobile…

Continue reading →

Creating a Controlled Form with React Hook Forms

Rohan Samuel14 min read

React Hook Form

React Hook Forms is a form library for React applications to build forms with easy to configure validation through the process of calling hooks to build form state and context. React Hook Forms serve as an alternative to another popular…

Continue reading →