Priya Nadkarni
Member
- Member since
- Aug 28, 2012
- Last active
- Nov 15, 2016
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
798b0b67-25b8-43a7-ad59-43dfa8e8dad2
K. Fine. I'll do that.
-
#Threads
c9dfc2f3-a9cb-4f8b-8dc1-1769d462379a
Ya you are right. Its an Indian Model only. Thanks a lot!! I'll check out what other problem can be there. Thank...
-
#Threads
f758bedd-ec80-4663-a906-aeb4d5366303
No. We are sending signals from the device(which is powered with battery) to a laptop(which is powered using AC) via bluetooth. But...
-
#Threads
24449b02-60ed-4ee6-a116-d06b63bf1bf4
No its connected to a laptop thats using AC source. We are sending signals from the device(which is powered with battery) to...
-
#Threads
2ba635ec-ece4-49c2-b8f8-f2b5c09c944c
Its powered through a AAA battery. The bluetooth connectivity is just to acquire the EEG signals.
-
#Threads
fa0ed985-47f8-4f1f-b0a9-a9c0f60ed191
But does it effect wireless signals sent via bluetooth? Please let me know how i can use a frequency shifter for bluetooth...
-
#Threads
Problem using a 60 Hz specified wireless connected device in India
I am using a 60Hz EEG Acquisition device which was imported from the US. I am an Indian and the AC power...
-
#Threads
7b0b6826-decc-4b49-84ea-5aec6ba0c939
Thanx for all your suggestions. The college is providing us with ARM and we have to work on it only. The smart...
-
#Threads
Which one of these projects is best to work on?
My college has given me an opportunity to work on any one of the project given below: 1) Smart irrigation system using...
-
#Threads
84b1537c-97b6-4367-bfba-e5e1440a8181
Try using the gotoxy() function which takes x and y coordinates as parameters. The header file is <conio.h>. Hope that helps.
-
#Threads
b4eef406-41e8-46af-9843-cb422f285b4c
Oh k.
-
#Threads
7dc5fd7b-cdd6-4771-968e-3caf1cea4a02
For a beginner, 8051 microcontroller and embedded systems by maziddi and maziddi is a really good book. It has really good explanation...
-
#Threads
9de26c85-31ee-4ece-9784-2dd196b55889
How about cin(console input)? Its simple. Program- #include<iostream.h> int main() { int num; cin>>num; cout<<num*2; return 0; }
-
#Threads
022d2f6a-c0df-4f8b-b57d-d9390801115f
Thank You. That was really useful.😀
-
#Threads
2d619557-6a11-4fa1-8df0-44acf19059d3
Thanks a lot. Which of the softwares are better/advanced? ORCAD,KICAD or EAGLE or any other? Please suggest.
-
#Threads
5ee1e25b-e1ea-4a60-bee8-11a9aef280fd
Hi,I tried this code out in Borland C++ and it didn't show any error. Its just a concept of nested structure.
-
#Threads
PCB Design Software Training?Useful?
Hey, I am 3rd year E&C engineering student. I just wanted to know if the pcb design training is useful? I spoke...
-
#Threads
3dc4148d-8018-4259-910c-31acc74b9834
So C is the answer