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...
Hi.
I use latest version of sdk and mesh. I run co-exist example as client and server in switch-light example as server. in client side i have add group address as you have...
Hello:
I had the Thingy91 (nrf9160) configured and working, but after a while, I tried to test it again, and I started seeing these errors:
- When using the LTE Link Monitor...
Hello,
I am working with DFU in the nRF Connect App and its working fine. Now I want to switch to the Android-DFU-Library and I always get "DFU CHARACTERISTICS NOT FOUND...
Hello,
I am currently using mqttsn publisher exams with keep allive time of 30 seconds, so according to MQTT standard if period of inactivity will be 45 second and the client...
Hello,
I would like to sign a firmware image with a custom private key. This is intended for OTA firmware update. The key type is ecdsa-p256 and the file containing the...
Hi,
sdk:ncs v1.6.1
board:9160dk_nrf9160
I use RTT to output log data, but I found that it can only output about 1k characters each time. Where can I modify it?
this...
Hi Team,
These are the SDA and SCL lines of nRF52832 connected to a sensor. the clock frequency defined in the code is 400 KHz, but its coming as 200 KHz on oscilloscope...
Hello, I have designed a custom hardware using nRF52833. I tried to program the nRF52833 using nRF52832DK, I am having following connections- nRF DK nRF custom board VTG-VDD...
Hello,
I have applied for the SUPL license and it got denied. I met the criteria which is mentioned by the Nordic.
I did log in the last 4 week and I am the member of...
Hi,
I'm trying to register the SIM card that came with the nRF9160-DK I just received and during SIM registration, it's stuck at the "still working" step indefinitely...
I have custom board with nrf52833 Soc. I was trying to implement WS2812 LED driver in zephyr which connected to ( P1.09). according to WS2812 Sample Application I copy the...
Hi all
Thanks in advance for any hints you could give on this. I would like to measure two pwm signals (frequency and duty cycle) on two input pins of the nrf52832.
board...
In the nRF5 SDK there are two uart drivers, UART and UARTE. The UARTE driver makes use of the DMA whilts the UART driver uses interupts. This is what I understood when I used...
I am considering using this part from MAXIM (MAX31343).
https://datasheets.maximintegrated.com/en/ds/MAX31343.pdf
it is an RTC plus a 5ppm oscillator output that I can...
Hi all,
Now I'm analyzing the bug that is the fault of my application's timing control.
On analyzing, I found the difference that garbage collection callback was delayed...