I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
Looking through the forum, I found this great post with an awesome and very helpful document that displays the ins and outs of BLE on Android ( BLE_on_Android_v1.0.1.pdf ...
Hi, I want to upload the code to external nrf52832 chip(which is on the custom-made PCB) using nrf52DK board.
First, I tried to check uploading the nrf52832 chip on nrf52DK...
Hello Devzone Community,
My name is Ted, and I am continuing work on an nRF9160 based, battery powered custom board firmware. I recently posted a couple of tickets here...
Hello. I am doing current measurements on nrf9160dk while sending ~1kb json file through mqtt. I am following this guide: https://infocenter.nordicsemi.com/topic/ug_nrf91_dk...
I added some code for events of an external device. The external device is configured to Listen and Submit events as other Modules do. When, the generated Hex is burnt in...
I've been referencing these two tickets pretty closely How to specify signing the key with MCUBoot - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com) and MCUBoot...
Hello, Dear Kenneth.
Thank you very much for your response and the answer.
I will change the hardware solution using a voltage detector, but I am not clear yet on the...
Hi, i have this message after installing nrfutil
I checked version of the python, checked requirements, tried to install from sources. I do not know what to do next
Hi, I am experiencing a strange case here where after an update from SDK15.2 to SDK 16, the noinit section of RAM is not working anymore.
When I encounter an error of some...
In v1.4.0 SDK, AES key can be written into kmu slot, but there is no related function for ECC key and RSA key in crypto/nrf_cc310_mbedcrypto/include/mbedtls/cc3xx_kmu.h file...
I am using an STM32L4 chip that sends an update to the nRF52832 on a ublox module over USART. I assume the nordic chip is in the bootloader during the update.
We get a UART...
Hi, I want to eventually be able to programme a custom built chip with an nRF52833 SoC on board, but first I thought I would try with a nordic Thingy:52. My setup is as follows...
Hi,
I have seen a few tickets with people not getting any CTE data received and program restarting after "Waiting for periodic sync lost..".
Did anyone get it to work...
Hi!
Continue the previous case
I try to run zephyr direction finding rx example direction_finding_connectionless_rx
It seems to me that the external antenna is working...