PSoC™ 6 Forum Discussions
Hi, my project is to build a dog tracking device using GPS. A mapped out
area (my college) will be the co-ordinates. if the tracker leaves the
designated area, a message will be sent to my phone.
Show LessHi, I am a 4th Year Student studying Embedded Systems. My Project for the year is to Design and Build a "Pet Location System using GPS". What PSoC microcontroller should I use and what way would you approach attacking this project if anyone has past experiences.
Show LessI have tried all of the following function calls and never receive a callback for any of the corresponding events. Is this a known issue?
Cy_BLE_GATTC_FindIncludedServices();
Cy_BLE_GATTC_StartDiscovery();
Cy_BLE_GATTC_DiscoverPrimaryServices();
Cy_BLE_GATTC_DiscoverPrimaryServiceByUuid();
Show LessIs possible to do this line of code using just a DMA.
aBuffer[ADC_SAR_1_GetResult16()]++;
Basically want to take the value returned from the ADC and use it as a destination index and then increment a word in an array to create a histogram in the that array.
Very new to the psoc but thought maybe with all the extra built in hardware logic something like this could be done.
Thanks
David
Show LessLooking forward to the PSoC 6 launch!
Would be great if we can see support for a 100% command-line tool chain that doesn't depend on Windows (nor virtual machines).
Would be great to see this option in the near future as I believe it will make these parts more attractive to open source RTOS'es & a much wider audience.
best /david
Show LessWe would like to start upgrading a custom board from PSoC 4 to PSoC 6 104 MSCP. Currently we do not feel comfortable doing that without a full reference design, sample BOM included. Is something like this available?
Best,
Nick
Show LessToday I downloaded and installed Creator 4.2 and the PSoC6 examples and here is my first question:
In the CE220335:BLE_Eddystone project the main loop is the same for M0 and M4 CPU:
for (;;)
{
/* Cy_Ble_ProcessEvents() allows the BLE stack to process pending events */
Cy_BLE_ProcessEvents();
Cy_SysPm_DeepSleep(CY_SYSPM_WAIT_FOR_INTERRUPT);
}
My question is: Why do both CPUs handle the ProcessEvents API and which CPU handles which events???
Bob
Show LessHello PSoC 6 Early Adopters!
I am pleased to announce that as of today, the PSoC 6 BLE Pioneer Kit (CY8CKIT-062-BLE) is available to Pre-Order at Cypress’ Distribution Partners! Be the first to get your hands on the highly anticipated Development Kit for Cypress’ PSoC 6 MCU: Purpose-Built for the IoT.
Develop Groundbreaking Designs for the IoT
PRE-ORDER NOW: PSoC 6 BLE Pioneer Kit
The PSoC 6 BLE Pioneer Kit (CY8CKIT-062-BLE) includes:
- CY8C6347 ARM® Cortex®-M4/M0+ dual-core PSoC 6 with Bluetooth 5.0 compatibility
- On-board 512Mb Quad-SPI NOR Flash memory
- On-board EZ-PD™ CCG3 USB Type-C Controller with Power Delivery
- Rechargeable Li-Po battery support
- CapSense® touch slider, buttons and proximity sensors
- On-board programmer/debugger (Kitprog2)
- Super-capacitor for backup power
- Arduino® UNO v3 Shield headers
- 2.7-inch E-ink Display Shield (CY8CKIT-028-EPD)
Pre-Orders Available Now at Cypress’ Distribution Partners:
http://uk.rs-online.com/web/p/radio-frequency-development-kits/1367817/?sra=pmpn
Show LessIn http://www.cypress.com/documentation/software-and-drivers/peripheral-driver-library-pdl
You suggest: "Download a beta version of PDL 3.0.1 on the PSoC 6 Community today (cypress.com registration required)!"
Where it is?
Show Less