Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hi, I realize that the compatability matrix states that SDKs 7 8 and 9 are built for rev3 of the nrf51822 and nrf51422. It has been mentioned however that they may still work...
The S130 SD supports up to 3 concurrent central connections. Once it has made the maximum number of connections can it still scan for non-connecting peripherals, e.g. to look...
I have 2 PWMs working with the version 8 softdevice on an nRF51422, and it's straightforward enough to change the duty cycle with app_pwm_channel_duty_set() in the app_pwm...
The way of entering the bootloader mode is sending the command,then run the code as follows:
void jump_to_bootloader(void)
{
uint8_t softdevice_enabled;
uint32_t err_code;...
I'm sorry but i don't know where else to turn. The tutorial on adding a characteristic to a service (the nordic tutorial i am basing this off) isn't finished and I have no...
Hi
I did not quit yet understand the Gazell Pairing library.
If an encrypted message is send, how do I add some payload to the acknowledgement.
And how will I be able...
Hi,when i set NRF_RADIO->MODE in RADIO_MODE_MODE_Nrf_1Mbit ,then use radio_tx_carrier(txpower_, mode_, CH_LOW); i got a picture with spectrum analyzer like this ! , when i...
Hi
I have been using the double buffer DFU for a while now, and it works reliably for me.
However, I am hitting the application size limit that can be handled by the double...
Hi,
We developed the app using the nRF Beacon App sample code.
I want to ask for a good application notes or some hints which I can use for developing.
* Is the API documentation...
The nRF51822 Product Specification says that "Maximum number of pins with 5 mA high drive is 3."
Does that mean that you can only configure 3 pins as high drive, or could...
I managed to upload my application OTA DFU when there was only the bootloader running. After my application is there, I can start DFU and my application runs thru reset_prepare...
Is there a firmware locking feature for either 51422/51822, or can you purchase OTP (one time programmable) versions?
Can you buy them mask programmed from Nordic?
I...