I am planning to develop bluetooth low energy application. especially for receiving adtertized data by other bluetooth devices. is there any bluetooth device i can program easily?
explorador
5:17 pm on Sep 22, 2020 (gmt 0)
sheikh: I am planning to develop bluetooth low energy application. especially for receiving adtertized data by other bluetooth devices. is there any bluetooth device i can program easily?
I don't understand what you mean, or what that word is about, advertise? V far from T... I don't know.
Anyway while I don't understand the specifics, regarding Bluetooth you might want to try Arduino. It's easy to code useful stuff, you can add Bluetooth (master/host), you can also add Ethernet/Wifi to keep it connected to the web and send data to some server, or also store the data on memory or write it down to SD card memory.
What's neat on the Arduino platform is, you can develop many projects on any Arduino (Uno, Leonardo, Nano or Arduino Micro), each one has diff size and energy consumption, but you can also migrate many projects to smaller size alternatives like the atTinyxxx chips and get even lower energy consumption levels.
Other than that, RaspBerry and alike alternatives.