Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Praveen Kumar P S

  1. P

    Arduino based blood pressure Monitor

    Hi, What about NXP MP3V5050 ?? I dont know how to convert the data from these sensors to systole and diastole. Please somebody explain how to do the calculation.?? Thank you from the datasheet of MP3V5050, https://www.nxp.com/docs/en/data-sheet/MP3V5050.pdf Full-scale Output (VFSO) = 2.8v...
  2. P

    Arduino based blood pressure Monitor

    Hello Guys, I need some help to design an arduino base blood pressure monitor. Please suggest a pressure sensor which can give atmost accuracy, other than Honeywell 015PDAA5. Please feel free to share the code for completed blood pressure monitor. Thanks in advance.
  3. P

    Trouble to make work gpio pin in freertos!!

    Add GPIOMSP432_P2_5 | GPIO_CFG_OUT_STD | GPIO_CFG_OUT_STR_LOW | GPIO_CFG_OUT_LOW, in GPIO_PinConfig gpioPinConfigs array of MSP_EXP432P401R.c. Then dd a name MSP_EXP432P401R_CUS_P2_5 in MSP_EXP432P401R_GPIOName enum declaration of MSP_EXP432P401R.h. Finally add add #define board_GPIO_P2_5...
  4. P

    Trouble to make work gpio pin in freertos!!

    Hi, I have gone through the same problem when working with gpio in msp432. If you want to configure any gpio pin in msp432, then you need to edit three files in your project. They are MSP_EXP432P401R.c, MSP_EXP432P401R.h and Board.h.
  5. P

    Convert MSP432 FreeRTOS Demo to Fresh empty Project.

    Dude, Its my bad!!! I was in a hurry and a little frustrated. Its has been weeks, I cant find a good tutorial to begin with. Extremely sorry for being rude..! Hope you wont mind !!
  6. P

    Convert MSP432 FreeRTOS Demo to Fresh empty Project.

    Is that a threat or are you being arrogant ?? Go ahead!
  7. P

    Convert MSP432 FreeRTOS Demo to Fresh empty Project.

    Dude, Whats the point ?? Thats not our concern. We are here because, we need some help, the faster the better. If you want users to return, you have to be faster. Again, thats not our concern. Either you can help or stop complaining..!
  8. P

    Convert MSP432 FreeRTOS Demo to Fresh empty Project.

    Hello Guys, I recently started to learn RTOS. I need help to modify MSP432 freeRTOS demo project to a fresh Project or Create a new freeRTOS project for MSP432. I use Code compiler studio from Texas Instrument. I searched all over the web, but no luck. Please help me guys!!! Thank you
  9. P

    My first project is encountering some problems

    Hi, It seems like the random number is due to the noise in the adc channel. The other segments are still glowing because the delay between switching the segments may be greater than 30ms.
  10. P

    [SOLVED] PIC18F4550 RTC interfacing

    Hi, I am not sure, but I think the above warning occur when you connect any other (Non I2C) peripherals to SCL line, other than pull ups.
  11. P

    [SOLVED] Logic to print text in SSD1306.

    Hi, Thanks for the replay. Yes, I am able to turn ON/OFF the pixels. Thanks to datasheet. could you please be more specific on lookup tables.. Its something new to me.. Here is my code: #include <xc.h> #include <stdint.h> #define _XTAL_FREQ 16000000 //20 for the Delays void...
  12. P

    [SOLVED] Logic to print text in SSD1306.

    Hello Guys, I was writing a program for my SSD1306 oled display from scratch without any third party. I have successfully initialized the display. But I dont know the logic to turn on the pixels for a particular ascii character. I am stuck with the logic to print a character on...
  13. P

    [SOLVED] nrf24l01 beginner problems.

    nrf24l01 library issue. Hello guys, I am new to nrf24 wireless modules. I think i have to try it with Raspberry pi (Tx) and Arduino mega(Rx). But the problem is with the library. I want to program the Raspberry pi in python3 and arduino in C++. Is their any nrf24 library which has...
  14. P

    How to get PIR sensor HC-SR501 working

    Hi... The output will be high as long as you stay in front of the module. The module detects the infrared from your body, hence the output remains high. Keep yourself away from the module after setting the circuit.. cheers..:-D:-D
  15. P

    getting started with IOT

    Hello.. I think its too early for you to start with smartphones. First you have to deal with any Ethernet module or wifi module. The esp8266 wifi module is the best because of its low cost and small size. You have to learn to use the AT commands for these module. **broken link removed** After...

Part and Inventory Search

Back
Top