This demo shows how to use the P3T1755 on board temperature sensor, as well as the Accel4CLick and HeartRate4Click click boards on the Mikroe header, and send their data over wifi to an HTTP server which you can see using any device that can connect to the FRDM-RW612 Access Point.
This demo uses the monolithic WiFi configuration so the user does not need to load the WiFi Firmware manually.
- MCUXpresso IDE v11.9.0
- FRDM-RW612 SDK (SDK_2_16_100_FRDM-RW612)
- FRDM-RW612 Sensors over Wi-Fi with http server demo projects
- First connect your click board to the MikroE header on the FRDM board using the GND pins as reference (not needed for the temperature example).
- Open the project file of the sensor you want to test.
- Connect your FRDM-RW612 board to your computer with the MCU link USB-C connector.
- Build and flash the selected project to your board.
- Run the example and open a serial terminal
- Connect a device to the RW612 AP with the given SSID and Password, open an internet browser and type the IP given on the serial terminal.
* Port: COM Port of your device
* Baudrate: 115200
* Data: 8 bit
* Parity: none
* Stop bits: 1 bit
* Flow control: none
The IC marked blue is the on board temperature sensor P3T1755.
If everything was done correctly you should now see the sensor data both on the serial terminal and on the webpage shown in your connected device.
You can change the SSID and password of the AP in source/main.c
#ifndef AP_SSID
#define AP_SSID "RW612_AP"
#endif
#ifndef AP_PASSWORD
#define AP_PASSWORD "0123456789"
#endif
No FAQs have been identified for this proyect.
Provide URLs for help here.
Questions regarding the content/correctness of this example can be entered as Issues within this GitHub repository.
Warning: For more general technical questions regarding NXP Microcontrollers and the difference in expected functionality, enter your questions on the NXP Community Forum
Version | Description / Update | Date |
---|---|---|
1.0 | Initial release on Application Code Hub | April 28th 2025 |
NXP, the NXP logo, NXP SECURE CONNECTIONS FOR A SMARTER WORLD, Airfast, Altivec, ByLink, CodeWarrior, ColdFire, ColdFire+, CoolFlux, CoolFlux DSP, DESFire, EdgeLock, EdgeScale, EdgeVerse, elQ, Embrace, Freescale, GreenChip, HITAG, ICODE and I-CODE, Immersiv3D, I2C-bus logo , JCOP, Kinetis, Layerscape, MagniV, Mantis, MCCI, MIFARE, MIFARE Classic, MIFARE FleX, MIFARE4Mobile, MIFARE Plus, MIFARE Ultralight, MiGLO, MOBILEGT, NTAG, PEG, Plus X, POR, PowerQUICC, Processor Expert, QorIQ, QorIQ Qonverge, RoadLink wordmark and logo, SafeAssure, SafeAssure logo , SmartLX, SmartMX, StarCore, Symphony, Tower, TriMedia, Trimension, UCODE, VortiQa, Vybrid are trademarks of NXP B.V. All other product or service names are the property of their respective owners. © 2021 NXP B.V.