Inputing an analog signal and sending it through ble

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I am new to PSoC and tring to do a project where i need to input an external analog signal into the psoc digitize it using an ADC and then send it through Ble. Can someone guide me.

0 Likes
2 Replies
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Here is the code which reads ADC value from pin no P2.4 and transmits the value via BLE..

   

I used temperature profile for sending the ADC value read from pin no P2.4...The value is being sent in the 1st byte.... Use nrf master control panel to see the value which is being recieved...the code is written in such a way that the value is being recieved every 5 sec.....

0 Likes
Anonymous
Not applicable

thank you. Can you tell more about the purpose of  the UART, WDT, and SW2 in this code

0 Likes