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'm working with a nordic thingy:52 and SDK thingylib on Android.
The issue I'm facing is that the real sampling frequency, compared to the one indicated by the SDK...
Hello,
I try to use the ASSET_TRACKER application with NB-IoT/ Vodafone in Netherland. Vodafone uses UDP/IP datagrams protocol. is it possible to modify the asset-tracker...
So, we are using NRF52811 with external 32MHz xtal and also exeternal RTC crystal.
Every now and then we are unable to pass tests of the programmed firmware because the...
Dear Sir/Madam,
I have already developed an RF communication device with an NRF24L01+ device. And I want to migrate to nRF52833-QIAA-R. For that, I have the below questions...
I'm using RTC to wakeup every 500ms, I have Watchdog enabled but after a while (about half.. or an hour...) it will not wakeup anymore and watchdog will not reset.
I measured...
Hi, we programmed the nRF52840-DK with ble_app_hids_keyboard demo (s140) and tested with different BLE keys under a Linux PC. It worked. Tested the same configuration with...
Hi,
I have some code that normally uses nrf_crypto with the cc310 or cc310_bl backend. I was writing a unit test for this code which compiles and runs in Linux/WSL. Since...
Has anyone written a utility to dump the tables of contents (i.e. directory of files) and
an entire file with record keys:contents to a host operating system file to a file...
Hi,
I'm working on the bootloader part of a project. Using nrf Connect, the integrated MCUBoot bootloader, trying to figure out how all the parts fit together. Running into...
Hi,
As iOS developer, I'm facing a really strange issue : Using the nRF Connect app, I try to connect my BLE device, with success or not depending my iPhone/iPad configuration;...
Hi guys,
I am using the nRF52832 board on which I run the LPN example from BLE Mesh directory. I put there the code for measuring the temperature and now I want to save...
Hi ,
How do customers choose printf lib when they want to use floats on functions printf and scanf?
The customer wants to use floating points
However, the current printf...
I want to use nRF Connect v3.6.0 Programmer and Segger J-Link Ultra+ in order to program our board. I can connect to the J-Link but receive an error message:
The Segger...
Hi Nordic team
Current https_client example at sdk connect
Connect to server --> send http request to server --> Wait response from server
Can we receive packet from...
Hello,
After a long investigation I got to the conclusion that SPI master (spi3) has been broken in the SDK version 1.4.1.
It is working fine in V1.3.1
I have an application...