My favourite prototyping development board is Arduino Uno and Nodemcu #ArduinoUyir Because with these 2 board we can do most projects. Single Analog pin is the only problem with Nodemcu. That can be resolved by any other basic Arduino family development board. Both these two boards I fall in love
with hardware. Nodemcu's WiFi+Uno's digital/analog pins. Also using these two a begginer can learn almost everything in hardware.

Best posts made by rafitc99
-
RE: What's your favorite embedded/prototyping development board?
-
CODE-VID 19 -Kerala Police Cyberdome Online Hackathon
Kerala Police Cyberdome is conducting Online Hackathon โCODE-VID-19โ to find IT based innovative solutions that can help Police in the fight against COVID-19. Inviting tech-community across India to come forward and contribute to this mission. Showcase your Technical skills to Stop-Prevent-Contain the Pandemic. CODE-VID 19 envisages to find technology based innovative solutions for the Police to effectively contain corona virus for the benefit of society. The last date of submission of your idea and technical solutions is 29-03-2020. The best idea will be suitably rewarded.
Registration Link: https://forms.gle/PiJho8MsGkibVUgTA
-
What is Watchdog timer ?
What the situation while your micro-controller confused in an infinity loop
. Is there any case like hang or stuck your micro-controller while performing a task
. What are the normal troubleshooting method? Reset Button, Right? Is it practically possible to do press on a button all time ?
. So, What about a device to do this task ? sounds good. Cool...!
Read the full blog : https://makergram.com/blog/watch-dog-timer/
-
Amazon Alexa Challenge: Hack Club-India
The Challenge
Do you think you can come up with some interesting ideas revolving around Amazon Alexa? What if we could help you build that idea into a reality. Tell us about your idea and the best one wins an Amazon Alexa Echo Dot.
๐งฒ Bonus points for those solutions involving Covid-19 or promoting social-distancing.
Schedule
๏ธ
- Application - The application starts on 26th June 2020.
- Closing - The registration will end on 17th July 2020.
- Results - The results declared by last week of July
For Registration: https://alexa.hackclub.com/
-
RE: Nodemcu(esp8266) firebase connecting issue
@mhmdrameez I used that library before 6 Month ago and Worked fine. But now, it's not working. I think there are some issues with the library. Because there are somany open issues in GitHub Repo.
But while trying with Firebase ESP8299 Client library, which is listed on Arduino library manager it's worked fine for me. So, make a try using this library.
Library: Tools >> Manage Library > search for firebase esp8266
My output :
Firebase:
-
RE: Error While writing Library for Gy521
@salmanfaris forgot to call function
getAcData()
andgetGyData()
beforegoo.AcX
... -
Arduino powered products
Is there any commercial product which powered by ATMEGA328P with Arduino bootloader? Also, Is there any problem to use micro-controller in commercial products which using Arduino sketch?
-
RE: ESP8266 Restart while running ISR. [ESP8266 FreeRTOS SDK]
Update!!
I found the issue
I created a Queue inside Rgpio.cpp and called a Funciton from main.cpp to check data in Queue. That worked well!!Reference to the #commit .
-
Call for Makers: Virtually Maker Faire โ May 23, 2020
24 Hours of Presentations, Workshops, Demos, and Exhibits Across All Time Zones
Across the world, makers have responded to shortages of medical supplies and equipment with agile designs, adaptive distributed manufacturing, and community organizing. Virtually Maker Faire will be a stage to share the projects and learn from the people behind this extraordinary civic response.
Virtually Maker Faire will take place online through video sessions and an exhibit showcase on Make: Projects
Virtually Maker Faire Tracks
Community Organizing
- The organization of local distribution networks for pickup and delivery.
- Tools and methods used to manage volunteers and incoming requests.
- Creating awareness in government, industry and citizens; Funding models or lack thereof.
Learning and Teaching
- How are maker educators adapting to digital tools.
- Encouraging hands-on learning at home.
- Doing hands-on workshops and courses online.
- How to train more people to participate in the civic response.
Re-thinking the Future
- How the pandemic and our response to it is teaching us to think differently.
- How, where and why we do things.
- Sustainability. Food. Well-being.
Design & Production
- The development, rapid prototyping, testing, and deployment of shared * solutions. Specific projects and how they developed.
- How capacity to produce locally matters to the response.
- Iterating to meet needs and respond to feedback from health care work.
Making
- Necessity of DIY.
- Making for fun.
- To keep oneโs sanity.
- Social connections.
If youโve been involved in the civic response for COVID-19, we want to hear from you! Tell us about your projects, share whatโs going on in your community, tell us how your makerspace, FabLab, maker club or school is involved. Your stories and insight can help others. Get involved by organizing or leading a panel discussion, host a workshop or demonstration, share a presentation, or contribute a project.
-
RE: ESP8266 Restart while running ISR. [ESP8266 FreeRTOS SDK]
BaseType_t xQueueSendFromISR ( QueueHandle_t xQueue, const void *pvItemToQueue, BaseType_t *pxHigherPriorityTaskWoken );
I was trying to pass a pointer. That was the issue.
Reference
Latest posts made by rafitc99
-
NMCLI AP Mode config error | Connection activation failed: No suitable device found for this connection | Raspberry Pi 3 Model B Rev 1.2
I was trying to configure AP mode in Raspberrypi by using Network Manager. I'm using the below script. but it is throwing some errors.
Bash Script to set AP Mode
host="MyRPiAPMode" sudo nmcli con add type wifi ifname wlan0 con-name $host autoconnect yes ssid $host sudo nmcli con modify $host 802-11-wireless.mode ap 802-11-wireless.band bg ipv4.method shared sudo nmcli con modify $host wifi-sec.key-mgmt wpa-psk sudo nmcli con modify $host wifi-sec.psk "SomeRandomPassword" sudo nmcli radio wifi on sudo nmcli con up $host
Error ----
Connection 'MyRPiAPMode' (60965f2a-f510-48ef-afaf-0864242d0c06) successfully added. Error: Connection activation failed: No suitable device found for this connection (device eth0 not available because profile is not compatible with device (mismatching interface name)).
nmcli con (After script execution)
NAME UUID TYPE DEVICE Wired connection 1 9589ff1a-9923-3de3-a8a4-90b319661878 ethernet eth0 MyRPiAPMode 60965f2a-f510-48ef-afaf-0864242d0c06 wifi --
nmcli dev
DEVICE TYPE STATE CONNECTION eth0 ethernet connected Wired connection 1 wlan0 wifi unavailable -- lo loopback unmanaged --
I tried to make it availble via
sudo nmcli radio wifi on
But not working.this is the log
-- Journal begins at Sat 2021-08-07 09:28:21 IST. -- Aug 10 15:06:19 NWPI-b5b072 NetworkManager[16140]: <info> [1660124179.9816] audit: op="connection-update" uuid="60965f2a-f510-48ef-afaf-0864242d0c06" name="MyRPiAPMode" args="802-11-wireless-security.psk" pid=25120 uid=0 result="success" Aug 10 15:06:20 NWPI-b5b072 NetworkManager[16140]: <info> [1660124180.0902] audit: op="radio-control" arg="wireless-enabled" pid=25125 uid=0 result="success" Aug 10 15:06:21 NWPI-b5b072 NetworkManager[16140]: <info> [1660124181.4241] agent-manager: agent[641f99ab55d9691c,:1.692/nmcli-connect/0]: agent registered Aug 10 15:06:21 NWPI-b5b072 NetworkManager[16140]: <info> [1660124181.4281] audit: op="connection-activate" uuid="60965f2a-f510-48ef-afaf-0864242d0c06" name="MyRPiAPMode" result="fail" reason="No suitable device found for this connection (device eth0 not available because profile is not compatible with device (mismatching interface name))." Aug 10 15:06:52 NWPI-b5b072 NetworkManager[16140]: <info> [1660124212.0573] agent-manager: agent[70ee130ba0f26cd7,:1.696/nmcli-connect/1000]: agent registered Aug 10 15:06:52 NWPI-b5b072 NetworkManager[16140]: <info> [1660124212.0614] audit: op="connection-activate" uuid="60965f2a-f510-48ef-afaf-0864242d0c06" name="MyRPiAPMode" result="fail" reason="No suitable device found for this connection (device eth0 not available because profile is not compatible with device (mismatching interface name))." Aug 10 15:07:23 NWPI-b5b072 NetworkManager[16140]: <info> [1660124243.0370] agent-manager: agent[cc77ef461499c164,:1.700/nmcli-connect/0]: agent registered Aug 10 15:07:23 NWPI-b5b072 NetworkManager[16140]: <info> [1660124243.0414] audit: op="connection-activate" uuid="60965f2a-f510-48ef-afaf-0864242d0c06" name="MyRPiAPMode" result="fail" reason="No suitable device found for this connection (device eth0 not available because profile is not compatible with device (mismatching interface name))." Aug 10 15:07:41 NWPI-b5b072 NetworkManager[16140]: <info> [1660124261.8406] agent-manager: agent[79b01af218789b42,:1.702/nmcli-connect/0]: agent registered Aug 10 15:07:41 NWPI-b5b072 NetworkManager[16140]: <info> [1660124261.8446] audit: op="connection-activate" uuid="60965f2a-f510-48ef-afaf-0864242d0c06" name="MyRPiAPMode" result="fail" reason="No suitable device found for this connection (device eth0 not available because profile is not compatible with device (mismatching interface name))."
-
RE: ESP8266 Restart while running ISR. [ESP8266 FreeRTOS SDK]
BaseType_t xQueueSendFromISR ( QueueHandle_t xQueue, const void *pvItemToQueue, BaseType_t *pxHigherPriorityTaskWoken );
I was trying to pass a pointer. That was the issue.
Reference -
RE: ESP8266 Restart while running ISR. [ESP8266 FreeRTOS SDK]
Update!!
I found the issue
I created a Queue inside Rgpio.cpp and called a Funciton from main.cpp to check data in Queue. That worked well!!Reference to the #commit .
-
ESP8266 Restart while running ISR. [ESP8266 FreeRTOS SDK]
I'm trying to pass a value into Queue from Interrupt Service Routine(ISR) using
xQueueSendFromISR()
<-- ReferenceBut I'm getting this error and ESP restart immediately.
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled. Core 0 register dump: PC : 0x4021227c PS : 0x00000033 A0 : 0x4021c72e A1 : 0x3ffe8220
Here is the gpio interrupt example which I'm following.
Here is my code. I did some modification in this.
Check 70th line of this location.
static void main_power_isr_handler(void* arg) { xQueueHandle* main_q = (xQueueHandle*)arg; static main_q_payload_t msg; msg.hdr = E_MAIN_MSG_MAIN_POWER_STATUS; msg.bool_payload = gpio_get_level(GPIO_MAIN_POWER); //ets_printf("Someone Interrupted \n "); xQueueSendFromISR(main_q, &msg, NULL); //!!! THIS LINE }
-
RE: SIM800L is not working after disconnecting with PC
Thank-you @salmanfaris
It's solved.
Actually, It was my mistake. I didn't add a proper reset for MCU. -
RE: SIM800L is not working after disconnecting with PC
@salmanfaris When connecting with PC. It will work well.
-
RE: SIM800L is not working after disconnecting with PC
@salmanfaris At that time not receiving an actual message. Receiving a blank message.
-
RE: SIM800L is not working after disconnecting with PC
@salmanfaris Yes. I'm providing common ground. Resistors also working.
-
RE: SIM800L is not working after disconnecting with PC
@salmanfaris
Sorry, leave that part
Actually I was using("AT+CMGS=\"" +number+ "\"");
this part and passing number into the funciton. This different functions all are done part of debugging.just checking Is there any problem in string handling.