Hey,
I am trying to get energy sensing data from ATM90E26 IC using SPI to raspberry pi zero using wiringPiSPI library.
Does anyone have already implemented library for raspberry pi zero?
Hey,
I am trying to get energy sensing data from ATM90E26 IC using SPI to raspberry pi zero using wiringPiSPI library.
Does anyone have already implemented library for raspberry pi zero?
Hello , I enabled uart port of rpi using the below link and it was working fine in 9600 baud rate. https://community.particle.io/t/tutorial-enable-gpio-serial-on-rpi-3/30194 I used the below line to initialize the uart port in 9600 baud rate int fd = serialOpen("/dev/ttyS0",9600); I am using Uart to...
ahh sorry. I didn't include the whole program. I think just solved the issue. I think that it is a pen drive formatting issue. When I formatted the pen drive in Windows OS using fat32 it worked. I will test it again and comment on that.
Hello, I mounted USB pen drive to raspberry pi zero and it is detecting in /media/pi. I can make a text file using command prompt in the pen drive but I cannot make a text file using a binary file. In the C code I have given the path to pen drive (/media/pi/USBpen) correctly, but it is giving segmen...
If I follow the exact same procedure in the above link, it should work for Raspberry pi 3 also right?
Because I tried the exact same link with Raspberry pi zero and it worked properly.
The access point was setup. It was showing the 2 arrows in the Desktop. And I could see the AP using other devices also. But when I was trying to connect to it, it said that failed to obtain IP address.
Is this something wrong with the DHCP server setup?