Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
We have added Nordic Uart Service (NUS) into the nRF mesh code and we created two mobile application.
First mobile application:
- is for nRF mesh provisioning which is...
Hi,
The datasheet for the antenna used in the dev kit, P822601, has its specification performance measured on a PCB DUT at 140 x 50 mm^2 - which seems rather unnecessary...
HI !
i have a problem during importing nrf9160 project in SES , knowing that i imported this project and others with same toolchain installed and other requirement.
onetime...
hi all
i have been working on a raspberry pi hat design and i would like feedback on it's design
this is the link to the github repo and i do update it regularly https...
hi,everyone
I want to run the DFU example in meshV3.1.0 . but i still can't understader how to run it . below is my understanding:
1.ther are must have 2 devices , A device...
Hey, i having problems with uploading code to my Thingy52.
Equipment that i using: nRF DK https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52-DK Nordic...
Having issue with nrf52840 interface with sim808 for GPRS connection. I am trying to interface nrf52840 with sim808 using UART. But only AT and ATD command reply i can see...
Hi,
I am currently trying to test the capability of bluetooth 5 long range mode using a pair of SparkFun Pro nRF52840. I have used the blue-app-uart example and:
1)...
Hey
I am working on Bluetooth mesh. I am able to find the RSSI from server whenever i received the message from client in mesh(light switch example). Now I have to find...
We used NRF52832 to make a Bluetooth solution, but the customer wants the broadcast name of the product to be regular, and the MAC address also needs to follow a certain rule...
Hi
I have below requirement on NFC using SDK 12.3.0 and soft device S132. please suggest how to start with the same.
1.NFC operation. (Simple Read Write into NFC Tag Memory...
Hi,
I'm working on getting the DFU bootloader working and I'm following this blog post.
I'm successfully compiling and loading the bootloader to our custom hardware...
I want two pwm channel output 1MHZ frequency, the phase difference between two PWM channels is 180 degrees。when i set two pwm frequency to 500KHZ, use the configure below...
Hi,
We are testing an evaluation board nRF9160-DK with the firmware samples to build our own prototype. Is there a friendly process or example for FOTA to update the device...
Hey
I would like to know how can i connect 1 peripheral to multiple centrals(ex : 2 centrals), I am have three nRF52 DK boards for two centrals and one peripheral, My idea...