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...
Hi,
I am using a nrf52840 dongle with a jlink mini on the latest nRF Connect. I have modified the board dts file to reflect that I am using an external debugger: include...
I've been attempting to install nRF Connect SDK with both the SEGGER Embedded Studio and VS Code IDEs on and off for several months now. These attempts have included automatic...
hi, I have accidentally selected "Erase All" under the Segger Embedded Studio, now my nRF52840 Dongle unable to show its USB port under Windows 10 Device Manager anymore....
Hi,
we are using nrf9160 based custom board with sdk 1.7.0
the issue is when we are sending the data string one by one its works fine, but when we send a string1 and...
Hi, I am using the FDS API to perform operations on flash. What I intend to achieve is: A zero initialised array like data structure in the flash. Initially zeroes are written...
I try to remove and add driver from the Device manager and now in the Device manager I see only two lines 'PPK2' and 'nRF52 Connectivity' and Windows can't install driver...
I want to change the MAC before doing some advertising, they recommended using the ble_gap_addr_set function, but whenever I call the function I get an error and the application...
I've been testing a sample program to log data continuously on a littlefs file system.
I'm using Zephyr OS build v2.6.99-ncs1 and 125 MB (1Gb) NOR flash from Winbond.
...
When utilizing the 2-wire FEM control within the Network core, is it possible to have a 3rd GPIO output slaved to these two FEM control outputs and preserve timing? That is...
Hi Nordic,
I want to use this example to learn bluetooth mesh, but I cannot find the bootloader source code used in this example.
I used vim to view this "serial_nrf52832_xxAA_s132_7_2_0...
Hey, Our custom board based on the reference circuitry in " Product Specification v1.2 ":
We have been using the B0 revision of nRF9160 so far. Now we are planning on switching...
app_twi_perform() returns 0x03 == NRF_ERROR_INTERNAL.
Reset board with button does not help.
After Power Cycle can update EEPROM successfully.
Accessing FTM buffer with...
Hi,
we have developed our working UART code according to Zephyr documentation, and its working fine,
we find that this code works with EasyDMA . but my question is my...
I am trying to scan for Bluetooth LE devices in Android with Java. Everything worked fine and I released an update and on fresh installs it does not work. I went through every...
I'm seeing an assertion failure at PC=0xa806 in nrf52840 + S140 7.3.0, while using L2CAP.
I know the most common cause for softdevice assertion failures is interrupt/timing...