I am new to Arduino IDE software and I have problem coding for RedBearLab Blend Micro V1.0.
I need to convert continuous analog signal (ECG signal) to digital signal and transmit the digital signal via bluetooth to arduino uno (which will be connected to the computer with usb cable).
May I know where can I get basic coding to do the above function?
Does that mean I can actually use the example code in Arduino IDE to digitize the signal?
How can I incorporate coding for Bluetooth transmission to the Arduino uno connected to the computer?
That is avery simple program, but it represents what you need to do. You need to decide how often you want to take samples. There is a lot of theory about that which has nothing to do with Arduinos. I think 2 times the wave frequency is considered a minimum, so may 4 times would be a suitable balance between accuracy and data volume.
Treat the Bluetooth issue as a separate project to start with. Get your Bluetooth device and learn how to send "hello world". In fact Bluetooth is just serial by wireless.