Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
Re: Device i2c address 0x57 and 0x5f?
I completely replaces i2cbb.c, unless you want to keep some i2c bitbanging for the Si5351A (are they in the same i2c bus?). What exactly is your setup in the DE? The RTC is in a different i2c bus than the Si5351A?
toggle quoted message
Show quoted text
- Rafael On 8/23/23 13:19, Evan Hand wrote:
Hello Rafael, |
Re: Device i2c address 0x57 and 0x5f?
Hi Evan,
toggle quoted message
Show quoted text
I did here. Use this as reference: On 8/23/23 10:54, Evan Hand wrote:
Hello Gyula, |
Re: Device i2c address 0x57 and 0x5f?
I just removed fake_hwclock package here.
toggle quoted message
Show quoted text
On 8/23/23 01:57, Mark Erbaugh wrote:
|
Re: Device i2c address 0x57 and 0x5f?
Hello Gyula,
Thank you, I can read the pdf.? If I understand correctly, to make it work on the sbitx, you would need to modify the sbitx code to remove the i2cbb.c code and change the calls to the second hardware-based i2c bus in addition to adding the config.txt change. I will try implementing the system based i2c-2 on my test RPi and see how it works.? If successful, I will look at the changes required to implement on my DE. Thank you again! 73 Evan AC9TU |
Re: ubitx
According to the photo it's 160-10M Maybe the owner fitted a 160M LPF to use it on Tx. You can receive on 160 but you need a LPF to Tx. On Tue, Aug 22, 2023 at 2:37?PM Don Trinko via <dontrinko=[email protected]> wrote: anyone know about this? I have it coming from ebay.? tnx Don w8ptb |
Re: Device i2c address 0x57 and 0x5f?
¿ªÔÆÌåÓýVery interesting!!!Gordon Kx4z? On Aug 23, 2023, at 03:25, HA3HZ <gyula@...> wrote: |
Re: Device i2c address 0x57 and 0x5f?
The bit-banged RTC is available to the system and can be used to set the system clock at boot by adding a line to /boot/config.txt.
|
Re: Edit the Log
Correct. sBITX stores the log info in an sqlite database.? The sqlite browser mentioned here /g/BITX20/topic/99777967#103269 will let you view and edit the log database.
The python tool mentioned will query the log database and write out the log in a ADIF format file that you can load into another logger, including LOTW. -- 73 ??? Bob? KD8CGH |
Re: Edit the Log
¿ªÔÆÌåÓýI believe the log is not a discrete ASCII file log, but is instead kept inside the sqlite database.? the "log tools" mentioned likely provide a convenient interface to manage those tables in the database.
On 8/22/23 09:58, Bob wrote:
I know just enough about Linux to be dangerous. Here is my question. Is there a log file that I can go in and correct my log? I'm sorry if I'm being ignorant about this stuff, but it's only because I am. Would really appreciate some help. |
Re: File /uBITX_6_N8ME_2_VU3GAO_Mods.zip uploaded
#file-notice
I'm glad it worked out !? ?So I just wonder, are there any unique features of the N8ME software that you find particularly useful or better that the other versions that you have tried ?? ?
|
Re: File /uBITX_6_N8ME_2_VU3GAO_Mods.zip uploaded
#file-notice
Tibor Lakati
Rolan, I uploaded the file and it is working OK, sidebands are displayed correctly. Thanks again.?
Tibor Lakati HA8SLT |
Re: IW2NDH Panadapter Kit for uBitx
Sam,
thanks! ?That is very reasonable. You can¡¯t get a reasonable RF switch for less than $50. One more question, ?so this includes a processor for the display? I had assumed that there was a raspberry pi somewhere but not likely at that price point¡ 73 Mark -- AJ6CU KD8CEC 2.0, Nextion Screens,? and open source uBITX Raduino boards for Arduino IOT, BLE, RP2040, Teensy 4.0, and Raspberry Pi Pico https://github.com/aj6cu |
Re: Device i2c address 0x57 and 0x5f?
Rafael,
I have connected an RTC module and an ATTiny85 programmed with the SWR/PWR sketch from Ashhar Farhan to a stand-alone RPi 4 connected on the default i2c bus.? When I run the i2cdetect, I get three addresses: 08 = SWR/PWR meter 57 and 68 = RTC I confirmed by removing the RTC and SWR/PWR devices independently.? Since I do not have the RPi in the sbitx, I do not get the 60 address for the Si5351. I do not know what the 5F address is. When I run i2cdetect on the sbitx, with the sbitx program running in the background, I get only the WM8731 codec. How are you using the i2cdetect on the sbitx?? The Si5352, RTC, and SWR/PWR are on a separate bus that is a bit banged bus in the sbitx program.? I do not believe it is available without the sbitx program running and not available to the system-level devices, only the sbitx program. 73 Evan AC9TU |