Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Sobakava

  1. Sobakava

    High Precision Programmable Current LED Driver

    Hello All, I need to design current stabilized LED drivers. (Requiring very low noise, low thermal drift of LED currents) Main supply voltage is 15V dc LED currents are about 500mA each. I also need to adjust the LED currents btw 200 .. 600mA individually for each channel. I can use DAC...
  2. Sobakava

    RF Amplifier IC for NRF9E5 / NRF90

    I need to extend the range of my design based on NRF9E5. I found this on dealextreme: **broken link removed** anyone has an idea of what is rf power amplifier on this board? could anyone recommend a tested rf power amplifier IC for NRF9E5/NRF905 (868MHz) ?
  3. Sobakava

    NRF9E5 External Interrupt Issue

    Here is the solution from myself as a future reference to who faces with the same issue: Nordic replied my support case. The problem was, NRF9E5 INT_0 and INT_1 external interrupts should be configured using P0_ALT register. If P0.3 and P0.4 pins are configured as I/O, they don't generate...
  4. Sobakava

    NRF9E5 External Interrupt Issue

    I'm trying to detect external interrupts using NRF9E5 / 8051 core RF transceiver microcontroller. Development environment is Keil C51 At first I was confused with ISR declarations: void INT0_ISR( void ) interrupt 0 //0x03{ // Ext INT0 handler } void INT1_ISR( void ) interrupt 2...
  5. Sobakava

    How to solder Nordic NRF2401 , NRF24Z1?

    nrf2401 qfn24 here another one is available: **broken link removed**
  6. Sobakava

    Strange Behaviour or WinARM with LPC2148 (delay_ms function)

    delay_ms Hi I needed to create a simple delay subroutine by using dummy loops. I found some calculations and tested/working codes for LPC2148 on the net. Three of them are: void delay_ms(long int ms) { long int i, j; for(i=0;i for(j=0;j<6553;j++); } OR void delay_ms(unsigned long int...
  7. Sobakava

    PIC18F452 Hangs when GIE set in Specific PCB

    may be - you forgot to clear interrupt event bits before returning interrupts. For instance if you defined a timer interrupt and if timer overflowed and caused and interrupt, interrupt mechanism sets lets say, TMR0IF bit. After you finish with interrupt handler, and if you don't clear this...
  8. Sobakava

    Real Time Scheduler Implementation ( Preemption Question )

    scheduler implementation Hi all, I'm implementing a Real-Time Task Scheduler using NXP LPC 2148 ARM7 CPU using GCC-Winarm. The scheduler will be Rate Monotonic ( tasks with shorter periods have higher priorities ) and pre-emptive. I already implemented rate-monotonism but I've problems with...
  9. Sobakava

    Interface graphic LCD S1D15G00 and ARMLPC2148

    how to interface graphics lcd https://www.sparkfun.com/Code/Nokia_LCD_driver.zip Sparkfun has a working examplefor LPC2148and S1D5G00. You can check it from their website
  10. Sobakava

    Which RTOS to choose for LPC2148

    lpc2148 rtos kernel you can use Freertos + LPC2148 under windows too using WinARM. Try google. There are ready-to compile projects uses FreeRTOS + LPC2148
  11. Sobakava

    GLCD PCF8833 with ARM LPC2148

    glcd arm you should describe your problem exactly. so people can help you.
  12. Sobakava

    Serial Communication - 10KM range

    Edit after I got price quotation for wires and wire mounting service costs :) : I want to do this with wireless communication. The points are not in line of sight, there is a small peak between nodes. How can I form reliable wireless serial communication between those two points? 9600bps is...
  13. Sobakava

    Serial Communication - 10KM range

    I need to form a serial communication between two points and looking for a solution. First I thougt convert my uart Rs232 to RS485 but this is limited with 1.2KM without repeaters. I can not use repeaters because the wires will be buried into ground with a pipe with 2.5m radius. I also...
  14. Sobakava

    Two PICs with single crystal

    How should I wire the connections if it's possible to clock two microcontrollers from the same crysal?
  15. Sobakava

    Bluetooth Handsfree Implementation

    I've a design on ARM9 core running Linux on it. I need to implement Bluetooth handsfree feature in this design. I don't want to use an USB Bluetooth dongle. I need to let it work "on-board" I seen some single chip solutions but they are expensive. It should be as cheap as an usual BT headset...

Part and Inventory Search

Back
Top