Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Dear nordic guys, I'm developing with nrf51822.
I have one simple question.
My customer LG electronics wants to get the nrf master control pannel android app source code...
Hi
I am trying to modify my application so that it uses the latest version of softdevice (v2.0.0-8.alpha) instead of the current one I am using (v2.0.0-7.alpha). My application...
SDK: nRF5_SDK_11.0.0-2.alpha_bc3f6a0
Chip: NRF52
If I perform a TXTX transfer using the twi driver, it sends a repeated start/stop bit in between the two transmits. Is...
Hei,
I would like to compile ble_app_template example which is located in nRF5_SDK_v11 library. I get the following warning "Could not create/access path '._build' !" when...
Hi,
I'm using a timer to send message over uart.
Here is the initialization code:
err_code = app_timer_create(&m_uart_timeout_timer, APP_TIMER_MODE_SINGLE_SHOT, uart_timeout_handler...
I'm hoping this is just something silly that I've overlooked, but I'm running into an issue: Whenever I try to prompt the scheduling of a TWI transaction an error occurs ...
im using sdk10 softdevice 8.0.
on my app I configured #define APP_ADV_INTERVAL 1500 and I noticed that when I activate Dfu service (activate notification on last service...
hello,
I am trying to direct advertisement on NRF51822 board.When giving the peer address i am confused that how to specify the address type of the device, whether BLE_GAP_ADDR_TYPE_PUBLIC...
Hello,
I made 10 custom board with nRF52 rev C, epson 128FA 128 32 MHZ, epson FC 135 32,768 KHz
I have some difficulties to get crystals working.
10 of the CPU run...
Hello!
I've developed a board with NRF8001 module mounted on it. Antenna on the board is much longer than in reference designs, so I can change the length. I also can add...
We been developing device based on NRF 51822 (NRF51822-CFAC-R) (62-UFBGA, WLCSP).
We plan to use 2032 battery, and need at least one year of autonomous BLE work, our device...
Hi,
As discussed here a way to advertise each 20msec is changing the mode to BLE_GAP_ADV_TYPE_ADV_IND. This is a connectable mode and assume we do not want a connection...
why I debug the project ble_app_hrs_rscs_relay in SDKv10\ble_central_and_peripheral\ , it can not go to main(), always stay on first,I do not change anything, it compile oK...
Hello,
When I restart my application with debugger, i have strange IRQs called (TWI, ...) before init. Possibly IRQ still active and debug don't touch them.
Can I disable...