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...
I got a Thingy:91 back from a student who managed to kill the USB-DFU bootloader.
When connecting a USB cable the host doesn't recognize anything connected.
I tried...
Hello every body,
Can i ask a question:
Does NRF52810/NRF52811 chip set support BLE_central mode?
I try to convert example code from "ble_app_blinky_c, pca10056" to...
Hi, would it be possible for someone to create a well-structured guide/tutorial on how to include PDM support into Zephyr with an example of using a simple PDM microphone...
Can you let me know if overdriving (sinking too much current) will damage the IC.
I have a LED connected through a 5 Ohm resistor to a GPIO. It is set to sink the current...
Hello,
Im working on a project that will require us to be able to update the nrf52 (which is providing BLE services to a host MCU) via a custom over-the-air update mechanism...
Hi
I'm working on a solution with 2 battery powered BLE devices: one is a peripheral device, the other a central. Mostly the devices will be advertising and scanning, not...
Hello,
I am trying to compile my project, which includes a library file (.a). I get multiple errors about "undefined reference". See image:
.a-file in project tree ...
Hello:
I'm evaluating the nRF9160-DK and trying the asset_tracker application (nRF Connect SDK1.4.0) with Segger v5.20b, and log messages don't show up in Debug Terminal...
Hello:
I'm evaluating Thingy:91 (nRF9160) and I was able to download asset_tracker application using MCUboot DFU without problems. Everything fine.
Now, I wanted to try...
hi, I am using nrf9160dk. I want to send some data to the server via MQTT and also I want to test nrf cloud
I installed nrf connect SDK toolchain and generated some projects...
Hi to everyone, i will try to explain everything in detail.
I developing a product that is currently in the pre-production stage, and im having some issues with voltage...
Hi,
I was testing the BLE_GATTC_EVT_WRITE_CMD_TX_COMPLETE event and I did trigger the event but i was wondering if that it's normal that It triggers after I send all my...